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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-elecom.c39 static struct hid_driver elecom_driver = {
H A Dhid-ortek.c38 static struct hid_driver ortek_driver = {
H A Dhid-kensington.c45 static struct hid_driver ks_driver = {
H A Dhid-kye.c51 static struct hid_driver kye_driver = {
H A Dhid-belkin.c84 static struct hid_driver belkin_driver = {
H A Dhid-cherry.c67 static struct hid_driver ch_driver = {
H A Dhid-chicony.c60 static struct hid_driver ch_driver = {
H A Dhid-ezkey.c74 static struct hid_driver ez_driver = {
H A Dhid-monterey.c61 static struct hid_driver mr_driver = {
H A Dhid-sunplus.c61 static struct hid_driver sp_driver = {
H A Dhid-gyration.c81 static struct hid_driver gyration_driver = {
H A Dhid-petalynx.c100 static struct hid_driver pl_driver = {
H A Dhid-topseed.c73 static struct hid_driver ts_driver = {
H A Dhid-a4tech.c140 static struct hid_driver a4_driver = {
H A Dhid-cypress.c137 static struct hid_driver cp_driver = {
H A Dhid-sony.c148 static struct hid_driver sony_driver = {
H A Dhid-twinhan.c129 static struct hid_driver twinhan_driver = {
H A Dhid-zpff.c150 static struct hid_driver zp_driver = {
H A Dhid-core.c858 struct hid_driver *hdrv = hid->driver;
1066 struct hid_driver *hdrv;
1418 struct hid_driver *hdrv = container_of(drv, struct hid_driver, driver);
1452 static void hid_free_dynids(struct hid_driver *hdrv)
1465 struct hid_driver *hdrv)
1483 struct hid_driver *hdrv = container_of(drv, struct hid_driver, driver);
1498 struct hid_driver *hdrv = container_of(dev->driver,
1499 struct hid_driver, drive
[all...]
H A Dhid-axff.c151 static struct hid_driver ax_driver = {
H A Dhid-drff.c179 static struct hid_driver dr_driver = {
H A Dhid-gaff.c174 static struct hid_driver ga_driver = {
H A Dhid-pl.c215 static struct hid_driver pl_driver = {
H A Dhid-samsung.c172 static struct hid_driver samsung_driver = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhid.h458 struct hid_driver;
477 struct hid_driver *driver;
580 * struct hid_driver
612 struct hid_driver { struct
686 extern int __must_check __hid_register_driver(struct hid_driver *,
688 static inline int __must_check hid_register_driver(struct hid_driver *driver)
692 extern void hid_unregister_driver(struct hid_driver *);

Completed in 102 milliseconds

12