Searched refs:GPIB_CODE (Results 1 – 1 of 1) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | gpib_ioctl.h | 13 #define GPIB_CODE 160 macro 122 IBRD = _IOWR(GPIB_CODE, 100, struct gpib_read_write_ioctl), 123 IBWRT = _IOWR(GPIB_CODE, 101, struct gpib_read_write_ioctl), 124 IBCMD = _IOWR(GPIB_CODE, 102, struct gpib_read_write_ioctl), 125 IBOPENDEV = _IOWR(GPIB_CODE, 3, struct gpib_open_dev_ioctl), 126 IBCLOSEDEV = _IOW(GPIB_CODE, 4, struct gpib_close_dev_ioctl), 127 IBWAIT = _IOWR(GPIB_CODE, 5, struct gpib_wait_ioctl), 128 IBRPP = _IOWR(GPIB_CODE, 6, __u8), 130 IBSIC = _IOW(GPIB_CODE, 9, __u32), 131 IBSRE = _IOW(GPIB_CODE, 10, __s32), [all …]
|