bl_entry         1038 drivers/hid/hid-quirks.c 	struct hid_device_id *bl_entry = NULL;
bl_entry         1042 drivers/hid/hid-quirks.c 			bl_entry = &q->hid_bl_item;
bl_entry         1047 drivers/hid/hid-quirks.c 	if (bl_entry != NULL)
bl_entry         1049 drivers/hid/hid-quirks.c 			bl_entry->driver_data, bl_entry->vendor,
bl_entry         1050 drivers/hid/hid-quirks.c 			bl_entry->product);
bl_entry         1052 drivers/hid/hid-quirks.c 	return bl_entry;
bl_entry         1201 drivers/hid/hid-quirks.c 	const struct hid_device_id *bl_entry;
bl_entry         1210 drivers/hid/hid-quirks.c 	bl_entry = hid_match_id(hdev, hid_quirks);
bl_entry         1211 drivers/hid/hid-quirks.c 	if (bl_entry != NULL)
bl_entry         1212 drivers/hid/hid-quirks.c 		quirks |= bl_entry->driver_data;
bl_entry         1068 drivers/net/wireless/rsi/rsi_91x_hal.c 			dest = le32_to_cpu(bootload_ds.bl_entry[cnt].dst_addr);
bl_entry         1069 drivers/net/wireless/rsi/rsi_91x_hal.c 			len = le32_to_cpu(bootload_ds.bl_entry[cnt].control) &
bl_entry         1084 drivers/net/wireless/rsi/rsi_91x_hal.c 			if (le32_to_cpu(bootload_ds.bl_entry[cnt].control) &
bl_entry          172 drivers/net/wireless/rsi/rsi_hal.h 	struct bootload_entry bl_entry[7];
bl_entry          133 drivers/staging/media/ipu3/ipu3-css-fw.h 	u32 bl_entry;		/* The SP entry function */
bl_entry          559 drivers/staging/media/ipu3/ipu3-css.c 	writel(bl->info.bl.bl_entry, base + IMGU_REG_ISP_START_ADDR);