/linux-6.6.21/Documentation/usb/ |
D | authorization.rst | 21 $ 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.6.21/Documentation/admin-guide/ |
D | thunderbolt.rst | 28 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-6.6.21/Documentation/ABI/testing/ |
D | sysfs-bus-thunderbolt | 21 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 …]
|
D | sysfs-bus-usb | 1 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.6.21/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 65 mac80211->driver: sta_state(AP, authorized) 80 userspace->mac80211: authorized 81 mac80211->driver: sta_state(AP, authorized)
|
/linux-6.6.21/drivers/thunderbolt/ |
D | icm.c | 728 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()
|
D | domain.c | 651 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch() 678 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch_key() 715 if (!parent_sw || !parent_sw->authorized) in tb_domain_challenge_switch_key()
|
D | switch.c | 1600 return sysfs_emit(buf, "%u\n", sw->authorized); in authorized_show() 1609 if (sw && sw->authorized) { in disapprove_switch() 1621 sw->authorized = 0; in disapprove_switch() 1637 if (!!sw->authorized == !!val) in tb_switch_set_authorized() 1668 sw->authorized = val; in tb_switch_set_authorized() 1673 sprintf(envp_string, "AUTHORIZED=%u", sw->authorized); in tb_switch_set_authorized() 1703 static DEVICE_ATTR_RW(authorized); 1775 if (sw->authorized) { in key_store() 2348 sw->authorized = true; in tb_switch_alloc()
|
D | tb.c | 1740 } else if (!port->port && sw->authorized) { in tb_handle_hotplug() 2077 sw->authorized = 1; in tb_scan_finalize_switch()
|
/linux-6.6.21/drivers/usb/core/ |
D | generic.c | 233 if (udev->authorized == 0) in usb_generic_driver_probe()
|
D | message.c | 1791 if (intf->authorized) { in usb_deauthorize_interface() 1793 intf->authorized = 0; in usb_deauthorize_interface() 1811 if (!intf->authorized) { in usb_authorize_interface() 1813 intf->authorized = 1; /* authorize interface */ in usb_authorize_interface() 2001 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration() 2108 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
|
D | sysfs.c | 728 return sysfs_emit(buf, "%u\n", usb_dev->authorized); in authorized_show() 752 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR, 1160 return sysfs_emit(buf, "%u\n", intf->authorized); in interface_authorized_show() 1183 __ATTR(authorized, S_IRUGO | S_IWUSR,
|
D | driver.c | 334 if (udev->authorized == 0) { in usb_probe_interface() 337 } else if (intf->authorized == 0) { in usb_probe_interface() 549 if (!iface->authorized) in usb_driver_claim_interface()
|
D | usb.c | 741 dev->authorized = usb_dev_authorized(dev, usb_hcd); in usb_alloc_dev()
|
D | hub.c | 2662 if (usb_dev->authorized == 0) in usb_deauthorize_device() 2665 usb_dev->authorized = 0; in usb_deauthorize_device() 2679 if (usb_dev->authorized == 1) in usb_authorize_device() 2689 usb_dev->authorized = 1; in usb_authorize_device()
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mld-mac.c | 121 if (!mvmvif->authorized && in iwl_mvm_mld_mac_ctxt_cmd_sta()
|
D | sta.h | 417 bool authorized; member
|
D | rs-fw.c | 596 .max_ch_width = mvmsta->authorized ? in iwl_mvm_rs_fw_rate_init()
|
D | rx.c | 392 !mvmvif->authorized && in iwl_mvm_rx_rx_mpdu()
|
/linux-6.6.21/LICENSES/dual/ |
D | Apache-2.0 | 27 "Licensor" shall mean the copyright owner or entity authorized by the 66 Entity authorized to submit on behalf of the copyright owner. For the
|
D | CC-BY-4.0 | 39 intended for use by those authorized to give the public 178 simply making modifications authorized by this Section 2(a)
|
/linux-6.6.21/include/linux/ |
D | usb.h | 264 unsigned authorized:1; /* used for interface authorization */ member 692 unsigned authorized:1; member
|
/linux-6.6.21/net/wireless/ |
D | Kconfig | 151 to be an authorized master, i.e., with radar detection support and DFS
|
/linux-6.6.21/security/ |
D | Kconfig | 69 designated as unlabelled, and only sockets authorized
|
/linux-6.6.21/fs/reiserfs/ |
D | README | 9 Reiser, or authorized to be licensed by him, have been in the past,
|