Home
last modified time | relevance | path

Searched refs:src_handle (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/platform/allegro-dvt/
A Dallegro-mail.h215 u64 src_handle; member
241 u64 src_handle; /* see mcu_msg_encode_frame */ member
A Dallegro-mail.c339 dst[i++] = lower_32_bits(msg->src_handle); in allegro_enc_encode_frame()
340 dst[i++] = upper_32_bits(msg->src_handle); in allegro_enc_encode_frame()
419 msg->src_handle = src[i++]; in allegro_dec_encode_frame()
420 msg->src_handle |= (((u64)src[i++]) << 32); in allegro_dec_encode_frame()
A Dallegro-core.c1389 u64 src_handle) in allegro_mcu_send_encode_frame() argument
1406 msg.src_handle = src_handle; in allegro_mcu_send_encode_frame()
1970 msg->src_handle); in allegro_channel_finish_frame()
3626 u64 src_handle; in allegro_device_run() local
3641 src_handle = allegro_put_buffer(channel, &channel->source_shadow_list, in allegro_device_run()
3643 allegro_mcu_send_encode_frame(dev, channel, src_y, src_uv, src_handle); in allegro_device_run()
/linux/include/uapi/drm/
A Dqxl_drm.h76 __u32 src_handle; /* dest handle to compute address from */ member
A Ddrm.h879 __u32 src_handle; member
/linux/drivers/gpu/drm/qxl/
A Dqxl_ioctl.c239 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command()
240 ret = qxlhw_handle_to_bo(file_priv, reloc.src_handle, release, in qxl_process_single_command()
/linux/drivers/net/ethernet/freescale/fman/
A Dfman.h278 void *src_handle; member
A Dfman.c597 fman->intr_mng[id].isr_cb(fman->intr_mng[id].src_handle); in call_mac_isr()
2087 fman->intr_mng[event].src_handle = src_arg; in fman_register_intr()
2111 fman->intr_mng[event].src_handle = NULL; in fman_unregister_intr()
/linux/drivers/gpu/drm/
A Ddrm_syncobj.c868 ret = drm_syncobj_find_fence(file_private, args->src_handle, in drm_syncobj_transfer_to_timeline()
898 ret = drm_syncobj_find_fence(file_private, args->src_handle, in drm_syncobj_transfer_to_binary()
/linux/tools/include/uapi/drm/
A Ddrm.h879 __u32 src_handle; member

Completed in 63 milliseconds