Home
last modified time | relevance | path

Searched full:lacie (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/arm/marvell/
Dmarvell,kirkwood.txt49 "lacie,cloudbox"
50 "lacie,inetspace_v2"
51 "lacie,laplug"
52 "lacie,nas2big"
53 "lacie,netspace_lite_v2"
54 "lacie,netspace_max_v2"
55 "lacie,netspace_mini_v2"
56 "lacie,netspace_v2"
Dmarvell,orion5x.txt21 "lacie,ethernet-disk-mini-v2"
22 "lacie,d2-network"
/Linux-v6.1/arch/arm/boot/dts/
Dkirkwood-net2big.dts3 * Device Tree file for LaCie 2Big Network v2
10 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
21 model = "LaCie 2Big Network v2";
22 compatible = "lacie,net2big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
Dkirkwood-d2net.dts15 model = "LaCie d2 Network v2";
16 compatible = "lacie,d2net_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
24 compatible = "lacie,ns2-leds";
Dkirkwood-ns2mini.dts8 /* This machine is embedded in the first LaCie CloudBox product. */
9 model = "LaCie Network Space Mini v2";
10 compatible = "lacie,netspace_mini_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
46 compatible = "lacie,ns2-leds";
Dkirkwood-net5big.dts3 * Device Tree file for LaCie 5Big Network v2
10 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
21 model = "LaCie 5Big Network v2";
22 compatible = "lacie,net5big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
Dkirkwood-is2.dts8 model = "LaCie Internet Space v2";
9 compatible = "lacie,inetspace_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood";
26 compatible = "lacie,ns2-leds";
Dkirkwood-ns2.dts8 model = "LaCie Network Space v2";
9 compatible = "lacie,netspace_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood";
26 compatible = "lacie,ns2-leds";
Dkirkwood-nas2big.dts3 * Device Tree file for LaCie 2Big NAS
16 model = "LaCie 2Big NAS";
17 compatible = "lacie,nas2big", "lacie,netxbig", "marvell,kirkwood-88f6282", "marvell,kirkwood";
Dkirkwood-ns2max.dts8 model = "LaCie Network Space Max v2";
9 compatible = "lacie,netspace_max_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood";
45 compatible = "lacie,ns2-leds";
Dkirkwood-netxbig.dtsi3 * Device Tree common file for LaCie 2Big and 5Big Network v2
10 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
109 compatible = "lacie,netxbig-gpio-ext";
121 compatible = "lacie,netxbig-leds";
Dkirkwood-ns2lite.dts7 model = "LaCie Network Space Lite v2";
8 compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
Dkirkwood-cloudbox.dts8 model = "LaCie CloudBox";
9 compatible = "lacie,cloudbox", "marvell,kirkwood-88f6702", "marvell,kirkwood";
Dorion5x-lacie-d2-network.dts4 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com>
15 model = "LaCie d2 Network";
16 compatible = "lacie,d2-network", "marvell,orion5x-88f5182", "marvell,orion5x";
Dkirkwood-laplug.dts15 model = "LaCie LaPlug";
16 compatible = "lacie,laplug", "marvell,kirkwood-88f6192", "marvell,kirkwood";
Dorion5x-lacie-ethernet-disk-mini-v2.dts19 model = "LaCie Ethernet Disk mini V2";
20 compatible = "lacie,ethernet-disk-mini-v2", "marvell,orion5x-88f5182", "marvell,orion5x";
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dnetxbig-gpio-ext.txt1 Binding for the GPIO extension bus found on some LaCie/Seagate boards
5 - compatible: "lacie,netxbig-gpio-ext".
13 compatible = "lacie,netxbig-gpio-ext";
/Linux-v6.1/arch/arm/mach-orion5x/
DKconfig138 bool "LaCie d2 Network / Big Disk Network (Flattened Device Tree)"
142 LaCie d2 Network NAS.
145 bool "LaCie 2Big Network"
150 LaCie 2Big Network NAS.
Dboard-d2net.c5 * LaCie d2Network and Big Disk Network NAS setup
7 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com>
25 * LaCie d2 Network Info
Dnet2big-setup.c5 * LaCie 2Big Network NAS setup
7 * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com>
30 * LaCie 2Big Network Info
420 /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */
421 MACHINE_START(NET2BIG, "LaCie 2Big Network")
/Linux-v6.1/Documentation/devicetree/bindings/leds/
Dleds-netxbig.txt1 Binding for the CPLD LEDs (GPIO extension bus) found on some LaCie/Seagate
5 - compatible: "lacie,netxbig-leds".
28 compatible = "lacie,netxbig-leds";
Dleds-ns2.txt4 - compatible: "lacie,ns2-leds".
24 compatible = "lacie,ns2-leds";
/Linux-v6.1/drivers/leds/
Dleds-ns2.c5 * Copyright (C) 2010 LaCie
7 * Author: Simon Guinot <sguinot@lacie.com>
266 { .compatible = "lacie,ns2-leds", },
281 MODULE_AUTHOR("Simon Guinot <sguinot@lacie.com>");
Dleds-netxbig.c5 * Copyright (C) 2010 LaCie
7 * Author: Simon Guinot <sguinot@lacie.com>
594 { .compatible = "lacie,netxbig-leds", },
639 MODULE_AUTHOR("Simon Guinot <sguinot@lacie.com>");
640 MODULE_DESCRIPTION("LED driver for LaCie xBig Network boards");
/Linux-v6.1/arch/arm/mach-mvebu/
Dkirkwood-pm.h6 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>

12