Searched refs:bl_entry (Results 1 – 1 of 1) sorted by relevance
184 struct hid_blacklist *bl_entry = NULL; in usbhid_exists_dquirk() local189 bl_entry = &q->hid_bl_item; in usbhid_exists_dquirk()194 if (bl_entry != NULL) in usbhid_exists_dquirk()196 bl_entry->quirks, bl_entry->idVendor, in usbhid_exists_dquirk()197 bl_entry->idProduct); in usbhid_exists_dquirk()199 return bl_entry; in usbhid_exists_dquirk()335 const struct hid_blacklist *bl_entry = NULL; in usbhid_exists_squirk() local342 bl_entry = &hid_blacklist[n]; in usbhid_exists_squirk()344 if (bl_entry != NULL) in usbhid_exists_squirk()346 bl_entry->quirks, bl_entry->idVendor, in usbhid_exists_squirk()[all …]