Home
last modified time | relevance | path

Searched refs:dutycycle_level (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_throttle.c249 uint8_t *dutycycle_level) in ol_tx_throttle_init_period() argument
273 ((dutycycle_level[i] * in ol_tx_throttle_init_period()
290 uint8_t dutycycle_level[THROTTLE_LEVEL_MAX]; in ol_tx_throttle_init() local
300 dutycycle_level[i] = in ol_tx_throttle_init()
304 throttle_period, &dutycycle_level[0]); in ol_tx_throttle_init()
H A Dol_cfg.c183 cfg_ctx->dutycycle_level[0] = THROTTLE_DUTY_CYCLE_LEVEL0; in ol_pdev_cfg_attach()
184 cfg_ctx->dutycycle_level[1] = THROTTLE_DUTY_CYCLE_LEVEL1; in ol_pdev_cfg_attach()
185 cfg_ctx->dutycycle_level[2] = THROTTLE_DUTY_CYCLE_LEVEL2; in ol_pdev_cfg_attach()
186 cfg_ctx->dutycycle_level[3] = THROTTLE_DUTY_CYCLE_LEVEL3; in ol_pdev_cfg_attach()
467 return cfg->dutycycle_level[level]; in ol_cfg_throttle_duty_cycle_level()
H A Dol_tx_queue.h488 uint8_t *dutycycle_level);
504 int period, uint8_t *dutycycle_level) in ol_tx_throttle_init_period() argument
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_tx_throttle.h41 int period, uint8_t *dutycycle_level) in cdp_throttle_init_period() argument
51 soc, pdev_id, period, dutycycle_level); in cdp_throttle_init_period()
H A Dcdp_txrx_ops.h2193 uint8_t *dutycycle_level);
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_cfg.h84 u8 dutycycle_level[THROTTLE_LEVEL_MAX]; member