Home | History | Annotate | Download | only in linux

Lines Matching refs:driver

369 	__u16     code;			/* input driver code */
370 __u8 type; /* input driver type */
476 struct hid_driver *driver;
580 * @name: driver name (e.g. "Footech_bar-wheel")
581 * @id_table: which devices is this driver for (must be non-NULL for probe
586 * @remove: device removed (NULL if not a hot-plug capable driver)
643 struct device_driver driver;
647 * hid_ll_driver - low level driver callbacks
687 static inline int __must_check hid_register_driver(struct hid_driver *driver)
689 return __hid_register_driver(driver, THIS_MODULE, KBUILD_MODNAME);