Searched refs:pericom (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/tty/serial/8250/ |
H A D | 8250_pericom.c | 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() 139 pericom->nr = i; in pericom8250_probe() [all …]
|
/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/freescale/ |
H A D | fsl-ls1043a-rdb.dts | 60 compatible = "pericom,pt7c4338";
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc8180x-lenovo-flex-5g.dts | 186 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 205 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
H A D | sc8180x-primus.dts | 253 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 272 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
H A D | sc8280xp-crd.dts | 228 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 247 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 367 compatible = "pericom,pi3usb102", "gpio-sbu-mux"; 386 compatible = "pericom,pi3usb102", "gpio-sbu-mux";
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1010rdb.dtsi | 97 compatible = "pericom,pt7c4338";
|
H A D | p2020rdb-pc.dtsi | 145 compatible = "pericom,pt7c4338";
|
H A D | p1020rdb-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";
|