Searched refs:dst_bytes (Results 1 – 1 of 1) sorted by relevance
29 static void intel_dp_aux_unpack(u32 src, u8 *dst, int dst_bytes) in intel_dp_aux_unpack() argument33 if (dst_bytes > 4) in intel_dp_aux_unpack()34 dst_bytes = 4; in intel_dp_aux_unpack()35 for (i = 0; i < dst_bytes; i++) in intel_dp_aux_unpack()