Searched refs:dst_bytes (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dp_aux.c | 46 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack() argument 50 if (dst_bytes > 4) in intel_dp_aux_unpack() 51 dst_bytes = 4; in intel_dp_aux_unpack() 52 for (i = 0; i < dst_bytes; i++) in intel_dp_aux_unpack()
|
| /drivers/target/ |
| A D | target_core_xcopy.c | 620 u32 dst_bytes) in target_xcopy_write_destination() argument 624 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination() 637 (unsigned long long)dst_lba, transfer_length_block, dst_bytes); in target_xcopy_write_destination() 639 __target_init_cmd(se_cmd, &xcopy_pt_tfo, &xcopy_pt_sess, dst_bytes, in target_xcopy_write_destination()
|
| /drivers/gpu/drm/gma500/ |
| A D | cdv_intel_dp.c | 556 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument 559 if (dst_bytes > 4) in unpack_aux() 560 dst_bytes = 4; in unpack_aux() 561 for (i = 0; i < dst_bytes; i++) in unpack_aux()
|
Completed in 14 milliseconds