Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/uwb/
Dumc-bus.c20 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_pre_reset_helper()
36 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_post_reset_helper()
122 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_match()
141 umc = to_umc_dev(dev); in umc_device_probe()
159 umc = to_umc_dev(dev); in umc_device_remove()
168 struct umc_dev *umc = to_umc_dev(dev); in capability_id_show()
176 struct umc_dev *umc = to_umc_dev(dev); in version_show()
Dumc-dev.c15 struct umc_dev *umc = to_umc_dev(dev); in umc_device_release()
/linux-4.4.14/include/linux/uwb/
Dumc.h73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) macro