Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Drtw8852a.c2054 .pwr_off_func = NULL,
Drtw8851b.c2309 .pwr_off_func = rtw8851b_pwr_off_func,
Drtw8852b.c2478 .pwr_off_func = rtw8852b_pwr_off_func,
Drtw8852c.c2784 .pwr_off_func = rtw8852c_pwr_off_func,
Dcore.h3072 int (*pwr_off_func)(struct rtw89_dev *rtwdev); member
Dmac.c1318 cfg_func = chip->ops->pwr_off_func; in rtw89_mac_power_switch()