Home
last modified time | relevance | path

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

1234

/linux-4.19.296/drivers/hid/
Dhid-generic.c27 static struct hid_driver hid_generic;
31 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
79 static struct hid_driver hid_generic = {
Dhid-aureal.c36 static struct hid_driver aureal_driver = {
Dhid-redragon.c54 static struct hid_driver redragon_driver = {
Dhid-nti.c51 static struct hid_driver nti_driver = {
Dhid-keytouch.c47 static struct hid_driver keytouch_driver = {
Dhid-accutouch.c42 static struct hid_driver accutouch_driver = {
Dhid-penmount.c43 static struct hid_driver penmount_driver = {
Dhid-xinmo.c55 static struct hid_driver xinmo_driver = {
Dhid-ortek.c50 static struct hid_driver ortek_driver = {
Dhid-kensington.c45 static struct hid_driver ks_driver = {
Dhid-primax.c73 static struct hid_driver px_driver = {
Dhid-jabra.c49 static struct hid_driver jabra_driver = {
Dhid-speedlink.c72 static struct hid_driver speedlink_driver = {
Dhid-ite.c54 static struct hid_driver ite_driver = {
Dhid-lcpower.c52 static struct hid_driver ts_driver = {
Dhid-tivo.c72 static struct hid_driver tivo_driver = {
Dhid-monterey.c60 static struct hid_driver mr_driver = {
Dhid-sunplus.c60 static struct hid_driver sp_driver = {
Dhid-cherry.c66 static struct hid_driver ch_driver = {
Dhid-gembird.c107 static struct hid_driver gembird_driver = {
Dhid-ezkey.c73 static struct hid_driver ez_driver = {
Dhid-belkin.c83 static struct hid_driver belkin_driver = {
Dhid-retrode.c91 static struct hid_driver retrode_driver = {
Dhid-topseed.c74 static struct hid_driver ts_driver = {
/linux-4.19.296/include/linux/
Dhid.h549 struct hid_driver;
573 struct hid_driver *driver;
743 struct hid_driver { struct
786 container_of(pdrv, struct hid_driver, driver) argument
864 extern int __must_check __hid_register_driver(struct hid_driver *,
871 extern void hid_unregister_driver(struct hid_driver *);
917 struct hid_driver *hdrv);

1234