Home
last modified time | relevance | path

Searched refs:set_block (Results 1 – 21 of 21) sorted by relevance

/linux/include/linux/
H A Drfkill.h64 int (*set_block)(void *data, bool blocked); member
/linux/drivers/platform/x86/
H A Dmsi-laptop.c744 .set_block = rfkill_bluetooth_set
748 .set_block = rfkill_wlan_set
752 .set_block = rfkill_threeg_set
H A Dtoshiba_bluetooth.c200 .set_block = bt_rfkill_set_block,
H A Dasus-laptop.c1299 .set_block = asus_gps_rfkill_set,
1320 .set_block = asus_rfkill_set,
1427 .set_block = pega_rfkill_set,
H A Dsamsung-laptop.c584 .set_block = seclinux_rfkill_set,
644 .set_block = swsmi_rfkill_set,
H A Deeepc-laptop.c760 .set_block = eeepc_rfkill_set,
H A Dasus-wmi.c2459 .set_block = asus_rfkill_wlan_set,
2464 .set_block = asus_rfkill_set,
H A Dacer-wmi.c2363 .set_block = acer_rfkill_set,
H A Dtoshiba_acpi.c2690 .set_block = toshiba_acpi_wwan_set_block,
H A Dsony-laptop.c1599 .set_block = sony_nc_rfkill_set,
/linux/net/rfkill/
H A Drfkill-gpio.c53 .set_block = rfkill_gpio_set_power,
H A Dcore.c319 * rfkill_set_block - wrapper for set_block method
324 * Calls the set_block method (when applicable) and handles notifications
360 err = rfkill->ops->set_block(rfkill->data, blocked); in rfkill_set_block()
591 /* if in a ops->set_block right now, use other bit */ in __rfkill_set_sw_state()
1008 if (WARN_ON(!ops->set_block)) in rfkill_alloc()
/linux/Documentation/driver-api/
H A Drfkill.rst57 or from query_hw_block), set_block() will be invoked for additional software
60 instead of keeping track of calls to set_block(). In fact, drivers should
/linux/drivers/platform/x86/intel/
H A Doaktrail.c113 .set_block = oaktrail_rfkill_set,
/linux/drivers/platform/x86/dell/
H A Ddell-rbtn.c110 .set_block = rbtn_rfkill_set_block,
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c998 .set_block = hp_wmi_set_block,
1038 .set_block = hp_wmi_rfkill2_set_block,
/linux/net/nfc/
H A Dcore.c185 .set_block = nfc_rfkill_set_block,
/linux/net/wireless/
H A Dcore.c665 rdev->rfkill_ops.set_block = cfg80211_rfkill_set_block; in wiphy_new_nm()
/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c1243 .set_block = ideapad_rfk_set,
H A Dthinkpad_acpi.c1149 .set_block = tpacpi_rfk_hook_set_block,
/linux/net/bluetooth/
H A Dhci_core.c904 .set_block = hci_rfkill_set_block,