Home
last modified time | relevance | path

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

/nrf_wifi-latest/bus_if/bal/src/
Dbal.c19 static void nrf_wifi_rpu_bal_sleep_chk(struct nrf_wifi_bal_dev_ctx *bal_ctx, in nrf_wifi_rpu_bal_sleep_chk()
50 struct nrf_wifi_bal_dev_ctx *nrf_wifi_bal_dev_add(struct nrf_wifi_bal_priv *bpriv, in nrf_wifi_bal_dev_add()
54 struct nrf_wifi_bal_dev_ctx *bal_dev_ctx = NULL; in nrf_wifi_bal_dev_add()
87 void nrf_wifi_bal_dev_rem(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx) in nrf_wifi_bal_dev_rem()
95 enum nrf_wifi_status nrf_wifi_bal_dev_init(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx) in nrf_wifi_bal_dev_init()
114 void nrf_wifi_bal_dev_deinit(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx) in nrf_wifi_bal_dev_deinit()
122 struct nrf_wifi_bal_dev_ctx *bal_dev_ctx = NULL; in nrf_wifi_bal_isr()
125 bal_dev_ctx = (struct nrf_wifi_bal_dev_ctx *)ctx; in nrf_wifi_bal_isr()
181 struct nrf_wifi_bal_dev_ctx *bal_dev_ctx = NULL; in nrf_wifi_bal_read_word()
184 bal_dev_ctx = (struct nrf_wifi_bal_dev_ctx *)ctx; in nrf_wifi_bal_read_word()
[all …]
/nrf_wifi-latest/bus_if/bal/inc/
Dbal_api.h55 struct nrf_wifi_bal_dev_ctx *nrf_wifi_bal_dev_add(struct nrf_wifi_bal_priv *bpriv,
64 void nrf_wifi_bal_dev_rem(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx);
74 enum nrf_wifi_status nrf_wifi_bal_dev_init(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx);
82 void nrf_wifi_bal_dev_deinit(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx);
Dbal_structs.h47 struct nrf_wifi_bal_dev_ctx { struct