Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h1016 s32 host_int_set_power_mgmt(struct host_if_drv *hWFIDrv, bool bIsEnabled, u32 u32Timeout);
Dlinux_wlan.c184 host_int_set_power_mgmt(pstrWFIDrv, 1, 0); in dev_state_ev_handler()
204 host_int_set_power_mgmt(pstrWFIDrv, 0, 0); in dev_state_ev_handler()
Dwilc_wfi_cfgoperations.c2509 host_int_set_power_mgmt(priv->hWILCWFIDrv, enabled, timeout); in set_power_mgmt()
2643 host_int_set_power_mgmt(priv->hWILCWFIDrv, 1, 0); in change_virtual_intf()
2649 host_int_set_power_mgmt(priv->hWILCWFIDrv, 0, 0); in change_virtual_intf()
2761 host_int_set_power_mgmt(priv->hWILCWFIDrv, 0, 0); in change_virtual_intf()
Dhost_interface.c1604 host_int_set_power_mgmt(hif_drv, 0, 0); in Handle_RcvdGnrlAsyncInfo()
1647 host_int_set_power_mgmt(hif_drv, 0, 0); in Handle_RcvdGnrlAsyncInfo()
1981 host_int_set_power_mgmt(hif_drv, 0, 0); in Handle_Disconnect()
4672 s32 host_int_set_power_mgmt(struct host_if_drv *hif_drv, in host_int_set_power_mgmt() function