Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c467 u8 assignments; in pin_assignment_store() local
488 assignments = get_current_pin_assignments(dp); in pin_assignment_store()
490 if (!(DP_CONF_GET_PIN_ASSIGN(conf) & assignments)) { in pin_assignment_store()
516 u8 assignments; in pin_assignment_show() local
525 assignments = get_current_pin_assignments(dp); in pin_assignment_show()
527 for (i = 0; assignments; assignments >>= 1, i++) { in pin_assignment_show()
528 if (assignments & 1) { in pin_assignment_show()
/openbmc/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
/openbmc/u-boot/doc/device-tree-bindings/firmware/
H A Dlinaro,optee-tz.txt17 "smc" : SMC #0, with the register assignments specified
20 "hvc" : HVC #0, with the register assignments specified
/openbmc/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
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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
/openbmc/openbmc/meta-facebook/conf/recipes/
H A Dfb-consoles.inc7 # Calculate the TTY assignments for the hosts.
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt8112-j473.dts25 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j274.dts33 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j457.dts33 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j493.dts39 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j456.dts51 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j413.dts39 * Force the bus number assignments so that we can declare some of the
H A Dt8103-jxxx.dtsi68 * Force the bus number assignments so that we can declare some of the
/openbmc/qemu/scripts/coccinelle/
H A Ddevice-reset.cocci1 // Convert opencoded DeviceClass::reset assignments to calls to
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dipmitool_%.bbappend15 # https://www.iana.org/assignments/enterprise-numbers
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A 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.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces/
H A D0001-netifaces-initialize-msghdr-in-a-portable-way.patch7 full structure will cause wrong assignments, doing partial assignment is
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/
H A Dpciutils_3.13.0.bb29 # available to the caller without clobbering assignments (notably, -fPIC)
/openbmc/linux/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst18 > So your assignments are:
/openbmc/linux/drivers/media/v4l2-core/
H A DKconfig30 Say Y here to enable the old-style fixed-range minor assignments.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A Diana-enterprise-numbers9 This file is https://www.iana.org/assignments/enterprise-numbers.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/
H A Dipmitool_1.8.19.bb35 #IANA_ENTERPRISE_NUMBERS = "http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterp…
/openbmc/linux/sound/hda/
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()
/openbmc/u-boot/doc/
H A DREADME.clang16 These assignments can be avoided by changing the init calls but this is not in

1234