Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h1122 int host_int_set_operation_mode(struct host_if_drv *wfi_drv, u32 mode);
Dwilc_wfi_cfgoperations.c2593 host_int_set_operation_mode(priv->hWILCWFIDrv, STATION_MODE); in change_virtual_intf()
2675 host_int_set_operation_mode(priv->hWILCWFIDrv, STATION_MODE); in change_virtual_intf()
2791 host_int_set_operation_mode(priv->hWILCWFIDrv, AP_MODE); in change_virtual_intf()
Dhost_interface.c3699 int host_int_set_operation_mode(struct host_if_drv *hif_drv, u32 mode) in host_int_set_operation_mode() function