Searched refs:moxtet (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | moxtet.c | 125 if (mdev->moxtet == new_dev->moxtet && mdev->id == new_dev->id && in moxtet_dev_check() 135 put_device(mdev->moxtet->dev); in moxtet_dev_release() 140 moxtet_alloc_device(struct moxtet *moxtet) in moxtet_alloc_device() argument 144 if (!get_device(moxtet->dev)) in moxtet_alloc_device() 149 put_device(moxtet->dev); in moxtet_alloc_device() 153 dev->moxtet = moxtet; in moxtet_alloc_device() 154 dev->dev.parent = moxtet->dev; in moxtet_alloc_device() 183 dev_err(dev->moxtet->dev, "can't add %s, status %d\n", in moxtet_add_device() 184 dev_name(dev->moxtet->dev), ret); in moxtet_add_device() 204 of_register_moxtet_device(struct moxtet *moxtet, struct device_node *nc) in of_register_moxtet_device() argument [all …]
|
| H A D | Makefile | 11 obj-$(CONFIG_MOXTET) += moxtet.o
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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
|
| H A D | debugfs-moxtet | 1 What: /sys/kernel/debug/moxtet/input 19 What: /sys/kernel/debug/moxtet/output
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A 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";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-moxtet.txt | 4 - compatible : Should be "cznic,moxtet-gpio". 9 Documentation/devicetree/bindings/bus/moxtet.txt. 14 compatible = "cznic,moxtet-gpio";
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | moxtet.h | 40 struct moxtet { struct 92 struct moxtet *moxtet; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-turris-mox.dts | 9 #include <dt-bindings/bus/moxtet.h> 252 moxtet: moxtet@1 { label 255 compatible = "cznic,moxtet"; 268 compatible = "cznic,moxtet-gpio"; 307 interrupt-parent = <&moxtet>; 432 interrupt-parent = <&moxtet>; 499 interrupt-parent = <&moxtet>; 624 interrupt-parent = <&moxtet>; 691 interrupt-parent = <&moxtet>; 807 interrupt-parent = <&moxtet>;
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | Makefile | 102 obj-$(CONFIG_GPIO_MOXTET) += gpio-moxtet.o
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 1794 F: Documentation/ABI/testing/debugfs-moxtet 1795 F: Documentation/ABI/testing/sysfs-bus-moxtet-devices 1797 F: Documentation/devicetree/bindings/bus/moxtet.txt 1799 F: Documentation/devicetree/bindings/gpio/gpio-moxtet.txt 1800 F: drivers/bus/moxtet.c 1802 F: drivers/gpio/gpio-moxtet.c 1803 F: include/linux/moxtet.h
|