Searched refs:bl_entry (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/hid/ |
| H A D | hid-quirks.c | 1098 struct hid_device_id *bl_entry = NULL; in hid_exists_dquirk() local 1102 bl_entry = &q->hid_bl_item; in hid_exists_dquirk() 1107 if (bl_entry != NULL) in hid_exists_dquirk() 1109 bl_entry->driver_data, bl_entry->vendor, in hid_exists_dquirk() 1110 bl_entry->product); in hid_exists_dquirk() 1112 return bl_entry; in hid_exists_dquirk() 1264 const struct hid_device_id *bl_entry; in hid_gets_squirk() local 1273 bl_entry = hid_match_id(hdev, hid_quirks); in hid_gets_squirk() 1274 if (bl_entry != NULL) in hid_gets_squirk() 1275 quirks |= bl_entry->driver_data; in hid_gets_squirk()
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ga102.c | 74 .bl_entry = 0x3400, 97 .bl_entry = 0x7e00,
|
| /linux-6.15/fs/bcachefs/ |
| H A D | recovery.c | 502 struct jset_entry_blacklist *bl_entry = in journal_replay_entry_early() local 506 le64_to_cpu(bl_entry->seq), in journal_replay_entry_early() 507 le64_to_cpu(bl_entry->seq) + 1); in journal_replay_entry_early() 511 struct jset_entry_blacklist_v2 *bl_entry = in journal_replay_entry_early() local 515 le64_to_cpu(bl_entry->start), in journal_replay_entry_early() 516 le64_to_cpu(bl_entry->end) + 1); in journal_replay_entry_early()
|
| H A D | journal_io.c | 523 struct jset_entry_blacklist_v2 *bl_entry; in journal_entry_blacklist_v2_validate() local 534 bl_entry = container_of(entry, struct jset_entry_blacklist_v2, entry); in journal_entry_blacklist_v2_validate() 536 if (journal_entry_err_on(le64_to_cpu(bl_entry->start) > in journal_entry_blacklist_v2_validate() 537 le64_to_cpu(bl_entry->end), in journal_entry_blacklist_v2_validate()
|
| /linux-6.15/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.h | 137 u32 bl_entry; /* The SP entry function */ member
|
| H A D | ipu3-css.c | 546 writel(bl->info.bl.bl_entry, base + IMGU_REG_ISP_START_ADDR); in imgu_css_hw_start()
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | acr.h | 121 u32 bl_entry; member
|
| /linux-6.15/drivers/net/wireless/rsi/ |
| H A D | rsi_hal.h | 183 struct bootload_entry bl_entry[7]; member
|
| H 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-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_acc_types.h | 298 u32 bl_entry; /** The SP entry function */ member
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
| H A D | lsfw.c | 363 lsfw->bootloader_imem_offset = func->bl_entry; in nvkm_acr_lsfw_load_bl_sig_net()
|