Searched refs:hid_blacklist (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-quirks.c27 static const struct hid_blacklist { struct
31 } hid_blacklist[] = { variable in typeref:struct:hid_blacklist
89 struct hid_blacklist hid_bl_item;
105 * the pointer to the relevant struct hid_blacklist if found.
108 * Returns: NULL if no quirk found, struct hid_blacklist * if found.
110 static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor,
114 struct hid_blacklist *bl_entry = NULL;
258 * the hid_blacklist entry associated with that device.
262 static const struct hid_blacklist *usbhid_exists_squirk(const u16 idVendor,
265 const struct hid_blacklist *bl_entr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c1239 static const struct hid_device_id hid_blacklist[] = { variable in typeref:struct:hid_device_id
1491 return !hid_match_id(hdev, hid_blacklist);

Completed in 64 milliseconds