Home
last modified time | relevance | path

Searched refs:assignments (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/drivers/usb/typec/altmodes/
Ddisplayport.c419 u8 assignments; in pin_assignment_store() local
441 assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_store()
443 assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_store()
445 if (!(DP_CONF_GET_PIN_ASSIGN(conf) & assignments)) { in pin_assignment_store()
471 u8 assignments; in pin_assignment_show() local
481 assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_show()
483 assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_show()
485 for (i = 0; assignments; assignments >>= 1, i++) { in pin_assignment_show()
486 if (assignments & 1) { in pin_assignment_show()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-typec-displayport30 different pin assignments for USB Type-C connector that are
31 labeled A, B, C, D, E, and F. The supported pin assignments are
45 version 1.0b, pin assignments A, B, and F are deprecated. Only
47 USB SuperSpeed protocol. From user perspective pin assignments C
Dsysfs-bus-event_source-devices-events57 Each of the assignments indicates a value to be assigned to a
/Linux-v4.19/Documentation/devicetree/bindings/arm/firmware/
Dlinaro,optee-tz.txt17 "smc" : SMC #0, with the register assignments specified
20 "hvc" : HVC #0, with the register assignments specified
Dsdei.txt32 * "smc" : SMC #0, with the register assignments specified in this
34 * "hvc" : HVC #0, with the register assignments specified in this
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt18 Compatibility does not include bit assignments in SCCR/PMCDR/DEVDISR; these
19 bit assignments are indicated via the sleep specifier in each device's
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Dnvidia,tegra20-mc.txt10 The assignments may be found in header file <dt-bindings/memory/tegra20-mc.h>
Dnvidia,tegra30-mc.txt16 The assignments may be found in header file <dt-bindings/memory/tegra30-mc.h>
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dpsci.txt44 "smc" : SMC #0, with the register assignments specified
47 "hvc" : HVC #0, with the register assignments specified
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dqcom_hidma_mgmt.txt9 among channels based on the priority and weight assignments.
11 There are only two priority levels and 15 weigh assignments possible.
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dnvidia,tegra210-car.txt16 CAR. The assignments may be found in header file
Dnvidia,tegra114-car.txt16 CAR. The assignments may be found in header file
Dnvidia,tegra20-car.txt16 CAR. The assignments may be found in header file
Dnvidia,tegra30-car.txt16 CAR. The assignments may be found in header file
Dnvidia,tegra124-car.txt16 CAR. The assignments may be found in the header files
/Linux-v4.19/drivers/media/v4l2-core/
DKconfig25 Say Y here to enable the old-style fixed-range minor assignments.
/Linux-v4.19/Documentation/arm/SA1100/
Dserial_UART14 > So your assignments are:
/Linux-v4.19/sound/hda/
Dhdmi_chmap.c511 int assignments[8] = {[0 ... 7] = 0xf}; in hdmi_manual_setup_channel_mapping() local
520 assignments[hdmi_slot] = alsa_pos; in hdmi_manual_setup_channel_mapping()
527 pin_nid, hdmi_slot, assignments[hdmi_slot]); in hdmi_manual_setup_channel_mapping()
/Linux-v4.19/Documentation/isdn/
DREADME.hysdn97 The following 3 fields show the hardware assignments for irq, iobase and the
102 following assignments.
/Linux-v4.19/Documentation/x86/
Dentry_64.txt15 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h.
/Linux-v4.19/Documentation/hwmon/
Ddme1737163 temperature zones. The chip features 3 zones whose assignments to temperature
164 inputs is static and determined during initialization. These assignments can
/Linux-v4.19/Documentation/process/
Dclang-format.rst174 - Aligning assignments (``AlignConsecutiveAssignments``).
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.txt20 The chip selects have the following memory range assignments. This region of
/Linux-v4.19/tools/usb/usbip/
DREADME75 - List driver assignments for USB devices.
/Linux-v4.19/drivers/block/paride/
DTransition-notes4 Proof: All assignments to ps_tq_active and all scheduling of ps_tq happen

12