Symbol: rfkill_ops
drivers/net/usb/hso.c
2436
static const struct rfkill_ops hso_rfkill_ops = {
drivers/platform/x86/acer-wmi.c
2360
static const struct rfkill_ops acer_rfkill_ops = {
drivers/platform/x86/amilo-rfkill.c
39
static const struct rfkill_ops amilo_a1655_rfkill_ops = {
drivers/platform/x86/amilo-rfkill.c
69
static const struct rfkill_ops amilo_m7440_rfkill_ops = {
drivers/platform/x86/asus-laptop.c
1300
static const struct rfkill_ops asus_gps_rfkill_ops = {
drivers/platform/x86/asus-laptop.c
1321
static const struct rfkill_ops asus_rfkill_ops = {
drivers/platform/x86/asus-laptop.c
1345
const struct rfkill_ops *ops)
drivers/platform/x86/asus-laptop.c
1428
static const struct rfkill_ops pega_rfkill_ops = {
drivers/platform/x86/asus-wmi.c
2458
static const struct rfkill_ops asus_rfkill_wlan_ops = {
drivers/platform/x86/asus-wmi.c
2463
static const struct rfkill_ops asus_rfkill_ops = {
drivers/platform/x86/classmate-laptop.c
986
static const struct rfkill_ops cmpc_rfkill_ops = {
drivers/platform/x86/compal-laptop.c
360
static const struct rfkill_ops compal_rfkill_ops = {
drivers/platform/x86/dell/dell-laptop.c
609
static const struct rfkill_ops dell_rfkill_ops = {
drivers/platform/x86/dell/dell-rbtn.c
108
static const struct rfkill_ops rbtn_ops = {
drivers/platform/x86/eeepc-laptop.c
761
static const struct rfkill_ops eeepc_rfkill_ops = {
drivers/platform/x86/hp/hp-wmi.c
924
static const struct rfkill_ops hp_wmi_rfkill_ops = {
drivers/platform/x86/hp/hp-wmi.c
964
static const struct rfkill_ops hp_wmi_rfkill2_ops = {
drivers/platform/x86/intel/oaktrail.c
112
static const struct rfkill_ops oaktrail_rfkill_ops = {
drivers/platform/x86/lenovo/ideapad-laptop.c
1242
static const struct rfkill_ops ideapad_rfk_ops = {
drivers/platform/x86/lenovo/thinkpad_acpi.c
1143
static const struct rfkill_ops tpacpi_rfk_rfkill_ops = {
drivers/platform/x86/msi-laptop.c
743
static const struct rfkill_ops rfkill_bluetooth_ops = {
drivers/platform/x86/msi-laptop.c
747
static const struct rfkill_ops rfkill_wlan_ops = {
drivers/platform/x86/msi-laptop.c
751
static const struct rfkill_ops rfkill_threeg_ops = {
drivers/platform/x86/samsung-laptop.c
1038
const struct rfkill_ops *ops,
drivers/platform/x86/samsung-laptop.c
583
static const struct rfkill_ops seclinux_rfkill_ops = {
drivers/platform/x86/samsung-laptop.c
643
static const struct rfkill_ops swsmi_rfkill_ops = {
drivers/platform/x86/sony-laptop.c
1598
static const struct rfkill_ops sony_rfkill_ops = {
drivers/platform/x86/toshiba_acpi.c
2690
static const struct rfkill_ops wwan_rfk_ops = {
drivers/platform/x86/toshiba_bluetooth.c
199
static const struct rfkill_ops rfk_ops = {
drivers/platform/x86/xo1-rfkill.c
35
static const struct rfkill_ops rfkill_ops = {
drivers/platform/x86/xo1-rfkill.c
45
&rfkill_ops, NULL);
include/linux/rfkill.h
253
const struct rfkill_ops *ops,
include/linux/rfkill.h
82
const struct rfkill_ops *ops,
net/bluetooth/hci_core.c
900
static const struct rfkill_ops hci_rfkill_ops = {
net/nfc/core.c
184
static const struct rfkill_ops nfc_rfkill_ops = {
net/rfkill/core.c
53
const struct rfkill_ops *ops;
net/rfkill/core.c
998
const struct rfkill_ops *ops,
net/rfkill/rfkill-gpio.c
52
static const struct rfkill_ops rfkill_gpio_ops = {
net/wireless/core.c
1251
rdev->rfkill_ops.poll = cfg80211_rfkill_poll;
net/wireless/core.c
662
rdev->rfkill_ops.set_block = cfg80211_rfkill_set_block;
net/wireless/core.c
665
&rdev->rfkill_ops, rdev);
net/wireless/core.h
36
struct rfkill_ops rfkill_ops;