Searched defs:p_dst (Results 1 – 4 of 4) sorted by relevance
/drivers/soc/qcom/ |
D | qmi_encdec.c | 14 #define QMI_ENCDEC_ENCODE_TLV(type, length, p_dst) do { \ argument 26 #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
|
/drivers/staging/exfat/ |
D | exfat.h | 112 #define SET16(p_dst, src) \ argument 117 #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
|
/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils.h | 265 u16 p_dst; member
|
/drivers/media/platform/vicodec/ |
D | vicodec-core.c | 264 u8 *p_src, *p_dst; in device_process() local
|