Searched refs:xpct_type (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmxtlv.c | 195 bcm_unpack_xtlv_entry(uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, void *dst, in bcm_unpack_xtlv_entry() argument 210 if ((type != xpct_type) || in bcm_unpack_xtlv_entry() 213 type, len, xpct_type, xpct_len); in bcm_unpack_xtlv_entry()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmxtlv.c | 358 bcm_unpack_xtlv_entry(const uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, in bcm_unpack_xtlv_entry() argument 370 if ((type != xpct_type) || (len > xpct_len)) in bcm_unpack_xtlv_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmxtlv.c | 358 bcm_unpack_xtlv_entry(const uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, in bcm_unpack_xtlv_entry() argument 370 if ((type != xpct_type) || (len > xpct_len)) in bcm_unpack_xtlv_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmxtlv.c | 358 bcm_unpack_xtlv_entry(const uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, in bcm_unpack_xtlv_entry() argument 370 if ((type != xpct_type) || (len > xpct_len)) in bcm_unpack_xtlv_entry()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmxtlv.c | 372 bcm_unpack_xtlv_entry(const uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, in bcm_unpack_xtlv_entry() argument 384 if ((type != xpct_type) || (len > xpct_len)) in bcm_unpack_xtlv_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmxtlv.c | 372 bcm_unpack_xtlv_entry(const uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, in bcm_unpack_xtlv_entry() argument 384 if ((type != xpct_type) || (len > xpct_len)) in bcm_unpack_xtlv_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmutils.h | 834 extern int bcm_unpack_xtlv_entry(uint8 **buf, uint16 xpct_type, uint16 xpct_len,
|