Home
last modified time | relevance | path

Searched refs:hid_driver (Results 1 - 25 of 240) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/hid/
H A 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 = {
H A Dhid-vivaldi.c17 static struct hid_driver hid_vivaldi;
157 static struct hid_driver hid_vivaldi = {
H A Dhid-jabra.c46 static struct hid_driver jabra_driver = {
H A Dhid-kensington.c42 static struct hid_driver ks_driver = {
H A Dhid-macally.c39 static struct hid_driver macally_driver = {
H A Dhid-ortek.c47 static struct hid_driver ortek_driver = {
H A Dhid-nti.c48 static struct hid_driver nti_driver = {
H A Dhid-penmount.c40 static struct hid_driver penmount_driver = {
H A Dhid-primax.c65 static struct hid_driver px_driver = {
H A Dhid-redragon.c54 static struct hid_driver redragon_driver = {
H A Dhid-xinmo.c52 static struct hid_driver xinmo_driver = {
H A Dhid-accutouch.c39 static struct hid_driver accutouch_driver = {
H A Dhid-aureal.c37 static struct hid_driver aureal_driver = {
/kernel/linux/linux-6.6/drivers/hid/
H A 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 = {
H A Dhid-macally.c39 static struct hid_driver macally_driver = {
H A Dhid-aureal.c37 static struct hid_driver aureal_driver = {
H A Dhid-ortek.c47 static struct hid_driver ortek_driver = {
H A Dhid-penmount.c40 static struct hid_driver penmount_driver = {
H A Dhid-primax.c65 static struct hid_driver px_driver = {
H A Dhid-xinmo.c52 static struct hid_driver xinmo_driver = {
H A Dhid-evision.c46 static struct hid_driver evision_driver = {
H A Dhid-jabra.c46 static struct hid_driver jabra_driver = {
H A Dhid-kensington.c42 static struct hid_driver ks_driver = {
/kernel/linux/linux-5.10/include/linux/
H A Dhid.h548 struct hid_driver;
572 struct hid_driver *driver;
707 * struct hid_driver
747 struct hid_driver { struct
790 container_of(pdrv, struct hid_driver, driver)
872 extern int __must_check __hid_register_driver(struct hid_driver *,
879 extern void hid_unregister_driver(struct hid_driver *);
883 * @__hid_driver: hid_driver struct
927 struct hid_driver *hdrv);
/kernel/linux/linux-6.6/include/linux/
H A Dhid.h599 struct hid_driver;
623 struct hid_driver *driver;
766 * struct hid_driver
806 struct hid_driver { struct
849 container_of(pdrv, struct hid_driver, driver)
917 extern int __must_check __hid_register_driver(struct hid_driver *,
924 extern void hid_unregister_driver(struct hid_driver *);
928 * @__hid_driver: hid_driver struct
972 struct hid_driver *hdrv);

Completed in 13 milliseconds

12345678910