Searched full:pericom (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_pericom.c | 2 /* Driver for Pericom UART */ 88 struct pericom8250 *pericom; in pericom8250_probe() local 105 pericom = devm_kzalloc(&pdev->dev, struct_size(pericom, line, nr), GFP_KERNEL); in pericom8250_probe() 106 if (!pericom) in pericom8250_probe() 109 pericom->virt = pcim_iomap(pdev, bar, 0); in pericom8250_probe() 110 if (!pericom->virt) in pericom8250_probe() 117 uart.port.private_data = pericom; in pericom8250_probe() 130 pericom->line[i] = serial8250_register_8250_port(&uart); in pericom8250_probe() 131 if (pericom->line[i] < 0) { in pericom8250_probe() 135 uart.port.iotype, pericom->line[i]); in pericom8250_probe() [all …]
|
D | Kconfig | 534 tristate "Support for Pericom and Acces I/O serial ports" 538 Selecting this option will enable handling of the Pericom and Acces
|
D | 8250_pci.c | 3963 /* Pericom devices */ 3964 { PCI_VDEVICE(PERICOM, PCI_ANY_ID), REPORT_8250_CONFIG(PERICOM), }, 3965 { PCI_VDEVICE(ACCESSIO, PCI_ANY_ID), REPORT_8250_CONFIG(PERICOM), },
|
/linux-6.12.1/drivers/usb/typec/mux/ |
D | Kconfig | 22 tristate "Pericom PI3USB30532 Type-C cross switch driver" 25 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
|
D | pi3usb30532.c | 3 * Pericom PI3USB30532 Type-C cross switch / mux driver 189 MODULE_DESCRIPTION("Pericom PI3USB30532 Type-C mux driver");
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | gpio-sbu-mux.yaml | 24 - pericom,pi3usb102 100 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
/linux-6.12.1/Documentation/devicetree/bindings/rtc/ |
D | rtc-ds1307.yaml | 30 - pericom,pt7c4338
|
/linux-6.12.1/Documentation/firmware-guide/acpi/ |
D | enumeration.rst | 613 05:00.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05) 614 06:01.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05) 615 06:02.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05) 616 06:03.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
|
/linux-6.12.1/arch/arm/boot/dts/marvell/ |
D | dove-sbc-a510.dts | 153 * a mini-PCIe slot or a Pericom PI7C9X111 PCIe-to-PCI bridge.
|
/linux-6.12.1/arch/arm64/boot/dts/marvell/ |
D | armada-3720-db.dts | 112 /* PT7C4337A from pericom fully compatible with the ds1337 */
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043a-rdb.dts | 60 compatible = "pericom,pt7c4338";
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | p1010rdb.dtsi | 97 compatible = "pericom,pt7c4338";
|
D | p2020rdb-pc.dtsi | 145 compatible = "pericom,pt7c4338";
|
D | p1020rdb-pc.dtsi | 145 compatible = "pericom,pt7c4338";
|
D | p1021rdb-pc.dtsi | 144 compatible = "pericom,pt7c4338";
|
D | p2041rdb.dts | 134 compatible = "pericom,pt7c4338";
|
/linux-6.12.1/drivers/platform/x86/ |
D | apple-gmux.c | 370 * either an `NXP CBTL06142`_, `TI HD3SS212`_ or `Pericom PI3VDP12412`_. 379 * the linked data sheets, Pericom would be capable but this is unused). 429 * .. _Pericom PI3VDP12412: https://www.pericom.com/assets/Datasheets/PI3VDP12412.pdf
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc8180x-lenovo-flex-5g.dts | 186 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 205 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
D | sc8180x-primus.dts | 253 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 272 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
D | sc8280xp-crd.dts | 227 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 246 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
D | msm8992-xiaomi-libra.dts | 157 * Pericom 30216a USB (de)mux switch
|
D | sc8280xp-lenovo-thinkpad-x13s.dts | 367 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 386 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 1135 "^pericom,.*": 1136 description: Pericom Technology Inc.
|
/linux-6.12.1/sound/pci/oxygen/ |
D | oxygen_lib.c | 337 case PI7C9X110: /* Pericom PI7C9X110 PCIe/PCI bridge */ in configure_pcie_bridge()
|
/linux-6.12.1/drivers/pci/ |
D | quirks.c | 40 * Gen 3 switch is wired to the upstream port of the Pericom PI7C9X2G304 2531 * Some Pericom PCIe-to-PCI bridges in reverse mode need the PCIe Retrain 2536 * Pericom Errata Sheet PI7C9X111SLB_errata_rev1.2_102711.pdf. 6099 * Pericom PI7C9X2G404/PI7C9X2G304/PI7C9X2G303 switch erratum E5 -
|
12