Searched refs:wl12xx_cmd_role_disable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 22 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id); 265 struct wl12xx_cmd_role_disable { struct
|
H A D | cmd.c | 269 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable() function 271 struct wl12xx_cmd_role_disable *cmd; in wl12xx_cmd_role_disable() 2036 wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_start_dev() 2066 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_stop_dev()
|
H A D | main.c | 2707 ret = wl12xx_cmd_role_disable(wl, &wlvif->role_id); in __wl1271_op_remove_interface() 2713 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in __wl1271_op_remove_interface()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 22 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id); 265 struct wl12xx_cmd_role_disable { struct
|
H A D | cmd.c | 267 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable() function 269 struct wl12xx_cmd_role_disable *cmd; in wl12xx_cmd_role_disable() 2034 wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_start_dev() 2064 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in wl12xx_stop_dev()
|
H A D | main.c | 2684 ret = wl12xx_cmd_role_disable(wl, &wlvif->role_id); in __wl1271_op_remove_interface() 2690 ret = wl12xx_cmd_role_disable(wl, &wlvif->dev_role_id); in __wl1271_op_remove_interface()
|
Completed in 21 milliseconds