Searched refs:pLength (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 108 static void ConstructBeacon(struct adapter *padapter, u8 *pframe, u32 *pLength) in ConstructBeacon() argument 192 *pLength = pktlen; in ConstructBeacon() 196 static void ConstructPSPoll(struct adapter *padapter, u8 *pframe, u32 *pLength) in ConstructPSPoll() argument 220 *pLength = 16; in ConstructPSPoll() 226 u32 *pLength, in ConstructNullFunctionData() argument 288 *pLength = pktlen; in ConstructNullFunctionData() 761 u32 *pLength, in ConstructBtNullFunctionData() argument 810 *pLength = pktlen; in ConstructBtNullFunctionData()
|
/openbmc/linux/drivers/media/pci/ngene/ |
H A D | ngene-cards.c | 820 u16 Tag, u32 MaxLen, u8 *data, u32 *pLength) in ReadEEProm() argument 849 *pLength = EETag[2]; in ReadEEProm()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 8632 + uint32_t * const pLength, 8692 + if (pLength != NULL) 8693 + *pLength = 0; 8701 + if (pLength != NULL) 8702 + *pLength = (uint32_t)length; 9741 +int hw_mmal_copy_pic_to_buf(void * const buf_data, uint32_t * const pLength,
|