Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-quirks.c1059 struct hid_device_id *bl_entry = NULL; in hid_exists_dquirk() local
1063 bl_entry = &q->hid_bl_item; in hid_exists_dquirk()
1068 if (bl_entry != NULL) in hid_exists_dquirk()
1070 bl_entry->driver_data, bl_entry->vendor, in hid_exists_dquirk()
1071 bl_entry->product); in hid_exists_dquirk()
1073 return bl_entry; in hid_exists_dquirk()
1222 const struct hid_device_id *bl_entry; in hid_gets_squirk() local
1231 bl_entry = hid_match_id(hdev, hid_quirks); in hid_gets_squirk()
1232 if (bl_entry != NULL) in hid_gets_squirk()
1233 quirks |= bl_entry->driver_data; in hid_gets_squirk()