Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c700 .pwr_on_func = rtw8852bt_pwr_on_func,
H A Drtw8852b.c766 .pwr_on_func = rtw8852b_pwr_on_func,
H A Drtw8852a.c2139 .pwr_on_func = NULL,
H A Drtw8851b.c2413 .pwr_on_func = rtw8851b_pwr_on_func,
H A Drtw8852c.c2933 .pwr_on_func = rtw8852c_pwr_on_func,
H A Drtw8922a.c2744 .pwr_on_func = rtw8922a_pwr_on_func,
H A Dcore.h3652 int (*pwr_on_func)(struct rtw89_dev *rtwdev); member
H A Dmac.c1456 cfg_func = chip->ops->pwr_on_func; in rtw89_mac_power_switch()