Searched refs:gpib_descriptor (Results 1 – 4 of 4) sorted by relevance
| /drivers/staging/gpib/include/ |
| A D | gpib_proto.h | 22 void init_gpib_descriptor(struct gpib_descriptor *desc); 41 int *status, unsigned long usec_timeout, struct gpib_descriptor *desc); 45 int clear_mask, int set_mask, struct gpib_descriptor *desc);
|
| A D | gpib_types.h | 362 struct gpib_descriptor { struct 372 struct gpib_descriptor *descriptors[GPIB_MAX_NUM_DESCRIPTORS]; argument
|
| /drivers/staging/gpib/common/ |
| A D | gpib_os.c | 516 priv->descriptors[0] = kmalloc(sizeof(struct gpib_descriptor), GFP_KERNEL); in init_gpib_file_private() 570 struct gpib_descriptor *desc; in ibclose() 881 struct gpib_descriptor *desc; in read_ioctl() 956 struct gpib_descriptor *desc; in command_ioctl() 1041 struct gpib_descriptor *desc; in write_ioctl() 1205 struct gpib_descriptor *desc; in cleanup_open_devices() 1328 struct gpib_descriptor *desc; in wait_ioctl() 1455 struct gpib_descriptor *desc; in pad_ioctl() 1491 struct gpib_descriptor *desc; in sad_ioctl() 1617 struct gpib_descriptor *desc; in autospoll_ioctl() [all …]
|
| A D | iblib.c | 523 int clear_mask, int set_mask, struct gpib_descriptor *desc) in general_ibstatus() 591 int wait_mask, int *status, struct gpib_descriptor *desc) in wait_satisfied() 640 int *status, unsigned long usec_timeout, struct gpib_descriptor *desc) in ibwait()
|
Completed in 12 milliseconds