Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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-core.c1508 struct hid_driver *hdrv = hid->driver; in hid_process_event()
1751 struct hid_driver *hdrv; in hid_report_raw_event()
1816 struct hid_driver *hdrv; in hid_input_report()
2149 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
2186 static void hid_free_dynids(struct hid_driver *hdrv) in hid_free_dynids()
2199 struct hid_driver *hdrv) in hid_match_device()
2218 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
2249 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()
2311 struct hid_driver *hdrv; in hid_device_remove()
2517 struct hid_driver *hdrv = data; in __hid_bus_reprobe_drivers()
[all …]
H A Dhid-aureal.c37 static struct hid_driver aureal_driver = {
H A Dhid-redragon.c54 static struct hid_driver redragon_driver = {
H A Dhid-nti.c48 static struct hid_driver nti_driver = {
H A Dhid-macally.c39 static struct hid_driver macally_driver = {
H A Dhid-keytouch.c44 static struct hid_driver keytouch_driver = {
H A Dhid-maltron.c158 static struct hid_driver maltron_driver = {
H A Dhid-accutouch.c39 static struct hid_driver accutouch_driver = {
H A Dhid-viewsonic.c98 static struct hid_driver viewsonic_driver = {
H A Dhid-xinmo.c52 static struct hid_driver xinmo_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-primax.c65 static struct hid_driver px_driver = {
H A Dhid-jabra.c46 static struct hid_driver jabra_driver = {
H A Dhid-speedlink.c69 static struct hid_driver speedlink_driver = {
H A Dhid-lcpower.c49 static struct hid_driver ts_driver = {
H A Dhid-sunplus.c57 static struct hid_driver sp_driver = {
H A Dhid-tivo.c69 static struct hid_driver tivo_driver = {
H A Dhid-monterey.c57 static struct hid_driver mr_driver = {
H A Dhid-cherry.c63 static struct hid_driver ch_driver = {
H A Dhid-gembird.c104 static struct hid_driver gembird_driver = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h548 struct hid_driver;
572 struct hid_driver *driver;
742 struct hid_driver { struct
785 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 *);
919 struct hid_driver *hdrv);

12345