Searched refs:bl_entry (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/drivers/hid/ |
D | hid-quirks.c | 1086 struct hid_device_id *bl_entry = NULL; in hid_exists_dquirk() local 1090 bl_entry = &q->hid_bl_item; in hid_exists_dquirk() 1095 if (bl_entry != NULL) in hid_exists_dquirk() 1097 bl_entry->driver_data, bl_entry->vendor, in hid_exists_dquirk() 1098 bl_entry->product); in hid_exists_dquirk() 1100 return bl_entry; in hid_exists_dquirk() 1252 const struct hid_device_id *bl_entry; in hid_gets_squirk() local 1261 bl_entry = hid_match_id(hdev, hid_quirks); in hid_gets_squirk() 1262 if (bl_entry != NULL) in hid_gets_squirk() 1263 quirks |= bl_entry->driver_data; in hid_gets_squirk()
|
/linux-6.14.4/fs/bcachefs/ |
D | recovery.c | 501 struct jset_entry_blacklist *bl_entry = in journal_replay_entry_early() local 505 le64_to_cpu(bl_entry->seq), in journal_replay_entry_early() 506 le64_to_cpu(bl_entry->seq) + 1); in journal_replay_entry_early() 510 struct jset_entry_blacklist_v2 *bl_entry = in journal_replay_entry_early() local 514 le64_to_cpu(bl_entry->start), in journal_replay_entry_early() 515 le64_to_cpu(bl_entry->end) + 1); in journal_replay_entry_early()
|
D | journal_io.c | 522 struct jset_entry_blacklist_v2 *bl_entry; in journal_entry_blacklist_v2_validate() local 533 bl_entry = container_of(entry, struct jset_entry_blacklist_v2, entry); in journal_entry_blacklist_v2_validate() 535 if (journal_entry_err_on(le64_to_cpu(bl_entry->start) > in journal_entry_blacklist_v2_validate() 536 le64_to_cpu(bl_entry->end), in journal_entry_blacklist_v2_validate()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ga102.c | 74 .bl_entry = 0x3400, 97 .bl_entry = 0x7e00,
|
/linux-6.14.4/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.h | 137 u32 bl_entry; /* The SP entry function */ member
|
D | ipu3-css.c | 546 writel(bl->info.bl.bl_entry, base + IMGU_REG_ISP_START_ADDR); in imgu_css_hw_start()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | acr.h | 121 u32 bl_entry; member
|
/linux-6.14.4/drivers/net/wireless/rsi/ |
D | rsi_hal.h | 183 struct bootload_entry bl_entry[7]; member
|
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.14.4/drivers/staging/media/atomisp/pci/ |
D | ia_css_acc_types.h | 298 u32 bl_entry; /** The SP entry function */ member
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
D | lsfw.c | 363 lsfw->bootloader_imem_offset = func->bl_entry; in nvkm_acr_lsfw_load_bl_sig_net()
|