Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/usb/typec/altmodes/
Ddisplayport.c426 u8 assignments; in pin_assignment_store() local
448 assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_store()
450 assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_store()
452 if (!(DP_CONF_GET_PIN_ASSIGN(conf) & assignments)) { in pin_assignment_store()
478 u8 assignments; in pin_assignment_show() local
488 assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_show()
490 assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_show()
492 for (i = 0; assignments; assignments >>= 1, i++) { in pin_assignment_show()
493 if (assignments & 1) { in pin_assignment_show()
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/arm/firmware/
Dsdei.txt32 * "smc" : SMC #0, with the register assignments specified in this
34 * "hvc" : HVC #0, with the register assignments specified in this
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/arm/sa1100/
Dserial_uart.rst18 > So your assignments are:
/Linux-v5.15/drivers/media/v4l2-core/
DKconfig38 Say Y here to enable the old-style fixed-range minor assignments.
/Linux-v5.15/sound/hda/
Dhdmi_chmap.c512 int assignments[8] = {[0 ... 7] = 0xf}; in hdmi_manual_setup_channel_mapping() local
521 assignments[hdmi_slot] = alsa_pos; in hdmi_manual_setup_channel_mapping()
528 pin_nid, hdmi_slot, assignments[hdmi_slot]); in hdmi_manual_setup_channel_mapping()
/Linux-v5.15/Documentation/x86/
Dentry_64.rst21 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h.
/Linux-v5.15/Documentation/hwmon/
Ddme1737.rst186 temperature zones. The chip features 3 zones whose assignments to temperature
187 inputs is static and determined during initialization. These assignments can
/Linux-v5.15/Documentation/process/
Dclang-format.rst174 - Aligning assignments (``AlignConsecutiveAssignments``).
/Linux-v5.15/tools/usb/usbip/
DREADME75 - List driver assignments for USB devices.
/Linux-v5.15/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.txt20 The chip selects have the following memory range assignments. This region of
/Linux-v5.15/drivers/block/paride/
DTransition-notes4 Proof: All assignments to ps_tq_active and all scheduling of ps_tq happen
/Linux-v5.15/Documentation/kbuild/
Dmodules.rst218 assignments, whereas "make" will see everything except these
219 two assignments. This is due to two passes made on the file:
/Linux-v5.15/Documentation/driver-api/rapidio/
Drapidio.rst168 "rapidio.hdid=" with a list of destination ID assignments in order of mport
188 destination ID assignments omitted from the end of list (default = -1).
/Linux-v5.15/Documentation/driver-api/mtd/
Dnand_ecc.rst525 Effectively so all odd digit rp assignments in the loop were removed.
531 Also the initial assignments (rp5 = 0; etc) could be removed.
612 Furthermore there are 4 sequential assignments to rp8. This can be
/Linux-v5.15/arch/arm64/boot/dts/hisilicon/
Dhi6220-hikey.dts356 * Pin assignments taken from LeMaker and CircuitCo Schematics
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddevres.rst137 Note though that when converting current calls or assignments to
/Linux-v5.15/Documentation/gpu/
Dvgaarbiter.rst16 (e.g. two server in parallel). Their address assignments conflict. Moreover,
/Linux-v5.15/Documentation/cdrom/
Dide-cd.rst74 address and an IRQ number, the standard assignments being
233 (The usual assignments are 14 for the primary (0x1f0) interface
/Linux-v5.15/arch/arm64/boot/dts/ti/
Dk3-j721e-common-proc-board.dts559 * These clock assignments are chosen to enable the following outputs:
/Linux-v5.15/Documentation/scsi/
DBusLogic.rst323 recognize the PCI I/O port assignments made by the motherboard's PCI BIOS.
326 the PCI I/O port assignments, so this is the preferred configuration.
/Linux-v5.15/Documentation/core-api/irq/
Dirq-domain.rst204 is supporting both dynamic and static IRQ assignments.

12