Home
last modified time | relevance | path

Searched refs:rfkill_get (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c871 .rfkill_get = {R_AX_GPIO_EXT_CTRL, B_AX_GPIO_IN_9},
H A Drtw8851b.c2699 .rfkill_get = {R_AX_GPIO_EXT_CTRL, B_AX_GPIO_IN_9},
H A Drtw8922a.c2968 .rfkill_get = {R_BE_GPIO_EXT_CTRL, B_BE_GPIO_IN_9},
H A Dcore.h4491 struct rtw89_reg_def rfkill_get; member
H A Dcore.c5540 const struct rtw89_reg_def *reg = &rtwdev->chip->rfkill_get; in rtw89_core_rfkill_get()