Home
last modified time | relevance | path

Searched +full:srp +full:- +full:capable (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/usb/
H A Dusb-drd.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-drd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 otg-rev:
16 which the device and its descriptors are compliant, in binary-coded
18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be
25 Tells Dual-Role USB controllers that we want to work on a particular
32 hnp-disable:
[all …]
/linux/include/linux/usb/
H A Dotg-fsm.h1 // SPDX-License-Identifier: GPL-2.0+
18 * Table:6-4
23 * Table:6-5
49 * struct otg_fsm - OTG state machine according to the OTG spec
54 * @id: TRUE for B-device, FALSE for A-device.
56 * ADP measurement taken at n-2, differs by more than CADP_THR
58 * ADP measurement taken if ADP capable
60 * A-Device state inputs
61 * @a_srp_det: TRUE if the A-device detects SRP
63 * @b_conn: TRUE if the A-device detects connection from the B-device
[all …]
/linux/security/smack/
H A Dsmackfs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.com>
6 * Casey Schaufler <casey@schaufler-ca.com>
38 SMK_CIPSO = 4, /* load label -> CIPSO mapping */
43 SMK_ONLYCAP = 9, /* the only "capable" label */
53 SMK_CIPSO2 = 17, /* load long label -> CIPSO mapping */
54 SMK_REVOKE_SUBJ = 18, /* set rules with subject label to '-' */
102 * debugging and application bring-up purposes only.
165 #define SMK_OACCESSLEN (sizeof(SMK_OACCESS) - 1)
166 #define SMK_ACCESSLEN (sizeof(SMK_ACCESS) - 1)
[all …]
/linux/drivers/usb/host/
H A Docteon-hcd.h1 /* SPDX-License-Identifier: GPL-2.0 */
11 * Copyright (c) 2003-2010 Cavium Networks (support@cavium.com). All rights
104 * This register can be used to configure the core after power-on or a change in
105 * mode of operation. This register mainly contains AHB system-related
126 * @nptxfemplvl: Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl)
128 * Indicates when the Non-Periodic TxFIFO Empty Interrupt bit in
131 * * 1'b0: GINTSTS.NPTxFEmp interrupt indicates that the Non-
133 * * 1'b1: GINTSTS.NPTxFEmp interrupt indicates that the Non-
172 * This value is in terms of 32-bit words.
197 * * 1'b0: Not OTG capable
[all …]
/linux/drivers/usb/core/
H A Dhub.c1 // SPDX-License-Identifier: GPL-2.0
79 /* Protect struct usb_device->state and ->children members
80 * Note: Both are also protected by ->dev.sem, except that ->state can
88 /* synchronize hub-port add/remove and peering operations */
98 * 10 seconds to send reply for the initial 64-byte descriptor request.
100 /* define initial 64-byte descriptor request timeout in milliseconds */
104 "initial 64-byte descriptor request timeout in milliseconds "
105 "(default 5000 - 5.0 seconds)");
149 if (hub_is_superspeedplus(hub->hdev)) in portspeed()
151 if (hub_is_superspeed(hub->hdev)) in portspeed()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
105 /* Operating Classes 131-135 */
248 #define ath12k_a_rates_size (ARRAY_SIZE(ath12k_legacy_rates) - 4)
277 return "11na-ht20"; in ath12k_mac_phymode_str()
279 return "11ng-ht20"; in ath12k_mac_phymode_str()
281 return "11na-ht40"; in ath12k_mac_phymode_str()
283 return "11ng-ht40"; in ath12k_mac_phymode_str()
285 return "11ac-vht20"; in ath12k_mac_phymode_str()
287 return "11ac-vht40"; in ath12k_mac_phymode_str()
[all …]