Home
last modified time | relevance | path

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

12345

/linux/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()
79 static struct hid_driver hid_generic = {
H A Dhid-cmedia.c192 static struct hid_driver cmhid_driver = {
219 static struct hid_driver cmhid_hs100b_driver = {
H A Dhid-semitek.c33 static struct hid_driver semitek_driver = {
H A Dhid-redragon.c54 static struct hid_driver redragon_driver = {
H A Dhid-aureal.c37 static struct hid_driver aureal_driver = {
H A Dhid-keytouch.c42 static struct hid_driver keytouch_driver = {
H A Dhid-macally.c39 static struct hid_driver macally_driver = {
H A Dhid-nti.c48 static struct hid_driver nti_driver = {
H A Dhid-sigmamicro.c120 static struct hid_driver sm_driver = {
H A Dhid-xiaomi.c85 static struct hid_driver xiaomi_driver = {
H A Dhid-accutouch.c39 static struct hid_driver accutouch_driver = {
H A Dhid-evision.c46 static struct hid_driver evision_driver = {
H A Dhid-viewsonic.c98 static struct hid_driver viewsonic_driver = {
H A Dhid-penmount.c40 static struct hid_driver penmount_driver = {
H A Dhid-ortek.c47 static struct hid_driver ortek_driver = {
H A Dhid-kensington.c42 static struct hid_driver ks_driver = {
H A Dhid-topre.c52 static struct hid_driver topre_driver = {
H A Dhid-jabra.c46 static struct hid_driver jabra_driver = {
H A Dhid-vivaldi.c43 static struct hid_driver hid_vivaldi = {
H A Dhid-speedlink.c69 static struct hid_driver speedlink_driver = {
H A Dhid-vrc2.c81 static struct hid_driver vrc2_driver = {
H A Dhid-lcpower.c49 static struct hid_driver ts_driver = {
H A Dhid-core.c1539 struct hid_driver *hdrv = hid->driver; in hid_process_event()
2025 struct hid_driver *hdrv; in hid_report_raw_event()
2084 struct hid_driver *hdrv; in __hid_input_report()
2593 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
2630 static void hid_free_dynids(struct hid_driver *hdrv) in hid_free_dynids()
2643 struct hid_driver *hdrv) in hid_match_device()
2662 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
2692 struct hid_driver *hdrv, in hid_check_device_match()
2711 static int __hid_device_probe(struct hid_device *hdev, struct hid_driver *hdrv) in __hid_device_probe()
2767 struct hid_driver *hdr in hid_device_probe()
[all...]
H A Dhid-tivo.c69 static struct hid_driver tivo_driver = {
/linux/include/linux/
H A Dhid.h606 struct hid_driver;
632 struct hid_driver *driver;
776 * struct hid_driver
818 struct hid_driver { struct
863 container_of(pdrv, struct hid_driver, driver) argument
931 extern int __must_check __hid_register_driver(struct hid_driver *,
938 extern void hid_unregister_driver(struct hid_driver *);
942 * @__hid_driver: hid_driver struct
988 struct hid_driver *hdrv);
819 namehid_driver global() argument
820 id_tablehid_driver global() argument
822 dyn_listhid_driver global() argument
823 dyn_lockhid_driver global() argument
825 matchhid_driver global() argument
826 probehid_driver global() argument
827 removehid_driver global() argument
829 report_tablehid_driver global() argument
830 raw_eventhid_driver global() argument
832 usage_tablehid_driver global() argument
833 eventhid_driver global() argument
835 reporthid_driver global() argument
837 report_fixuphid_driver global() argument

12345