Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dhif_tx_mib.h30 int hif_set_operational_mode(struct wfx_dev *wdev, enum hif_op_power_mode mode);
H A Dmain.c424 hif_set_operational_mode(wdev, HIF_OP_POWER_MODE_QUIESCENT); in wfx_probe()
426 hif_set_operational_mode(wdev, HIF_OP_POWER_MODE_DOZE); in wfx_probe()
H A Dhif_tx_mib.c135 int hif_set_operational_mode(struct wfx_dev *wdev, enum hif_op_power_mode mode) in hif_set_operational_mode() function