Lines Matching refs:get_device
248 get_device(supplier); in device_link_add()
251 get_device(consumer); in device_link_add()
647 get_device(consumer); in device_links_unbind_consumers()
1451 get_device(dev); in klist_children_get()
1833 dev = get_device(dev); in device_add()
1864 parent = get_device(dev->parent); in device_add()
2010 struct device *get_device(struct device *dev) in get_device() function
2014 EXPORT_SYMBOL_GPL(get_device);
2277 if (match(child, data) && get_device(child)) in device_find_child()
2721 dev = get_device(dev); in device_rename()
2781 dev = get_device(dev); in device_move()
2786 new_parent = get_device(new_parent); in device_move()
2882 parent = get_device(dev->parent); in device_shutdown()
2883 get_device(dev); in device_shutdown()