Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c753 .pwr_off_func = rtw8852bt_pwr_off_func,
H A Drtw8852b.c886 .pwr_off_func = rtw8852b_pwr_off_func,
H A Drtw8852a.c2304 .pwr_off_func = NULL,
H A Drtw8851b.c2533 .pwr_off_func = rtw8851b_pwr_off_func,
H A Drtw8852c.c3101 .pwr_off_func = rtw8852c_pwr_off_func,
H A Drtw8922a.c3168 .pwr_off_func = rtw8922a_pwr_off_func,
H A Drtw8922d.c3649 .pwr_off_func = rtw8922d_pwr_off_func,
H A Dcore.h4949 int (*pwr_off_func)(struct rtw89_dev *rtwdev); member
H A Dmac.c1540 cfg_func = chip->ops->pwr_off_func; in rtw89_mac_power_switch()