hid_bl_item      1015 drivers/hid/hid-quirks.c 	struct hid_device_id hid_bl_item;
hid_bl_item      1041 drivers/hid/hid-quirks.c 		if (hid_match_one_id(hdev, &q->hid_bl_item)) {
hid_bl_item      1042 drivers/hid/hid-quirks.c 			bl_entry = &q->hid_bl_item;
hid_bl_item      1086 drivers/hid/hid-quirks.c 	hdev->bus = q_new->hid_bl_item.bus = id->bus;
hid_bl_item      1087 drivers/hid/hid-quirks.c 	hdev->group = q_new->hid_bl_item.group = id->group;
hid_bl_item      1088 drivers/hid/hid-quirks.c 	hdev->vendor = q_new->hid_bl_item.vendor = id->vendor;
hid_bl_item      1089 drivers/hid/hid-quirks.c 	hdev->product = q_new->hid_bl_item.product = id->product;
hid_bl_item      1090 drivers/hid/hid-quirks.c 	q_new->hid_bl_item.driver_data = quirks;
hid_bl_item      1096 drivers/hid/hid-quirks.c 		if (hid_match_one_id(hdev, &q->hid_bl_item)) {
hid_bl_item      1132 drivers/hid/hid-quirks.c 		if (bus == HID_BUS_ANY || bus == q->hid_bl_item.bus) {