Symbol: blk_id
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1284
int blk_id = BLOCK_INFO_BLK_ID(blk->block_info);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1293
pipe = d71->pipes[blk_id];
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1306
pipe = d71->pipes[blk_id];
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1324
pipe = d71->pipes[blk_id];
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1333
pipe = d71->pipes[blk_id];
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1345
d71->glb_scl_coeff_addr[blk_id] = reg;
drivers/mailbox/arm_mhuv3.c
117
struct blk_id blk_id;
drivers/mailbox/arm_mhuv3.c
820
mhu->frame = readl_relaxed_bitmask(&mhu->ctrl->blk_id, id);
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2014
enum ice_block blk_id = (enum ice_block)i;
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2016
ice_fill_tbl(hw, blk_id, hw->blk[blk_id].xlt1.sid);
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2017
ice_fill_tbl(hw, blk_id, hw->blk[blk_id].xlt2.sid);
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2018
ice_fill_tbl(hw, blk_id, hw->blk[blk_id].prof.sid);
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2019
ice_fill_tbl(hw, blk_id, hw->blk[blk_id].prof_redir.sid);
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
2020
ice_fill_tbl(hw, blk_id, hw->blk[blk_id].es.sid);
drivers/net/ethernet/qlogic/qed/qed_debug.c
1382
u32 blk_id;
drivers/net/ethernet/qlogic/qed/qed_debug.c
1402
for (blk_id = 0; blk_id < NUM_PHYS_BLOCKS; blk_id++) {
drivers/net/ethernet/qlogic/qed/qed_debug.c
1407
blk = qed_get_dbg_block_per_chip(p_hwfn, (enum block_id)blk_id);
drivers/net/ethernet/qlogic/qed/qed_debug.c
1413
dev_data->block_in_reset[blk_id] =
drivers/pci/hotplug/ibmphp_ebda.c
234
u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base;
drivers/pci/hotplug/ibmphp_ebda.c
275
blk_id = readw(io_mem + offset); /* this blk id */
drivers/pci/hotplug/ibmphp_ebda.c
279
if (blk_id != 0x4853 && blk_id != 0x4752)
drivers/pci/hotplug/ibmphp_ebda.c
282
if (blk_id == 0x4853) {
drivers/pci/hotplug/ibmphp_ebda.c
284
debug("hot blk id: %x\n", blk_id);
drivers/pci/hotplug/ibmphp_ebda.c
353
debug("rio blk id: %x\n", blk_id);
sound/usb/midi2.c
688
int blk_id)
sound/usb/midi2.c
702
rmidi->usb_block_id = blk_id;
sound/usb/midi2.c
741
find_midi2_ump(struct snd_usb_midi2_interface *umidi, int blk_id)
sound/usb/midi2.c
746
if (rmidi->usb_block_id == blk_id)
sound/usb/midi2.c
755
int blk_id)
sound/usb/midi2.c
768
if (pair_ep->ms_ep->baAssoGrpTrmBlkID[blk] == blk_id) {
sound/usb/midi2.c
772
return create_midi2_ump(umidi, ep, pair_ep, blk_id);