Searched refs:bl_entry (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/hid/ |
| A D | hid-quirks.c | 1085 struct hid_device_id *bl_entry = NULL; in hid_exists_dquirk() local 1089 bl_entry = &q->hid_bl_item; in hid_exists_dquirk() 1094 if (bl_entry != NULL) in hid_exists_dquirk() 1096 bl_entry->driver_data, bl_entry->vendor, in hid_exists_dquirk() 1097 bl_entry->product); in hid_exists_dquirk() 1099 return bl_entry; in hid_exists_dquirk() 1251 const struct hid_device_id *bl_entry; in hid_gets_squirk() local 1260 bl_entry = hid_match_id(hdev, hid_quirks); in hid_gets_squirk() 1261 if (bl_entry != NULL) in hid_gets_squirk() 1262 quirks |= bl_entry->driver_data; in hid_gets_squirk()
|
| /linux/fs/bcachefs/ |
| A D | recovery.c | 444 struct jset_entry_blacklist *bl_entry = in journal_replay_entry_early() local 448 le64_to_cpu(bl_entry->seq), in journal_replay_entry_early() 449 le64_to_cpu(bl_entry->seq) + 1); in journal_replay_entry_early() 453 struct jset_entry_blacklist_v2 *bl_entry = in journal_replay_entry_early() local 457 le64_to_cpu(bl_entry->start), in journal_replay_entry_early() 458 le64_to_cpu(bl_entry->end) + 1); in journal_replay_entry_early()
|
| A D | journal_io.c | 517 struct jset_entry_blacklist_v2 *bl_entry; in journal_entry_blacklist_v2_validate() local 528 bl_entry = container_of(entry, struct jset_entry_blacklist_v2, entry); in journal_entry_blacklist_v2_validate() 530 if (journal_entry_err_on(le64_to_cpu(bl_entry->start) > in journal_entry_blacklist_v2_validate() 531 le64_to_cpu(bl_entry->end), in journal_entry_blacklist_v2_validate()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| A D | ga102.c | 74 .bl_entry = 0x3400, 97 .bl_entry = 0x7e00,
|
| /linux/drivers/staging/media/ipu3/ |
| A D | ipu3-css-fw.h | 137 u32 bl_entry; /* The SP entry function */ member
|
| A D | ipu3-css.c | 546 writel(bl->info.bl.bl_entry, base + IMGU_REG_ISP_START_ADDR); in imgu_css_hw_start()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| A D | acr.h | 121 u32 bl_entry; member
|
| /linux/drivers/net/wireless/rsi/ |
| A D | rsi_hal.h | 183 struct bootload_entry bl_entry[7]; member
|
| A D | rsi_91x_hal.c | 1074 dest = le32_to_cpu(bootload_ds.bl_entry[cnt].dst_addr); in rsi_load_9116_firmware() 1075 len = le32_to_cpu(bootload_ds.bl_entry[cnt].control) & in rsi_load_9116_firmware() 1090 if (le32_to_cpu(bootload_ds.bl_entry[cnt].control) & in rsi_load_9116_firmware()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| A D | ia_css_acc_types.h | 307 u32 bl_entry; /** The SP entry function */ member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
| A D | lsfw.c | 363 lsfw->bootloader_imem_offset = func->bl_entry; in nvkm_acr_lsfw_load_bl_sig_net()
|
Completed in 787 milliseconds