Searched refs:src_handle (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/staging/media/allegro-dvt/ | 
| D | allegro-mail.h | 212 	u64 src_handle;  member238 	u64 src_handle;		/* see mcu_msg_encode_frame */  member
 
 | 
| D | allegro-mail.c | 333 	dst[i++] = lower_32_bits(msg->src_handle);  in allegro_enc_encode_frame()334 	dst[i++] = upper_32_bits(msg->src_handle);  in allegro_enc_encode_frame()
 413 	msg->src_handle = src[i++];  in allegro_dec_encode_frame()
 414 	msg->src_handle |= (((u64)src[i++]) << 32);  in allegro_dec_encode_frame()
 
 | 
| D | allegro-core.c | 1088 					 u64 src_handle)  in allegro_mcu_send_encode_frame()  argument1102 	msg.src_handle = src_handle;  in allegro_mcu_send_encode_frame()
 1487 				     msg->src_handle);  in allegro_channel_finish_frame()
 2920 	u64 src_handle;  in allegro_device_run()  local
 2935 	src_handle = allegro_put_buffer(channel, &channel->source_shadow_list,  in allegro_device_run()
 2937 	allegro_mcu_send_encode_frame(dev, channel, src_y, src_uv, src_handle);  in allegro_device_run()
 
 | 
| /Linux-v5.10/include/uapi/drm/ | 
| D | qxl_drm.h | 76 	__u32 src_handle; /* dest handle to compute address from */  member
 | 
| D | drm.h | 741 	__u32 src_handle;  member
 | 
| /Linux-v5.10/drivers/gpu/drm/qxl/ | 
| D | qxl_ioctl.c | 240 		if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) {  in qxl_process_single_command()241 			ret = qxlhw_handle_to_bo(file_priv, reloc.src_handle, release,  in qxl_process_single_command()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/freescale/fman/ | 
| D | fman.h | 278 	void *src_handle;  member
 | 
| D | fman.c | 597 		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-v5.10/drivers/gpu/drm/ | 
| D | drm_syncobj.c | 838 	ret = drm_syncobj_find_fence(file_private, args->src_handle,  in drm_syncobj_transfer_to_timeline()868 	ret = drm_syncobj_find_fence(file_private, args->src_handle,  in drm_syncobj_transfer_to_binary()
 
 | 
| /Linux-v5.10/tools/include/uapi/drm/ | 
| D | drm.h | 741 	__u32 src_handle;  member
 |