Home
last modified time | relevance | path

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

/drivers/media/platform/allegro-dvt/
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()
Dallegro-mail.h215 u64 src_handle; member
241 u64 src_handle; /* see mcu_msg_encode_frame */ member
Dallegro-core.c1388 u64 src_handle) in allegro_mcu_send_encode_frame() argument
1405 msg.src_handle = src_handle; in allegro_mcu_send_encode_frame()
1969 msg->src_handle); in allegro_channel_finish_frame()
3620 u64 src_handle; in allegro_device_run() local
3635 src_handle = allegro_put_buffer(channel, &channel->source_shadow_list, in allegro_device_run()
3637 allegro_mcu_send_encode_frame(dev, channel, src_y, src_uv, src_handle); in allegro_device_run()
/drivers/gpu/drm/qxl/
Dqxl_ioctl.c236 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command()
237 ret = qxlhw_handle_to_bo(file_priv, reloc.src_handle, release, in qxl_process_single_command()
/drivers/net/ethernet/freescale/fman/
Dfman.h251 void *src_handle; member
Dfman.c571 fman->intr_mng[id].isr_cb(fman->intr_mng[id].src_handle); in call_mac_isr()
2061 fman->intr_mng[event].src_handle = src_arg; in fman_register_intr()
2085 fman->intr_mng[event].src_handle = NULL; in fman_unregister_intr()
/drivers/gpu/drm/
Ddrm_syncobj.c923 ret = drm_syncobj_find_fence(file_private, args->src_handle, in drm_syncobj_transfer_to_timeline()
962 ret = drm_syncobj_find_fence(file_private, args->src_handle, in drm_syncobj_transfer_to_binary()