Lines Matching refs:get_device
669 get_device(dev); in klist_children_get()
1032 dev = get_device(dev); in device_add()
1063 parent = get_device(dev->parent); in device_add()
1201 struct device *get_device(struct device *dev) in get_device() function
1205 EXPORT_SYMBOL_GPL(get_device);
1463 if (match(child, data) && get_device(child)) in device_find_child()
1907 dev = get_device(dev); in device_rename()
1967 dev = get_device(dev); in device_move()
1972 new_parent = get_device(new_parent); in device_move()
2060 parent = get_device(dev->parent); in device_shutdown()
2061 get_device(dev); in device_shutdown()