Home
last modified time | relevance | path

Searched refs:moxtet (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/bus/
H A Dmoxtet.c125 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 DMakefile11 obj-$(CONFIG_MOXTET) += moxtet.o
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-moxtet-devices1 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 Ddebugfs-moxtet1 What: /sys/kernel/debug/moxtet/input
19 What: /sys/kernel/debug/moxtet/output
/linux/include/linux/
H A Dmoxtet.h38 struct moxtet { struct
85 struct moxtet *moxtet; member
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-turris-mox.dts9 #include <dt-bindings/bus/moxtet.h>
255 moxtet: moxtet@1 { label
258 compatible = "cznic,moxtet";
271 compatible = "cznic,moxtet-gpio";
316 interrupt-parent = <&moxtet>;
442 interrupt-parent = <&moxtet>;
510 interrupt-parent = <&moxtet>;
636 interrupt-parent = <&moxtet>;
704 interrupt-parent = <&moxtet>;
821 interrupt-parent = <&moxtet>;
/linux/
H A DMAINTAINERS2709 F: Documentation/ABI/testing/debugfs-moxtet
2711 F: Documentation/ABI/testing/sysfs-bus-moxtet-devices
2713 F: Documentation/devicetree/bindings/bus/cznic,moxtet.yaml
2719 F: drivers/bus/moxtet.c
2721 F: drivers/gpio/gpio-moxtet.c
2726 F: include/dt-bindings/bus/moxtet.h
2728 F: include/linux/moxtet.h