| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | authorization.rst | 21 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized 25 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized 36 By default, Wired USB devices are authorized by default to 63 echo 1 > $device_path/authorized 76 echo 1 > authorized # temporarily authorize it 86 echo 0 > authorized 106 $ echo 1 > /sys/bus/usb/devices/INTERFACE/authorized 110 $ echo 0 > /sys/bus/usb/devices/INTERFACE/authorized 124 So all interfaces would authorized per default. 127 If a deauthorized interface will be authorized so the driver probing must [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A 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" 86 device must be authorized by the user before PCIe tunnels are created 98 /sys/bus/thunderbolt/devices/0-1/authorized - 0 105 The ``authorized`` attribute reads 0 which means no PCIe tunnels are 108 # echo 1 > /sys/bus/thunderbolt/devices/0-1/authorized 117 /sys/bus/thunderbolt/devices/0-3/authorized - 0 128 to the ``authorized`` attribute and the PCIe tunnels will be created in 136 # echo 1 > /sys/bus/thunderbolt/devices/0-3/authorized 145 # echo 2 > /sys/bus/thunderbolt/devices/0-3/authorized [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-thunderbolt | 21 If a device is authorized automatically during boot its 41 none All devices are automatically authorized 42 user Devices are only authorized based on writing 43 appropriate value to the authorized attribute 53 What: /sys/bus/thunderbolt/devices/.../authorized 59 authorized, no devices such as PCIe and Display port are 63 yet authorized. 68 1 The device will be authorized and connected 76 the device is authorized. 79 authorized. In case of failure errno will be ENOKEY if [all …]
|
| H A 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. 31 Certified Wireless USB devices are not authorized
|
| H A D | sysfs-wusb_cbaf | 31 has been authorized before and nothing further
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 65 mac80211->driver: sta_state(AP, authorized) 80 userspace->mac80211: authorized 81 mac80211->driver: sta_state(AP, authorized)
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | icm.c | 710 bool authorized = false; in icm_fr_device_connected() local 721 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in icm_fr_device_connected() 751 !!sw->authorized == authorized) { in icm_fr_device_connected() 832 sw->authorized = authorized; in icm_fr_device_connected() 1172 bool authorized, boot, dual_lane, speed_gen3; in __icm_tr_device_connected() local 1189 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in __icm_tr_device_connected() 1205 if (tb_route(sw) == route && !!sw->authorized == authorized) { in __icm_tr_device_connected() 1242 sw->authorized = authorized; in __icm_tr_device_connected()
|
| H A D | domain.c | 622 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch() 649 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch_key() 686 if (!parent_sw || !parent_sw->authorized) in tb_domain_challenge_switch_key()
|
| H A D | switch.c | 1345 return sprintf(buf, "%u\n", sw->authorized); in authorized_show() 1355 if (sw->authorized) in tb_switch_set_authorized() 1378 sw->authorized = val; in tb_switch_set_authorized() 1409 static DEVICE_ATTR_RW(authorized); 1481 if (sw->authorized) { in key_store() 1960 sw->authorized = true; in tb_switch_alloc()
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | selinux-support.txt | 16 * _Permissive_: the policy is applied, and non-authorized actions are 19 * _Enforcing_: the policy is applied, and non-authorized actions are
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CECILL-1.1 | 95 The Licensee is authorized to use the Software, unrestrictedly, as regards the fields of applicatio… 104 The Licensee is authorized to make any or all Contribution to the Software provided that it explici… 108 …f the Software by means of any or all process. The Licensee is further authorized to redistribute … 112 The Licensee is authorized to redistribute true copies of the Software in Source Code or Object Cod… 123 The Licensee is authorized to redistribute the Modified Software, in Source Code or Object Code for… 136 … that is subject to the provisions of the GPL License, the Licensee is authorized to redistribute … 138 … that is subject to the provisions of the GPL License, the Licensee is authorized to redistribute … 197 10.2. The Licensee whose Agreement is terminated shall no longer be authorized to use, modify or di… 207 …gards the Parties unless it is made in writing and signed by their duly authorized representatives. 217 12.1. Any or all person is authorized to duplicate and distribute copies of this Agreement.
|
| H A D | CECILL-2.1 | 196 The Licensee is authorized to use the Software, without any limitation 220 The Licensee is authorized to make any or all Contributions to the 233 The Licensee is further authorized to distribute copies of the modified 240 The Licensee is authorized to distribute true copies of the Software in 263 The Licensee is authorized to distribute the Modified Software, in 445 authorized to use, modify or distribute the Software. However, any 474 unless it is made in writing and signed by their duly authorized 494 12.1 Any person is authorized to duplicate and distribute copies of this
|
| H A D | OML | 3 … written agreement, license, or royalty fee is required for any of the authorized uses. Modificati…
|
| H A D | Unicode-TOU | 9 …gend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to… 11 …3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all docum…
|
| H A D | TCL | 3 … written agreement, license, or royalty fee is required for any of the authorized uses. Modificati…
|
| H A D | SWL | 1 … written agreement, license, or royalty fee is required for any of the authorized uses. Modificati…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/ |
| H A D | Bellcore | 9 of an authorized representative of Bellcore. BELLCORE
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/corelocation/ |
| H A D | qgeopositioninfosource_cl.mm | 154 // This application is not authorized to use location services. Due 163 // This app is authorized to start location services at any time. 167 … // This app is authorized to start most location services while running in the foreground.
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | message.c | 1790 if (intf->authorized) { in usb_deauthorize_interface() 1792 intf->authorized = 0; in usb_deauthorize_interface() 1810 if (!intf->authorized) { in usb_authorize_interface() 1812 intf->authorized = 1; /* authorize interface */ in usb_authorize_interface() 1960 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration() 2067 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
|
| H A D | sysfs.c | 750 return snprintf(buf, PAGE_SIZE, "%u\n", usb_dev->authorized); in authorized_show() 774 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR, 1187 return sprintf(buf, "%u\n", intf->authorized); in interface_authorized_show() 1210 __ATTR(authorized, S_IRUGO | S_IWUSR,
|
| H A D | generic.c | 233 if (udev->authorized == 0) in usb_generic_driver_probe()
|
| /OK3568_Linux_fs/external/rkwifibt/debian/ |
| H A D | copyright | 23 Except as expressively authorized by Rockchip in writing, you may NOT:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/licenses/ |
| H A D | OML | 12 authorized uses. Modifications to this Software and Documentation may
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/licenses/ |
| H A D | netperf | 8 limitations, you are hereby authorized to (i) use, reproduce, and
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfgvendor.c | 929 t_u8 authorized = 1; in woal_roam_ap_info() local 958 sizeof(authorized), &authorized); in woal_roam_ap_info()
|