Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Dsysfs.c68 case B43_INTERFMODE_NONE: in b43_attr_interfmode_show()
106 mode = B43_INTERFMODE_NONE; in b43_attr_interfmode_store()
Dphy_common.h54 B43_INTERFMODE_NONE, enumerator
Dphy_g.c2486 gphy->interfmode = B43_INTERFMODE_NONE; in b43_gphy_op_prepare_structs()
2721 mode = B43_INTERFMODE_NONE; in b43_gphy_op_interf_mitigation()
2723 case B43_INTERFMODE_NONE: in b43_gphy_op_interf_mitigation()
2734 if (currentmode != B43_INTERFMODE_NONE) in b43_gphy_op_interf_mitigation()
2737 if (mode == B43_INTERFMODE_NONE) { in b43_gphy_op_interf_mitigation()
3001 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE); in b43_gphy_op_pwork_15sec()
Dmain.c3292 phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE); in b43_chip_init()