Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/usb/
H A Dauthorization.rst21 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
25 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
36 By default, all USB devices are authorized. Writing "2" to the
60 echo 1 > $device_path/authorized
73 echo 1 > authorized # temporarily authorize it
83 echo 0 > authorized
103 $ echo 1 > /sys/bus/usb/devices/INTERFACE/authorized
107 $ echo 0 > /sys/bus/usb/devices/INTERFACE/authorized
121 So all interfaces would authorized per default.
124 If a deauthorized interface will be authorized so the driver probing must
[all …]
/linux/Documentation/admin-guide/
H A Dthunderbolt.rst28 a database of the authorized devices and prompts users for new connections.
37 ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1"
93 device must be authorized by the user before PCIe tunnels are created
105 /sys/bus/thunderbolt/devices/0-1/authorized - 0
112 The ``authorized`` attribute reads 0 which means no PCIe tunnels are
115 # echo 1 > /sys/bus/thunderbolt/devices/0-1/authorized
124 /sys/bus/thunderbolt/devices/0-3/authorized - 0
135 to the ``authorized`` attribute and the PCIe tunnels will be created in
143 # echo 1 > /sys/bus/thunderbolt/devices/0-3/authorized
152 # echo 2 > /sys/bus/thunderbolt/devices/0-3/authorized
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-thunderbolt21 If a device is authorized automatically during boot its
30 de-authorize PCIe tunnel by writing 0 to authorized
50 none All devices are automatically authorized
51 user Devices are only authorized based on writing
52 appropriate value to the authorized attribute
64 What: /sys/bus/thunderbolt/devices/.../authorized
70 authorized, no PCIe devices are available to the system.
73 yet authorized.
78 0 The device will be de-authorized (only supported if
80 1 The device will be authorized and connected
[all …]
H A Dsysfs-bus-usb1 What: /sys/bus/usb/devices/<INTERFACE>/authorized
7 If a deauthorized interface will be authorized
19 would be authorized by default.
22 What: /sys/bus/usb/device/.../authorized
28 drivers, non-authorized one are not. By default, wired
29 USB devices are authorized.
/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt65 mac80211->driver: sta_state(AP, authorized)
80 userspace->mac80211: authorized
81 mac80211->driver: sta_state(AP, authorized)
/linux/drivers/thunderbolt/
H A Ddomain.c656 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch()
683 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch_key()
720 if (!parent_sw || !parent_sw->authorized) in tb_domain_challenge_switch_key()
H A Dswitch.c1751 return sysfs_emit(buf, "%u\n", sw->authorized); in authorized_show()
1760 if (sw && sw->authorized) { in disapprove_switch()
1772 sw->authorized = 0; in disapprove_switch()
1788 if (!!sw->authorized == !!val) in tb_switch_set_authorized()
1819 sw->authorized = val; in tb_switch_set_authorized()
1824 sprintf(envp_string, "AUTHORIZED=%u", sw->authorized); in tb_switch_set_authorized()
1854 static DEVICE_ATTR_RW(authorized);
1926 if (sw->authorized) { in key_store()
2499 sw->authorized = true; in tb_switch_alloc()
H A Dtb.c2474 } else if (!port->port && sw->authorized) { in tb_handle_hotplug()
2940 sw->authorized = 1; in tb_scan_finalize_switch()
/linux/drivers/usb/core/
H A Dmessage.c1794 if (intf->authorized) { in usb_deauthorize_interface()
1796 intf->authorized = 0; in usb_deauthorize_interface()
1814 if (!intf->authorized) { in usb_authorize_interface()
1816 intf->authorized = 1; /* authorize interface */ in usb_authorize_interface()
2004 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration()
2111 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
H A Dgeneric.c245 if (udev->authorized == 0) in usb_generic_driver_probe()
246 dev_err(&udev->dev, "Device is not authorized for usage\n"); in usb_generic_driver_probe()
H A Dusb.c741 dev->authorized = usb_dev_authorized(dev, usb_hcd); in usb_alloc_dev()
H A Dhub.c2723 if (usb_dev->authorized == 0) in usb_deauthorize_device()
2726 usb_dev->authorized = 0; in usb_deauthorize_device()
2740 if (usb_dev->authorized == 1) in usb_authorize_device()
2750 usb_dev->authorized = 1; in usb_authorize_device()
/linux/arch/riscv/crypto/
H A DKconfig87 as an authorized cryptographic algorithm for use within China.
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac.c121 if (!mvmvif->authorized && in iwl_mvm_mld_mac_ctxt_cmd_sta()
H A Dmac-ctxt.c699 if (!mvmvif->authorized && in iwl_mvm_mac_ctxt_cmd_sta()
H A Dops.c1256 if (ieee80211_vif_is_mld(vif) && mvmvif->authorized) in iwl_mvm_find_link_selection_vif()
/linux/LICENSES/dual/
H A DApache-2.027 "Licensor" shall mean the copyright owner or entity authorized by the
66 Entity authorized to submit on behalf of the copyright owner. For the
H A DCC-BY-4.039 intended for use by those authorized to give the public
178 simply making modifications authorized by this Section 2(a)
/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt450 a CIPSO host is authorized to handle. All datagrams that have a label
468 a CIPSO host is authorized to handle. All datagrams that have a label less
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst115 authorized reference value (digest, signature, etc) as per the defined
133 IPE does not mitigate threats arising from malicious but authorized
/linux/net/mac80211/
H A Dtx.c2612 bool wme_sta = false, authorized = false; in ieee80211_build_hdr() local
2648 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_build_hdr()
2844 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_build_hdr()
2863 !multicast && !authorized && in ieee80211_build_hdr()
H A Dmlme.c3054 bool authorized = false; in ieee80211_powersave_allowed() local
3075 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_powersave_allowed()
3078 return authorized; in ieee80211_powersave_allowed()
/linux/LICENSES/preferred/
H A DLGPL-2.1132 authorized party saying it may be distributed under the terms of this
H A DLGPL-2.0119 notice placed by the copyright holder or other authorized party saying
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst39 executed by an authorized machine. All virtual machines utilize

12