Symbol: rfkill_ops
drivers/net/usb/hso.c
2438
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
2384
static const struct rfkill_ops asus_rfkill_wlan_ops = {
drivers/platform/x86/asus-wmi.c
2389
static const struct rfkill_ops asus_rfkill_ops = {
drivers/platform/x86/classmate-laptop.c
947
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
600
static const struct rfkill_ops dell_rfkill_ops = {
drivers/platform/x86/dell/dell-rbtn.c
107
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
879
static const struct rfkill_ops hp_wmi_rfkill_ops = {
drivers/platform/x86/hp/hp-wmi.c
919
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
1182
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
1599
static const struct rfkill_ops sony_rfkill_ops = {
drivers/platform/x86/toshiba_acpi.c
2688
static const struct rfkill_ops wwan_rfk_ops = {
drivers/platform/x86/toshiba_bluetooth.c
200
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
940
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
984
const struct rfkill_ops *ops,
net/rfkill/rfkill-gpio.c
53
static const struct rfkill_ops rfkill_gpio_ops = {
net/wireless/core.c
1127
rdev->rfkill_ops.poll = cfg80211_rfkill_poll;
net/wireless/core.c
564
rdev->rfkill_ops.set_block = cfg80211_rfkill_set_block;
net/wireless/core.c
567
&rdev->rfkill_ops, rdev);
net/wireless/core.h
36
struct rfkill_ops rfkill_ops;