Home
last modified time | relevance | path

Searched refs:right_offset (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h376 s32 right_offset; member
H A Dipu6-fw-isys.c403 dev_dbg(dev, "\t.right_bottom = [%d, %d]\n", cfg->crop.right_offset, in ipu6_fw_isys_dump_stream_cfg()
/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c160 u32 right_offset = (inst->fmt_src->fmt.pix_mp.width - inst->crop.width); in iris_hfi_gen2_set_crop_offsets() local
168 payload[1] = FIELD_PREP(GENMASK(31, 16), right_offset) | bottom_offset; in iris_hfi_gen2_set_crop_offsets()
H A Diris_hfi_gen2_response.c766 u32 right_offset = (pixmp_ip->width - inst->crop.width); in iris_hfi_gen2_init_src_change_param() local
781 right_offset << 16 | bottom_offset; in iris_hfi_gen2_init_src_change_param()
/linux-6.15/fs/btrfs/
H A Dsend.c6200 u64 right_offset; in is_extent_unchanged() local
6316 right_offset = btrfs_file_extent_offset(eb, ei); in is_extent_unchanged()
6322 right_offset += ekey->offset - key.offset; in is_extent_unchanged()
6332 left_offset_fixed != right_offset || in is_extent_unchanged()