Lines Matching refs:get_device
623 get_device(dev); in klist_children_get()
983 dev = get_device(dev); in device_add()
1014 parent = get_device(dev->parent); in device_add()
1152 struct device *get_device(struct device *dev) in get_device() function
1156 EXPORT_SYMBOL_GPL(get_device);
1372 if (match(child, data) && get_device(child)) in device_find_child()
1816 dev = get_device(dev); in device_rename()
1876 dev = get_device(dev); in device_move()
1881 new_parent = get_device(new_parent); in device_move()
1966 parent = get_device(dev->parent); in device_shutdown()
1967 get_device(dev); in device_shutdown()