Home
last modified time | relevance | path

Searched refs:bl_entry (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/usbhid/
Dhid-quirks.c175 struct hid_blacklist *bl_entry = NULL; in usbhid_exists_dquirk() local
180 bl_entry = &q->hid_bl_item; in usbhid_exists_dquirk()
185 if (bl_entry != NULL) in usbhid_exists_dquirk()
187 bl_entry->quirks, bl_entry->idVendor, in usbhid_exists_dquirk()
188 bl_entry->idProduct); in usbhid_exists_dquirk()
190 return bl_entry; in usbhid_exists_dquirk()
326 const struct hid_blacklist *bl_entry = NULL; in usbhid_exists_squirk() local
332 bl_entry = &hid_blacklist[n]; in usbhid_exists_squirk()
334 if (bl_entry != NULL) in usbhid_exists_squirk()
336 bl_entry->quirks, bl_entry->idVendor, in usbhid_exists_squirk()
[all …]