Home
last modified time | relevance | path

Searched refs:dst_handle (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/media/platform/allegro-dvt/
Dallegro-mail.h197 u64 dst_handle; member
239 u64 dst_handle; /* see mcu_msg_put_stream_buffer */ member
Dallegro-mail.c311 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()
Dallegro-core.c1364 u64 dst_handle) in allegro_mcu_send_put_stream_buffer() argument
1379 msg.dst_handle = dst_handle; in allegro_mcu_send_put_stream_buffer()
1977 msg->dst_handle); in allegro_channel_finish_frame()
3622 u64 dst_handle; in allegro_device_run() local
3627 dst_handle = allegro_put_buffer(channel, &channel->stream_shadow_list, in allegro_device_run()
3630 dst_handle); in allegro_device_run()
/linux-6.1.9/include/uapi/drm/
Dqxl_drm.h77 __u32 dst_handle; /* 0 if to command buffer */ member
Ddrm.h880 __u32 dst_handle; member
/linux-6.1.9/drivers/gpu/drm/qxl/
Dqxl_ioctl.c224 if (reloc.dst_handle) { in qxl_process_single_command()
225 ret = qxlhw_handle_to_bo(file_priv, reloc.dst_handle, release, in qxl_process_single_command()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_syncobj.c865 timeline_syncobj = drm_syncobj_find(file_private, args->dst_handle); in drm_syncobj_transfer_to_timeline()
905 binary_syncobj = drm_syncobj_find(file_private, args->dst_handle); in drm_syncobj_transfer_to_binary()
/linux-6.1.9/tools/include/uapi/drm/
Ddrm.h880 __u32 dst_handle; member