Home
last modified time | relevance | path

Searched full:pinout (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dserial_interface.hpp30 enum class PinOut{ enum
59 NLOHMANN_JSON_SERIALIZE_ENUM(PinOut, {
60 {PinOut::Invalid, "Invalid"},
61 {PinOut::Cisco, "Cisco"},
62 {PinOut::Cyclades, "Cyclades"},
63 {PinOut::Digi, "Digi"},
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSerialInterface.v1_2_1.json178 "PinOut": { object
185 "Cisco": "The Cisco pinout configuration.",
186 "Cyclades": "The Cyclades pinout configuration.",
187 "Digi": "The Digi pinout configuration."
297 "PinOut": { object
300 "$ref": "#/definitions/PinOut"
306 "description": "The physical pinout configuration for a serial connector.",
307 … "longDescription": "This property shall indicate the physical pinout for the serial connector.",
/openbmc/linux/drivers/gpio/
H A Dgpio-ts5500.c33 const struct ts5500_dio *pinout; member
201 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_input()
220 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_get()
228 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_output()
250 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_set()
264 const struct ts5500_dio *block = priv->pinout; in ts5500_gpio_to_irq()
347 priv->pinout = ts5500_dio1; in ts5500_dio_probe()
356 priv->pinout = ts5500_dio2; in ts5500_dio_probe()
376 priv->pinout = ts5500_lcd; in ts5500_dio_probe()
H A Dgpio-tangier.h65 * struct tng_gpio_pin_info - Platform specific pinout information
97 * @pin_info: Platform specific pinout information
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-parport.rst29 These devices use different pinout configurations, so you have to tell
31 way to autodetect the devices. Support for different pinout configurations
78 - This is the exact pinout and electronics used on the Analog Devices
99 That would give (ELV compatible pinout)::
138 If possible, you should use the same pinout configuration as existing
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DSerialInterface_v1.xml106 <Property Name="PinOut" Type="SerialInterface.v1_0_0.PinOut">
108 …<Annotation Term="OData.Description" String="The physical pinout configuration for a serial connec…
109 …OData.LongDescription" String="This property shall indicate the physical pinout for the serial con…
233 <EnumType Name="PinOut">
235 <Annotation Term="OData.Description" String="The Cisco pinout configuration."/>
238 <Annotation Term="OData.Description" String="The Cyclades pinout configuration."/>
241 <Annotation Term="OData.Description" String="The Digi pinout configuration."/>
/openbmc/linux/Documentation/input/devices/
H A Djoystick-parport.rst120 Pinout for NES gamepads Pinout for SNES gamepads and mice
134 Pinout for NES clone (db9) gamepads Pinout for NES clone (db15) gamepads
158 Now their pinout::
332 The PSX controller is supported by the gamecon.c. Pinout of the PSX
418 handled by the db9.c driver. Its pinout is very different from anything
449 Amiga CD32 joypad uses the following pinout::
584 PC parallel port pinout
H A Damijoy.rst23 Amiga digital joystick pinout
40 Amiga mouse pinout
57 Amiga analog joystick pinout
74 Amiga lightpen pinout
/openbmc/u-boot/board/toradex/apalis_imx6/
H A DKconfig45 Apalis iMX6 V1.0 HW has a different pinout for the UART.
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_s10.c27 /* List for DDR3 or LPDDR3 (pinout order > chip, row, bank, column) */
39 /* List for DDR4 only (pinout order > chip, bank, row, column) */
/openbmc/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst41 model. Trial and error is highly recommended; the pinout diagrams
/openbmc/linux/drivers/usb/typec/tipd/
H A Dtrace.h294 __entry->data_status & TPS_DATA_STATUS_DP_CONNECTION ? ", DP pinout " : "",
/openbmc/linux/Documentation/driver-api/
H A Dpps.rst209 Parallel port cable pinout::
/openbmc/linux/arch/arm/mach-omap1/
H A Ddevices.c90 /* Block 2 is on newer chips, and has many pinout options */ in omap1_mmc_mux()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt7981-pinctrl.yaml81 properties and chip pinout pins
H A Dmediatek,mt7986-pinctrl.yaml82 properties and chip pinout pins
/openbmc/u-boot/drivers/net/
H A Dmpc8xx_fec.c372 #if defined(CONFIG_MPC885) /* MPC87x/88x have got 2 FECs and different pinout */ in fec_pin_init()
442 #if defined(CONFIG_MPC885) /* MPC87x/88x have got 2 FECs and different pinout */ in fec_pin_init()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dturris1x.dts7 * Pinout, Schematics and Altium hardware design files are open source
/openbmc/linux/Documentation/hwmon/
H A Dlm90.rst466 The MAX6680 and MAX6681 only differ in their pinout, therefore they obviously
/openbmc/linux/drivers/input/keyboard/
H A Dlkkbd.c18 * RJ10 pinout: To DE9: Or DB25:
H A DKconfig218 it with the inputattach program. The connector pinout is
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h542 u32 pinout; member
/openbmc/linux/drivers/rtc/
H A Drtc-rs5c372.c19 * each other. Differences center on pinout (e.g. how many interrupts,
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-artpec6.c310 .name = "uart2grp0", /* Full pinout */
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h138 * the Pinout field.
816 U32 Pinout; /*0x00 */ member
828 /*defines for the Pinout field */

12