Home
last modified time | relevance | path

Searched refs:hid_driver (Results 1 – 25 of 105) sorted by relevance

12345

/Linux-v5.4/drivers/hid/
Dhid-generic.c24 static struct hid_driver hid_generic;
28 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
76 static struct hid_driver hid_generic = {
Dhid-aureal.c37 static struct hid_driver aureal_driver = {
Dhid-redragon.c54 static struct hid_driver redragon_driver = {
Dhid-nti.c48 static struct hid_driver nti_driver = {
Dhid-keytouch.c44 static struct hid_driver keytouch_driver = {
Dhid-macally.c39 static struct hid_driver macally_driver = {
Dhid-maltron.c158 static struct hid_driver maltron_driver = {
Dhid-accutouch.c39 static struct hid_driver accutouch_driver = {
Dhid-viewsonic.c98 static struct hid_driver viewsonic_driver = {
Dhid-penmount.c40 static struct hid_driver penmount_driver = {
Dhid-xinmo.c52 static struct hid_driver xinmo_driver = {
Dhid-ortek.c47 static struct hid_driver ortek_driver = {
Dhid-kensington.c42 static struct hid_driver ks_driver = {
Dhid-primax.c65 static struct hid_driver px_driver = {
Dhid-jabra.c46 static struct hid_driver jabra_driver = {
Dhid-ite.c47 static struct hid_driver ite_driver = {
Dhid-speedlink.c69 static struct hid_driver speedlink_driver = {
Dhid-lcpower.c49 static struct hid_driver ts_driver = {
Dhid-sunplus.c57 static struct hid_driver sp_driver = {
Dhid-monterey.c57 static struct hid_driver mr_driver = {
Dhid-tivo.c69 static struct hid_driver tivo_driver = {
Dhid-cherry.c63 static struct hid_driver ch_driver = {
Dhid-holtek-mouse.c82 static struct hid_driver holtek_mouse_driver = {
Dhid-gembird.c104 static struct hid_driver gembird_driver = {
/Linux-v5.4/include/linux/
Dhid.h542 struct hid_driver;
566 struct hid_driver *driver;
736 struct hid_driver { struct
779 container_of(pdrv, struct hid_driver, driver) argument
853 extern int __must_check __hid_register_driver(struct hid_driver *,
860 extern void hid_unregister_driver(struct hid_driver *);
908 struct hid_driver *hdrv);

12345