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

/drivers/hid/usbhid/
H A Dhid-quirks.c28 static const struct hid_blacklist { struct
32 } hid_blacklist[] = { variable in typeref:struct:hid_blacklist
102 struct hid_blacklist hid_bl_item;
118 * the pointer to the relevant struct hid_blacklist if found.
121 * Returns: NULL if no quirk found, struct hid_blacklist * if found.
123 static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor,
127 struct hid_blacklist *bl_entry = NULL;
271 * the hid_blacklist entry associated with that device.
275 static const struct hid_blacklist *usbhid_exists_squirk(const u16 idVendor,
278 const struct hid_blacklist *bl_entr
[all...]

Completed in 60 milliseconds