Home
last modified time | relevance | path

Searched refs:gpib_select_device_path_ioctl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/gpib/uapi/
H A Dgpib_ioctl.h109 struct gpib_select_device_path_ioctl { struct
162 IBSELECT_DEVICE_PATH = _IOW(GPIB_CODE, 43, struct gpib_select_device_path_ioctl),
/linux/drivers/staging/gpib/common/
H A Dgpib_os.c1830 struct gpib_select_device_path_ioctl *selection; in select_device_path_ioctl()
1836 selection = vmalloc(sizeof(struct gpib_select_device_path_ioctl)); in select_device_path_ioctl()
1841 sizeof(struct gpib_select_device_path_ioctl)); in select_device_path_ioctl()