/hardware/interfaces/usb/1.0/ |
types.hal | 58 * USB ports can be a pure DFP port which can only act 126 DFP = 2, 129 * Indicates can either act as UFP or DFP at a given point of time. 177 * Can be UFP or DFP. 208 * DFP - Indicates the port can only act as host for data 210 * DRP - Indicates can either act as UFP or DFP at a
|
/external/autotest/server/site_tests/firmware_PDDataSwap/ |
firmware_PDDataSwap.py | 32 DFP = 'DFP' 37 ('rx', DFP): 0, 39 ('tx', DFP): 0, 43 ('rx', DFP): 0, 45 ('tx', DFP): 0, 102 @returns: 'DFP' or 'UFP' 115 if local_role == self.DFP: 118 return self.DFP 215 example many devices will not swap if already in DFP mode [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/external/autotest/client/cros/ |
ec.py | 206 is_dfp: Determine if data role is Downstream Facing Port (DFP). 257 data_role: UFP | DFP | None 326 """Determine if data role is Downstream Facing Port (DFP). 328 @returns True if DFP False otherwise. 333 return self._port_info['data_role'] == 'DFP'
|
/hardware/interfaces/usb/1.0/default/ |
Usb.cpp | 79 if (role.role == static_cast<uint32_t> (PortMode::DFP)) 80 return "dfp"; 142 if (roleName == "dfp") 143 currentRole = static_cast<uint32_t> (PortMode::DFP); 228 if (modes == "ufp dfp") 232 else if (modes == "dfp") 233 portMode = PortMode::DFP;
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbPort.java | 45 public static final int MODE_DFP = Constants.PortMode.DFP; 155 return "dfp";
|
/hardware/interfaces/usb/1.0/vts/functional/ |
VtsHalUsbV1_0TargetTest.cpp | 210 * to DFP is attempted for the port. 218 role.role = static_cast<uint32_t>(PortMode::DFP); 243 EXPECT_EQ(static_cast<uint32_t>(PortMode::DFP),
|
/device/google/marlin/usb/ |
Usb.cpp | 89 if (role.role == static_cast<uint32_t>(PortMode::DFP)) return "dfp"; 196 *currentRole = static_cast<uint32_t>(PortMode::DFP); 274 *portMode = PortMode::DFP;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
power6.d | 3 #name: POWER6 tests (includes DFP and Altivec)
|
power7.d | 3 #name: POWER7 tests (includes DFP, Altivec and VSX)
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/external/valgrind/none/tests/ppc32/ |
test_dfp1.stdout.exp | 1 Test DFP arithmetic instructions 378 Test DFP rounding modes [all...] |
test_dfp5.stdout.exp | 1 Test DFP test significance instructions [all...] |
test_dfp3.stdout.exp | 1 Test DFP compare instructions 206 Test DFP round instructions [all...] |
test_dfp2.stdout.exp | 1 Test DFP fomat conversion instructions [all...] |
test_dfp4.stdout.exp | 1 Test DFP exponent test instructions 104 Test DFP class and group test instructions [all...] |
/external/valgrind/none/tests/ppc64/ |
test_dfp1.stdout.exp | 1 Test DFP arithmetic instructions 378 Test DFP rounding modes [all...] |