Home
last modified time | relevance | path

Searched refs:dhd_prot_txp_threshold (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_proto.h164 extern uint32 dhd_prot_txp_threshold(dhd_pub_t *dhd, bool set, uint32 val);
Ddhd_pcie.c5750 dhd_prot_txp_threshold(bus->dhd, TRUE, int_val); in dhdpcie_bus_doiovar()
5754 int_val = dhd_prot_txp_threshold(bus->dhd, FALSE, int_val); in dhdpcie_bus_doiovar()
Ddhd_msgbuf.c10194 dhd_prot_txp_threshold(dhd_pub_t *dhd, bool set, uint32 val) in dhd_prot_txp_threshold() function