/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-imc.c | 56 u32 cb_offset; in export_imc_mode_and_cmd() local 61 if (of_property_read_u32(node, "cb_offset", &cb_offset)) in export_imc_mode_and_cmd() 62 cb_offset = IMC_CNTL_BLK_OFFSET; in export_imc_mode_and_cmd() 65 loc = (u64)(ptr->vbase) + cb_offset; in export_imc_mode_and_cmd()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-imc.c | 55 u32 cb_offset; in export_imc_mode_and_cmd() local 60 if (of_property_read_u32(node, "cb_offset", &cb_offset)) in export_imc_mode_and_cmd() 61 cb_offset = IMC_CNTL_BLK_OFFSET; in export_imc_mode_and_cmd() 64 loc = (u64)(ptr->vbase) + cb_offset; in export_imc_mode_and_cmd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2.c | 309 mfa2_file->cb = fw->data + NLA_ALIGN(be32_to_cpu(pd->cb_offset)); in mlxfw_mfa2_file_init() 538 off_t cb_offset; in mlxfw_mfa2_file_component_get() local 547 cb_offset = (u64) be32_to_cpu(comp->cb_offset_h) << 32 | in mlxfw_mfa2_file_component_get() 557 err = mlxfw_mfa2_file_cb_offset_xz(mfa2_file, cb_offset, comp_buf_size, in mlxfw_mfa2_file_component_get()
|
H A D | mlxfw_mfa2_format.h | 26 __be32 cb_offset; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2.c | 309 mfa2_file->cb = fw->data + NLA_ALIGN(be32_to_cpu(pd->cb_offset)); in mlxfw_mfa2_file_init() 538 off_t cb_offset; in mlxfw_mfa2_file_component_get() local 547 cb_offset = (u64) be32_to_cpu(comp->cb_offset_h) << 32 | in mlxfw_mfa2_file_component_get() 557 err = mlxfw_mfa2_file_cb_offset_xz(mfa2_file, cb_offset, comp_buf_size, in mlxfw_mfa2_file_component_get()
|
H A D | mlxfw_mfa2_format.h | 26 __be32 cb_offset; member
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/ |
H A D | uapi.h | 18 __u32 cb_offset; member
|
H A D | vde.c | 557 src->cb_offset, csize, SZ_256, in tegra_vde_attach_dmabufs_to_frame()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | command_buffer.c | 107 u32 cb_offset; in hl_cb_alloc() local 134 cb_offset = p - hdev->internal_cb_pool_virt_addr; in hl_cb_alloc() 136 cb->bus_address = hdev->internal_cb_va_base + cb_offset; in hl_cb_alloc()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | command_buffer.c | 186 u32 cb_offset; in hl_cb_alloc() local 212 cb_offset = p - hdev->internal_cb_pool_virt_addr; in hl_cb_alloc() 214 cb->bus_address = hdev->internal_cb_va_base + cb_offset; in hl_cb_alloc()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | runtime.c | 21 static pm_callback_t __rpm_get_callback(struct device *dev, size_t cb_offset) in __rpm_get_callback() argument 38 cb = *(pm_callback_t *)((void *)ops + cb_offset); in __rpm_get_callback() 43 cb = *(pm_callback_t *)((void *)dev->driver->pm + cb_offset); in __rpm_get_callback()
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | runtime.c | 21 static pm_callback_t __rpm_get_callback(struct device *dev, size_t cb_offset) in __rpm_get_callback() argument 38 cb = *(pm_callback_t *)((void *)ops + cb_offset); in __rpm_get_callback() 43 cb = *(pm_callback_t *)((void *)dev->driver->pm + cb_offset); in __rpm_get_callback()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-controls.h | 3447 * @cb_offset: represents an offset used in derivation of the input index to the 3477 __u16 cb_offset; member
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu981_hw_av1_dec.c | 1293 hantro_reg_write(vpu, &av1_cb_offset, film_grain->cb_offset - 256); in rockchip_vpu981_av1_dec_set_fgs()
|