Home
last modified time | relevance | path

Searched refs:phy_set_param (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821a.c863 .phy_set_param = NULL,
H A Drtw8812a.c917 .phy_set_param = NULL,
H A Drtw8703b.c1839 .phy_set_param = rtw8703b_phy_set_param,
H A Dmain.h865 void (*phy_set_param)(struct rtw_dev *rtwdev); member
H A Drtw8821c.c1661 .phy_set_param = rtw8821c_phy_set_param,
H A Drtw8723d.c1395 .phy_set_param = rtw8723d_phy_set_param,
H A Drtw8814a.c2053 .phy_set_param = rtw8814a_phy_set_param,
H A Dmain.c1413 chip->ops->phy_set_param(rtwdev); in rtw_power_on()