Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
H A Dpktlog_ac.h81 int (*pktlog_disable)(struct hif_opaque_softc *scn); member
148 int pktlog_disable(struct hif_opaque_softc *scn);
215 static inline int pktlog_disable(struct hif_opaque_softc *scn) in pktlog_disable() function
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_ac.c68 .pktlog_disable = pktlog_disable, /* valid for f/w disable */
501 int pktlog_disable(struct hif_opaque_softc *scn) in pktlog_disable() function
751 pl_dev->pl_funcs->pktlog_disable(scn); in __pktlog_enable()
H A Dlinux_ac.c615 ret = pl_dev->pl_funcs->pktlog_disable(scn); in __pktlog_open()