| /freebsd/contrib/wpa/src/drivers/ |
| H A D | rfkill.c | 57 struct rfkill_data *rfkill = eloop_ctx; in rfkill_receive() local 62 len = read(rfkill->fd, &event, sizeof(event)); in rfkill_receive() 74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx) in rfkill_receive() 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 96 rfkill->cfg->blocked_cb(rfkill->cfg->ctx); in rfkill_receive() 98 rfkill->cfg->unblocked_cb(rfkill->cfg->ctx); in rfkill_receive() 105 struct rfkill_data *rfkill; in rfkill_init() local 113 rfkill = os_zalloc(sizeof(*rfkill)); in rfkill_init() 114 if (rfkill == NULL) in rfkill_init() [all …]
|
| H A D | rfkill.h | 22 void rfkill_deinit(struct rfkill_data *rfkill); 23 int rfkill_is_blocked(struct rfkill_data *rfkill);
|
| H A D | driver_wext.h | 25 struct rfkill_data *rfkill; member
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | cn9132-clearfog.dts | 70 rfkill-m2-wlan { 71 compatible = "rfkill-gpio"; 76 /* rfkill-gpio inverts internally */ 81 rfkill-m2-wlan { 82 compatible = "rfkill-gpio"; 87 /* rfkill-gpio inverts internally */ 92 rfkill-m2-wwan { 93 compatible = "rfkill-gpio"; 98 /* rfkill-gpio inverts internally */ 103 rfkill-m2-gnss { [all …]
|
| H A D | cn9130-cf-base.dts | 37 rfkill-m2-gnss { 38 compatible = "rfkill-gpio"; 41 /* rfkill-gpio inverts internally */ 46 rfkill-m2-wwan { 47 compatible = "rfkill-gpio"; 50 /* rfkill-gpio inverts internally */
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-nitrogen-som.dtsi | 13 rfkill-bt { 14 compatible = "rfkill-gpio"; 15 label = "rfkill-bluetooth"; 22 rfkill-wlan { 23 compatible = "rfkill-gpio"; 24 label = "rfkill-wlan"; 303 pinctrl_rfkill_bt: rfkill-btgrp { 309 pinctrl_rfkill_wlan: rfkill-wlangrp {
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3588-rock-5b.dtsi | 38 rfkill { 39 compatible = "rfkill-gpio"; 40 label = "rfkill-m2-wlan";
|
| H A D | rk3588-rock-5b-plus.dts | 11 rfkill-wwan { 12 compatible = "rfkill-gpio"; 13 label = "rfkill-m2-wwan";
|
| H A D | rk3588-rock-5t.dts | 41 rfkill { 42 compatible = "rfkill-gpio"; 43 label = "rfkill-m2-wlan";
|
| H A D | rk3588-armsom-w3.dts | 86 rfkill { 87 compatible = "rfkill-gpio"; 88 label = "rfkill-pcie-wlan"; 93 rfkill-bt { 94 compatible = "rfkill-gpio"; 95 label = "rfkill-m2-bt";
|
| H A D | rk3588-orangepi-5-plus.dts | 47 rfkill { 48 compatible = "rfkill-gpio"; 49 label = "rfkill-pcie-wlan";
|
| H A D | rk3588-rock-5b-5bp-5t.dtsi | 51 rfkill-bt { 52 compatible = "rfkill-gpio"; 53 label = "rfkill-m2-bt";
|
| H A D | rk3588-orangepi-5.dtsi | 102 rfkill { 103 compatible = "rfkill-gpio"; 104 label = "rfkill-pcie-wlan";
|
| /freebsd/sys/contrib/dev/iwlwifi/mei/ |
| H A D | iwl-mei.h | 64 void (*rfkill)(void *, bool); member
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6qdl-var-som.dtsi | 95 rfkill { 96 compatible = "rfkill-gpio"; 97 name = "rfkill";
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm4708-netgear-r6300-v2.dts | 68 button-rfkill {
|
| H A D | bcm4708-asus-rt-ac68u.dts | 75 button-rfkill {
|
| H A D | bcm4708-asus-rt-ac56u.dts | 72 button-rfkill {
|
| H A D | bcm47094-netgear-r8500.dts | 86 button-rfkill {
|
| H A D | bcm4709-netgear-r7000.dts | 82 button-rfkill {
|
| H A D | bcm4708-netgear-r6250.dts | 72 button-rfkill {
|
| H A D | bcm47081-tplink-archer-c5-v2.dts | 80 button-rfkill {
|
| H A D | bcm47189-tenda-ac9.dts | 62 button-rfkill {
|
| H A D | bcm4708-smartrg-sr400ac.dts | 97 button-rfkill {
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_sysctl.c | 425 u_int rfkill; in ath_sysctl_rfkill() local 432 rfkill = ath_hal_getrfkill(ah); in ath_sysctl_rfkill() 434 error = sysctl_handle_int(oidp, &rfkill, 0, req); in ath_sysctl_rfkill() 437 if (rfkill == ath_hal_getrfkill(ah)) { /* unchanged */ in ath_sysctl_rfkill() 441 if (!ath_hal_setrfkill(ah, rfkill)) { in ath_sysctl_rfkill()
|