Home
last modified time | relevance | path

Searched full:pericom (Results 1 – 25 of 48) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/tty/serial/8250/
D8250_pericom.c2 /* 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 …]
DKconfig533 tristate "Support for Pericom and Acces I/O serial ports"
537 Selecting this option will enable handling of the Pericom and Acces
/kernel/linux/linux-5.10/drivers/usb/typec/mux/
DKconfig6 tristate "Pericom PI3USB30532 Type-C cross switch driver"
9 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
Dpi3usb30532.c3 * Pericom PI3USB30532 Type-C cross switch / mux driver
190 MODULE_DESCRIPTION("Pericom PI3USB30532 Type-C mux driver");
/kernel/linux/linux-6.6/drivers/usb/typec/mux/
DKconfig22 tristate "Pericom PI3USB30532 Type-C cross switch driver"
25 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
Dpi3usb30532.c3 * Pericom PI3USB30532 Type-C cross switch / mux driver
189 MODULE_DESCRIPTION("Pericom PI3USB30532 Type-C mux driver");
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dgpio-sbu-mux.yaml23 - pericom,pi3usb102
96 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
Drtc-ds1307.txt19 "pericom,pt7c4338",
Dtrivial-rtc.yaml58 - pericom,pt7c4338
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/rtc/
Drtc-ds1307.yaml30 - pericom,pt7c4338
Dtrivial-rtc.yaml53 - pericom,pt7c4338
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/
Denumeration.rst570 05:00.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
571 06:01.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
572 06:02.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
573 06:03.0 PCI bridge: Pericom Semiconductor Device 2404 (rev 05)
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dfsl-ls1043a-rdb.dts50 compatible = "pericom,pt7c4338";
/kernel/linux/linux-5.10/drivers/platform/x86/
Dapple-gmux.c321 * either an `NXP CBTL06142`_, `TI HD3SS212`_ or `Pericom PI3VDP12412`_.
330 * the linked data sheets, Pericom would be capable but this is unused).
380 * .. _Pericom PI3VDP12412: https://www.pericom.com/assets/Datasheets/PI3VDP12412.pdf
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Ddove-sbc-a510.dts154 * a mini-PCIe slot or a Pericom PI7C9X111 PCIe-to-PCI bridge.
/kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/
Ddove-sbc-a510.dts153 * a mini-PCIe slot or a Pericom PI7C9X111 PCIe-to-PCI bridge.
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
Dfsl-ls1043a-rdb.dts60 compatible = "pericom,pt7c4338";
/kernel/linux/linux-6.6/arch/arm64/boot/dts/marvell/
Darmada-3720-db.dts112 /* PT7C4337A from pericom fully compatible with the ds1337 */
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/
Darmada-3720-db.dts112 /* PT7C4337A from pericom fully compatible with the ds1337 */
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dsc8180x-lenovo-flex-5g.dts183 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
202 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
/kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/
Dp2020rdb-pc.dtsi145 compatible = "pericom,pt7c4338";
Dp1020rdb-pc.dtsi145 compatible = "pericom,pt7c4338";
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
Dp2020rdb-pc.dtsi145 compatible = "pericom,pt7c4338";
Dp1010rdb.dtsi97 compatible = "pericom,pt7c4338";
Dp1020rdb-pc.dtsi145 compatible = "pericom,pt7c4338";

12