Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/Documentation/admin-guide/
H A Dthunderbolt.rst37 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
143 # echo 1 > /sys/bus/thunderbolt/devices/0-3/authorized
152 # echo 2 > /sys/bus/thunderbolt/devices/0-3/authorized
161 ``authorized`` file to get the new key stored on the device NVM.
166 ``authorized`` attribute. This requires support from the connection
[all …]
/linux-6.15/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
73 yet authorized.
78 0 The device will be de-authorized (only supported if
80 1 The device will be authorized and connected
90 the device is authorized.
[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-6.15/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-6.15/drivers/thunderbolt/
H A Dicm.c728 bool authorized = false; in icm_fr_device_connected() local
739 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in icm_fr_device_connected()
768 !!sw->authorized == authorized) { in icm_fr_device_connected()
849 sw->authorized = authorized; in icm_fr_device_connected()
1203 bool authorized, boot, dual_lane, speed_gen3; in __icm_tr_device_connected() local
1220 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in __icm_tr_device_connected()
1236 if (tb_route(sw) == route && !!sw->authorized == authorized) { in __icm_tr_device_connected()
1272 sw->authorized = authorized; in __icm_tr_device_connected()
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()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.h150 bool authorized;
H A Dmlo.h33 if (!mld_vif->authorized) in iwl_mld_vif_has_emlsr_cap()
H A Dmlo.c212 if (WARN_ON(!ieee80211_vif_is_mld(vif) || !mld_vif->authorized)) in _iwl_mld_exit_emlsr()
880 if (!mld_vif->authorized || hweight16(usable_links) <= 1) in _iwl_mld_select_links()
H A Diface.c187 if (!iwl_mld_vif_from_mac80211(vif)->authorized) in iwl_mld_fill_mac_cmd_sta()
/linux-6.15/arch/riscv/crypto/
H A DKconfig86 as an authorized cryptographic algorithm for use within China.
/linux-6.15/drivers/usb/core/
H A Dgeneric.c245 if (udev->authorized == 0) in usb_generic_driver_probe()
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 Dsysfs.c731 return sysfs_emit(buf, "%u\n", usb_dev->authorized); in authorized_show()
755 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR,
1210 return sysfs_emit(buf, "%u\n", intf->authorized); in interface_authorized_show()
1243 __ATTR(authorized, S_IRUGO | S_IWUSR,
H A Ddriver.c334 if (udev->authorized == 0) { in usb_probe_interface()
337 } else if (intf->authorized == 0) { in usb_probe_interface()
562 if (!iface->authorized) in usb_driver_claim_interface()
H A Dusb.c741 dev->authorized = usb_dev_authorized(dev, usb_hcd); in usb_alloc_dev()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dlink.c829 if (!mvmvif->authorized || !ieee80211_vif_is_mld(vif)) in iwl_mvm_select_links()
1004 if (WARN_ON(!ieee80211_vif_is_mld(vif) || !mvmvif->authorized)) in iwl_mvm_exit_esr()
1103 if (!ieee80211_vif_is_mld(vif) || !mvmvif->authorized || in iwl_mvm_esr_unblocked()
H A Dmld-mac.c121 if (!mvmvif->authorized && in iwl_mvm_mld_mac_ctxt_cmd_sta()
H A Dsta.h430 bool authorized; member
/linux-6.15/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
/linux-6.15/include/linux/
H A Dusb.h266 unsigned authorized:1; /* used for interface authorization */ member
695 unsigned authorized:1; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c296 mld_vif->authorized = state == IEEE80211_STA_AUTHORIZED; in iwlmld_kunit_move_sta_state()
/linux-6.15/net/wireless/
H A DKconfig148 to be an authorized master, i.e., with radar detection support and DFS

123