Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1736 wilc_set_power_mgmt(vif, enabled, timeout); in set_power_mgmt()
1768 wilc_set_power_mgmt(vif, 1, 0); in change_virtual_intf()
1780 wilc_set_power_mgmt(vif, 0, 0); in change_virtual_intf()
1793 wilc_set_power_mgmt(vif, 0, 0); in change_virtual_intf()
1807 wilc_set_power_mgmt(vif, 0, 0); in change_virtual_intf()
1832 wilc_set_power_mgmt(vif, 0, 0); in start_ap()
Dhost_interface.h343 int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout);
Dlinux_wlan.c58 wilc_set_power_mgmt(vif, 1, 0); in dev_state_ev_handler()
77 wilc_set_power_mgmt(vif, 0, 0); in dev_state_ev_handler()
Dhost_interface.c1561 wilc_set_power_mgmt(vif, 0, 0); in host_int_parse_assoc_resp_info()
1599 wilc_set_power_mgmt(vif, 0, 0); in host_int_handle_disconnect()
1946 wilc_set_power_mgmt(vif, 0, 0); in handle_disconnect()
3972 int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout) in wilc_set_power_mgmt() function