Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/usb/typec/altmodes/
Ddisplayport.c427 u8 assignments; in pin_assignment_store() local
449 assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_store()
451 assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_store()
453 if (!(DP_CONF_GET_PIN_ASSIGN(conf) & assignments)) { in pin_assignment_store()
479 u8 assignments; in pin_assignment_show() local
489 assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_show()
491 assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo); in pin_assignment_show()
493 for (i = 0; assignments; assignments >>= 1, i++) { in pin_assignment_show()
494 if (assignments & 1) { in pin_assignment_show()
/Linux-v6.1/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
Dsysfs-driver-chromeos-acpi66 GPIO assignments (integer).
/Linux-v6.1/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-v6.1/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-v6.1/arch/arm64/boot/dts/apple/
Dt8103-j274.dts29 * Force the bus number assignments so that we can declare some of the
Dt8103-j457.dts29 * Force the bus number assignments so that we can declare some of the
Dt8103-j456.dts47 * Force the bus number assignments so that we can declare some of the
Dt8103-jxxx.dtsi67 * Force the bus number assignments so that we can declare some of the
/Linux-v6.1/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-v6.1/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst35 - Chrome OS GPIO assignments
184 GPIO (Chrome OS GPIO assignments)
186 This control method returns information about Chrome OS specific GPIO assignments for
/Linux-v6.1/Documentation/arm/sa1100/
Dserial_uart.rst18 > So your assignments are:
/Linux-v6.1/drivers/media/v4l2-core/
DKconfig30 Say Y here to enable the old-style fixed-range minor assignments.
/Linux-v6.1/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-v6.1/Documentation/x86/
Dentry_64.rst21 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h.
/Linux-v6.1/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-v6.1/Documentation/process/
Dclang-format.rst174 - Aligning assignments (``AlignConsecutiveAssignments``).
/Linux-v6.1/tools/usb/usbip/
DREADME75 - List driver assignments for USB devices.
/Linux-v6.1/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.txt20 The chip selects have the following memory range assignments. This region of
/Linux-v6.1/drivers/block/paride/
DTransition-notes4 Proof: All assignments to ps_tq_active and all scheduling of ps_tq happen
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/Documentation/driver-api/driver-model/
Ddevres.rst137 Note though that when converting current calls or assignments to

12