Searched defs:p_dst (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/soc/qcom/ | 
| D | qmi_encdec.c | 14 #define QMI_ENCDEC_ENCODE_TLV(type, length, p_dst) do { \  argument26 #define QMI_ENCDEC_ENCODE_N_BYTES(p_dst, p_src, size) \  argument
 33 #define QMI_ENCDEC_DECODE_N_BYTES(p_dst, p_src, size) \  argument
 
 | 
| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat.h | 112 #define SET16(p_dst, src)					\  argument117 #define SET32(p_dst, src)					\  argument
 124 #define SET64(p_dst, src)					\  argument
 140 #define SET16_A(p_dst, src)	(*((u16 *)(p_dst)) = (u16)(src))  argument
 141 #define SET32_A(p_dst, src)	(*((u32 *)(p_dst)) = (u32)(src))  argument
 142 #define SET64_A(p_dst, src)	(*((u64 *)(p_dst)) = (u64)(src))  argument
 147 #define SET16_A(p_dst, src)	SET16(p_dst, src)  argument
 148 #define SET32_A(p_dst, src)	SET32(p_dst, src)  argument
 149 #define SET64_A(p_dst, src)	SET64(p_dst, src)  argument
 
 | 
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/ | 
| D | hw_atl_utils.h | 265 	u16 p_dst;  member
 | 
| /Linux-v5.4/drivers/media/platform/vicodec/ | 
| D | vicodec-core.c | 264 	u8 *p_src, *p_dst;  in device_process()  local
 |