| /linux/drivers/tty/serial/8250/ |
| H A 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 …]
|
| H A D | Kconfig | 541 tristate "Support for Pericom and Acces I/O serial ports" 545 Selecting this option will enable handling of the Pericom and Acces
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | gpio-sbu-mux.yaml | 25 - pericom,pi3usb102 102 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| /linux/drivers/usb/typec/mux/ |
| H A D | pi3usb30532.c | 3 * Pericom PI3USB30532 Type-C cross switch / mux driver 189 MODULE_DESCRIPTION("Pericom PI3USB30532 Type-C mux driver");
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | rtc-ds1307.yaml | 30 - pericom,pt7c4338
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A 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/arch/arm/boot/dts/marvell/ |
| H A D | dove-sbc-a510.dts | 153 * a mini-PCIe slot or a Pericom PI7C9X111 PCIe-to-PCI bridge.
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-db.dts | 112 /* PT7C4337A from pericom fully compatible with the ds1337 */
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc8180x-lenovo-flex-5g.dts | 181 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 200 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | sc8180x-primus.dts | 255 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 274 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | sc8280xp-microsoft-arcata.dts | 244 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 263 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | sc8280xp-crd.dts | 237 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 256 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | sc8280xp-microsoft-blackrock.dts | 239 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 258 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | sc8280xp-huawei-gaokun3.dts | 216 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 233 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 359 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 378 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| H A D | qcm6490-particle-tachyon.dts | 189 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | p1010rdb.dtsi | 97 compatible = "pericom,pt7c4338";
|
| H A D | p1020rdb-pc.dtsi | 145 compatible = "pericom,pt7c4338";
|
| H A D | p2020rdb-pc.dtsi | 145 compatible = "pericom,pt7c4338";
|
| H A D | p1021rdb-pc.dtsi | 144 compatible = "pericom,pt7c4338";
|
| H A D | p2041rdb.dts | 134 compatible = "pericom,pt7c4338";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1043a-rdb.dts | 60 compatible = "pericom,pt7c4338";
|
| /linux/drivers/platform/x86/ |
| H A 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/Documentation/devicetree/bindings/ |
| H A D | vendor-prefixes.yaml | 1248 "^pericom,.*": 1249 description: Pericom Technology Inc.
|
| /linux/rust/kernel/pci/ |
| H A D | id.rs | 434 PERICOM = bindings::PCI_VENDOR_ID_PERICOM, // 0x12D8
|