Home
last modified time | relevance | path

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

/drivers/staging/gpib/uapi/
A Dgpib_ioctl.h13 #define GPIB_CODE 160 macro
128 IBRPP = _IOWR(GPIB_CODE, 6, __u8),
130 IBSIC = _IOW(GPIB_CODE, 9, __u32),
131 IBSRE = _IOW(GPIB_CODE, 10, __s32),
132 IBGTS = _IO(GPIB_CODE, 11),
133 IBCAC = _IOW(GPIB_CODE, 12, __s32),
137 IBTMO = _IOW(GPIB_CODE, 17, __u32),
140 IBRSV = _IOW(GPIB_CODE, 20, __u8),
142 CFCIRQ = _IOW(GPIB_CODE, 22, __u32),
154 IBRSC = _IOW(GPIB_CODE, 34, __s32),
[all …]
/drivers/staging/gpib/common/
A Dgpib_os.c27 MODULE_ALIAS_CHARDEV_MAJOR(GPIB_CODE);
2180 if (register_chrdev(GPIB_CODE, "gpib", &ib_fops)) { in gpib_common_init_module()
2181 pr_err("gpib: can't get major %d\n", GPIB_CODE); in gpib_common_init_module()
2187 unregister_chrdev(GPIB_CODE, "gpib"); in gpib_common_init_module()
2192 MKDEV(GPIB_CODE, i), NULL, "gpib%i", i); in gpib_common_init_module()
2202 device_destroy(gpib_class, MKDEV(GPIB_CODE, i)); in gpib_common_exit_module()
2205 unregister_chrdev(GPIB_CODE, "gpib"); in gpib_common_exit_module()

Completed in 7 milliseconds