Home
last modified time | relevance | path

Searched refs:moxtet_device (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/bus/
Dmoxtet.c59 struct moxtet_device *mdev = to_moxtet_device(dev); \
88 struct moxtet_device *mdev = to_moxtet_device(dev); in moxtet_match()
123 struct moxtet_device *mdev = to_moxtet_device(dev); in moxtet_dev_check()
124 struct moxtet_device *new_dev = data; in moxtet_dev_check()
134 struct moxtet_device *mdev = to_moxtet_device(dev); in moxtet_dev_release()
140 static struct moxtet_device *
143 struct moxtet_device *dev; in moxtet_alloc_device()
164 static int moxtet_add_device(struct moxtet_device *dev) in moxtet_add_device()
204 static struct moxtet_device *
207 struct moxtet_device *dev; in of_register_moxtet_device()
[all …]
/Linux-v5.4/include/linux/
Dmoxtet.h90 struct moxtet_device { struct
101 static inline struct moxtet_device * argument
106 return container_of(dev, struct moxtet_device, dev); in to_moxtet_device()