Home
last modified time | relevance | path

Searched refs:throttle_ops (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_tx_throttle.h43 if (!soc || !soc->ops || !soc->ops->throttle_ops) { in cdp_throttle_init_period()
49 if (soc->ops->throttle_ops->throttle_init_period) in cdp_throttle_init_period()
50 return soc->ops->throttle_ops->throttle_init_period( in cdp_throttle_init_period()
66 if (!soc || !soc->ops || !soc->ops->throttle_ops) { in cdp_throttle_set_level()
72 if (soc->ops->throttle_ops->throttle_set_level) in cdp_throttle_set_level()
73 return soc->ops->throttle_ops->throttle_set_level(soc, pdev_id, in cdp_throttle_set_level()
Dcdp_txrx_ops.h2607 struct cdp_throttle_ops *throttle_ops; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c6435 .throttle_ops = &ol_ops_throttle,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c13550 soc->cdp_soc.ops->throttle_ops = &dp_ops_throttle; in dp_soc_txrx_ops_attach()