Home
last modified time | relevance | path

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

12345

/Linux-v5.10/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-vivaldi.c17 static struct hid_driver hid_vivaldi;
132 static struct hid_driver hid_vivaldi = {
Dhid-redragon.c54 static struct hid_driver redragon_driver = {
Dhid-aureal.c37 static struct hid_driver aureal_driver = {
Dhid-keytouch.c44 static struct hid_driver keytouch_driver = {
Dhid-macally.c39 static struct hid_driver macally_driver = {
Dhid-nti.c48 static struct hid_driver nti_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-speedlink.c69 static struct hid_driver speedlink_driver = {
Dhid-lcpower.c49 static struct hid_driver ts_driver = {
Dhid-monterey.c57 static struct hid_driver mr_driver = {
Dhid-sunplus.c57 static struct hid_driver sp_driver = {
Dhid-tivo.c69 static struct hid_driver tivo_driver = {
Dhid-cherry.c63 static struct hid_driver ch_driver = {
Dhid-gembird.c104 static struct hid_driver gembird_driver = {
Dhid-holtek-mouse.c82 static struct hid_driver holtek_mouse_driver = {
/Linux-v5.10/include/linux/
Dhid.h544 struct hid_driver;
568 struct hid_driver *driver;
738 struct hid_driver { struct
781 container_of(pdrv, struct hid_driver, driver) argument
855 extern int __must_check __hid_register_driver(struct hid_driver *,
862 extern void hid_unregister_driver(struct hid_driver *);
910 struct hid_driver *hdrv);

12345