Home
last modified time | relevance | path

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

123

/linux/Documentation/ABI/testing/
H A 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
H A Dsysfs-bus-event_source-devices-events65 Each of the assignments indicates a value to be assigned to a
H A Dsysfs-driver-chromeos-acpi73 GPIO assignments (integer).
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c642 u8 assignments; in pin_assignment_store() local
663 assignments = get_current_pin_assignments(dp); in pin_assignment_store()
665 if (!(DP_CONF_GET_PIN_ASSIGN(conf) & assignments)) { in pin_assignment_store()
692 u8 assignments; in pin_assignment_show() local
701 assignments = get_current_pin_assignments(dp); in pin_assignment_show()
703 for (i = 0; assignments && i < DP_PIN_ASSIGN_MAX; assignments >>= 1, i++) { in pin_assignment_show()
704 if (assignments & 1) { in pin_assignment_show()
/linux/Documentation/devicetree/bindings/arm/firmware/
H A Dsdei.txt32 * "smc" : SMC #0, with the register assignments specified in this
34 * "hvc" : HVC #0, with the register assignments specified in this
/linux/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst34 - Chrome OS GPIO assignments
183 GPIO (Chrome OS GPIO assignments)
185 This control method returns information about Chrome OS specific GPIO assignments for
/linux/Documentation/process/
H A Dcve.rst14 community should have control over those assignments.
32 for CVE number assignments and have CVE numbers automatically assigned
33 to them. These assignments are published on the linux-cve-announce
H A Ddeprecated.rst376 Open-coded kmalloc assignments for struct objects
378 Performing open-coded kmalloc()-family allocation assignments prevents
384 allocations. For example, these open coded assignments::
/linux/arch/arm64/boot/dts/apple/
H A Dt8103-j274.dts46 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j457.dts54 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j456.dts64 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j473.dts45 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j413.dts40 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j415.dts40 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j493.dts88 * Force the bus number assignments so that we can declare some of the
H A Dt8103-jxxx.dtsi202 * Force the bus number assignments so that we can declare some of the
/linux/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst18 > So your assignments are:
/linux/drivers/media/v4l2-core/
H A DKconfig30 Say Y here to enable the old-style fixed-range minor assignments.
/linux/Documentation/networking/pse-pd/
H A Dpse-pi.rst19 - Section "33.2.3 PI pin assignments" covers the pin assignments for PoE
33 assignments for power delivery, as described in the PSE PI for multi-pair
/linux/sound/hda/core/
H A 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/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst130 KVM_IRQFD assignments:
143 e) restore KVM_IRQFD assignments for MSIs
/linux/tools/testing/selftests/net/forwarding/
H A DREADME103 assignments of variables whose value should be overridden.
/linux/Documentation/arch/x86/
H A Dentry_64.rst21 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h.
/linux/Documentation/hwmon/
H A 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/Documentation/dev-tools/
H A Dclang-format.rst174 - Aligning assignments (``AlignConsecutiveAssignments``).

123