Home
last modified time | relevance | path

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

/drivers/bus/
Dmoxtet.c126 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 …]
DMakefile11 obj-$(CONFIG_MOXTET) += moxtet.o
/drivers/gpio/
DMakefile95 obj-$(CONFIG_GPIO_MOXTET) += gpio-moxtet.o