Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Dumc-bus.c19 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_pre_reset_helper()
35 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_post_reset_helper()
121 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_match()
140 umc = to_umc_dev(dev); in umc_device_probe()
158 umc = to_umc_dev(dev); in umc_device_remove()
167 struct umc_dev *umc = to_umc_dev(dev); in capability_id_show()
175 struct umc_dev *umc = to_umc_dev(dev); in version_show()
Dumc-dev.c14 struct umc_dev *umc = to_umc_dev(dev); in umc_device_release()
/Linux-v5.4/drivers/staging/uwb/include/
Dumc.h72 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) macro