Searched refs:bl_entry (Results 1 – 1 of 1) sorted by relevance
175 struct hid_blacklist *bl_entry = NULL; in usbhid_exists_dquirk() local180 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() local332 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 …]