Searched refs:moxtet (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/bus/ |
| D | moxtet.c | 126 if (mdev->moxtet == new_dev->moxtet && mdev->id == new_dev->id && in moxtet_dev_check() 136 put_device(mdev->moxtet->dev); in moxtet_dev_release() 141 moxtet_alloc_device(struct moxtet *moxtet) in moxtet_alloc_device() argument 145 if (!get_device(moxtet->dev)) in moxtet_alloc_device() 150 put_device(moxtet->dev); in moxtet_alloc_device() 154 dev->moxtet = moxtet; in moxtet_alloc_device() 155 dev->dev.parent = moxtet->dev; in moxtet_alloc_device() 184 dev_err(dev->moxtet->dev, "can't add %s, status %d\n", in moxtet_add_device() 185 dev_name(dev->moxtet->dev), ret); in moxtet_add_device() 205 of_register_moxtet_device(struct moxtet *moxtet, struct device_node *nc) in of_register_moxtet_device() argument [all …]
|
| D | Makefile | 11 obj-$(CONFIG_MOXTET) += moxtet.o
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-bus-moxtet-devices | 1 What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_description 7 What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_id 13 What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_name
|
| D | debugfs-moxtet | 1 What: /sys/kernel/debug/moxtet/input 13 What: /sys/kernel/debug/moxtet/output
|
| /Linux-v5.4/Documentation/devicetree/bindings/bus/ |
| D | moxtet.txt | 4 - compatible : Should be "cznic,moxtet" 23 case the devices can be defined as subnodes of the moxtet node. 27 moxtet@1 { 28 compatible = "cznic,moxtet"; 41 compatible = "cznic,moxtet-gpio";
|
| /Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
| D | gpio-moxtet.txt | 4 - compatible : Should be "cznic,moxtet-gpio". 9 Documentation/devicetree/bindings/bus/moxtet.txt. 14 compatible = "cznic,moxtet-gpio";
|
| /Linux-v5.4/include/linux/ |
| D | moxtet.h | 40 struct moxtet { struct 92 struct moxtet *moxtet; member
|
| /Linux-v5.4/arch/arm64/boot/dts/marvell/ |
| D | armada-3720-turris-mox.dts | 9 #include <dt-bindings/bus/moxtet.h> 224 moxtet: moxtet@1 { label 227 compatible = "cznic,moxtet"; 240 compatible = "cznic,moxtet-gpio"; 279 interrupt-parent = <&moxtet>; 404 interrupt-parent = <&moxtet>; 471 interrupt-parent = <&moxtet>; 596 interrupt-parent = <&moxtet>; 663 interrupt-parent = <&moxtet>; 779 interrupt-parent = <&moxtet>;
|
| /Linux-v5.4/drivers/gpio/ |
| D | Makefile | 95 obj-$(CONFIG_GPIO_MOXTET) += gpio-moxtet.o
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 1659 F: Documentation/ABI/testing/debugfs-moxtet 1660 F: Documentation/ABI/testing/sysfs-bus-moxtet-devices 1662 F: Documentation/devicetree/bindings/bus/moxtet.txt 1664 F: Documentation/devicetree/bindings/gpio/gpio-moxtet.txt 1665 F: include/linux/moxtet.h 1666 F: drivers/bus/moxtet.c 1668 F: drivers/gpio/gpio-moxtet.c
|