Searched refs:dst_handle (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/media/platform/allegro-dvt/ |
D | allegro-mail.h | 197 u64 dst_handle; member 239 u64 dst_handle; /* see mcu_msg_put_stream_buffer */ member
|
D | allegro-mail.c | 311 dst[i++] = lower_32_bits(msg->dst_handle); in allegro_enc_put_stream_buffer() 312 dst[i++] = upper_32_bits(msg->dst_handle); in allegro_enc_put_stream_buffer() 415 msg->dst_handle = src[i++]; in allegro_dec_encode_frame() 416 msg->dst_handle |= (((u64)src[i++]) << 32); in allegro_dec_encode_frame()
|
D | allegro-core.c | 1363 u64 dst_handle) in allegro_mcu_send_put_stream_buffer() argument 1378 msg.dst_handle = dst_handle; in allegro_mcu_send_put_stream_buffer() 1976 msg->dst_handle); in allegro_channel_finish_frame() 3621 u64 dst_handle; in allegro_device_run() local 3626 dst_handle = allegro_put_buffer(channel, &channel->stream_shadow_list, in allegro_device_run() 3629 dst_handle); in allegro_device_run()
|
/linux-6.12.1/include/uapi/drm/ |
D | qxl_drm.h | 77 __u32 dst_handle; /* 0 if to command buffer */ member
|
D | drm.h | 919 __u32 dst_handle; member
|
/linux-6.12.1/drivers/gpu/drm/qxl/ |
D | qxl_ioctl.c | 222 if (reloc.dst_handle) { in qxl_process_single_command() 223 ret = qxlhw_handle_to_bo(file_priv, reloc.dst_handle, release, in qxl_process_single_command()
|
/linux-6.12.1/fs/bcachefs/ |
D | super-io.c | 554 static int __copy_super(struct bch_sb_handle *dst_handle, struct bch_sb *src) in __copy_super() argument 557 struct bch_sb *dst = dst_handle->sb; in __copy_super() 591 int ret = bch2_sb_realloc(dst_handle, in __copy_super() 592 le32_to_cpu(dst_handle->sb->u64s) + d); in __copy_super() 597 dst = dst_handle->sb; in __copy_super() 601 dst_f = __bch2_sb_field_resize(dst_handle, dst_f, in __copy_super()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_syncobj.c | 927 timeline_syncobj = drm_syncobj_find(file_private, args->dst_handle); in drm_syncobj_transfer_to_timeline() 967 binary_syncobj = drm_syncobj_find(file_private, args->dst_handle); in drm_syncobj_transfer_to_binary()
|
/linux-6.12.1/tools/include/uapi/drm/ |
D | drm.h | 919 __u32 dst_handle; member
|