Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mcb/
Dmcb-core.c37 struct mcb_device *mdev = to_mcb_device(dev); in mcb_match()
49 struct mcb_device *mdev = to_mcb_device(dev); in mcb_uevent()
62 struct mcb_device *mdev = to_mcb_device(dev); in mcb_probe()
75 struct mcb_device *mdev = to_mcb_device(dev); in mcb_remove()
86 struct mcb_device *mdev = to_mcb_device(dev); in mcb_shutdown()
139 struct mcb_device *mdev = to_mcb_device(dev); in mcb_release_dev()
297 struct mcb_device *mdev = to_mcb_device(dev); in __mcb_bus_add_devices()
314 struct mcb_device *mdev = to_mcb_device(dev); in __mcb_bus_add_child()
/linux-4.4.14/include/linux/
Dmcb.h72 #define to_mcb_device(x) container_of((x), struct mcb_device, dev) macro