Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dio.h199 if (!test_bit(WL1271_FLAG_GPIO_POWER, &wl->flags)) in wl1271_power_off()
205 clear_bit(WL1271_FLAG_GPIO_POWER, &wl->flags); in wl1271_power_off()
215 set_bit(WL1271_FLAG_GPIO_POWER, &wl->flags); in wl1271_power_on()
H A Dwlcore_i.h222 WL1271_FLAG_GPIO_POWER, enumerator
H A Ddebugfs.c179 bool state = test_bit(WL1271_FLAG_GPIO_POWER, &wl->flags); in gpio_power_read()