Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c2053 .pwr_on_func = NULL,
H A Drtw8851b.c2308 .pwr_on_func = rtw8851b_pwr_on_func,
H A Drtw8852c.c2783 .pwr_on_func = rtw8852c_pwr_on_func,
H A Drtw8852b.c2477 .pwr_on_func = rtw8852b_pwr_on_func,
H A Dcore.h3071 int (*pwr_on_func)(struct rtw89_dev *rtwdev); member
H A Dmac.c1315 cfg_func = chip->ops->pwr_on_func; in rtw89_mac_power_switch()