Home
last modified time | relevance | path

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

123456

/linux-6.1.9/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-cmedia.c192 static struct hid_driver cmhid_driver = {
219 static struct hid_driver cmhid_hs100b_driver = {
Dhid-semitek.c33 static struct hid_driver semitek_driver = {
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-topre.c43 static struct hid_driver topre_driver = {
Dhid-maltron.c158 static struct hid_driver maltron_driver = {
Dhid-sigmamicro.c120 static struct hid_driver sm_driver = {
Dhid-xiaomi.c85 static struct hid_driver xiaomi_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-vivaldi.c43 static struct hid_driver hid_vivaldi = {
Dhid-speedlink.c69 static struct hid_driver speedlink_driver = {
Dhid-lcpower.c49 static struct hid_driver ts_driver = {
Dhid-vrc2.c81 static struct hid_driver vrc2_driver = {
/linux-6.1.9/include/linux/
Dhid.h572 struct hid_driver;
596 struct hid_driver *driver;
769 struct hid_driver { struct
812 container_of(pdrv, struct hid_driver, driver) argument
893 extern int __must_check __hid_register_driver(struct hid_driver *,
900 extern void hid_unregister_driver(struct hid_driver *);
948 struct hid_driver *hdrv);

123456