Lines Matching refs:get_device
853 get_device(supplier); in device_link_add()
856 get_device(consumer); in device_link_add()
1151 get_device(dev); in __device_links_queue_sync_state()
1610 get_device(consumer); in device_links_unbind_consumers()
1928 par_dev = get_device(sup_dev->parent); in __fw_devlink_relax_cycles()
3012 get_device(dev); in klist_children_get()
3481 dev = get_device(dev); in device_add()
3512 parent = get_device(dev->parent); in device_add()
3683 struct device *get_device(struct device *dev) in get_device() function
3687 EXPORT_SYMBOL_GPL(get_device);
3969 if (match(child, data) && get_device(child)) in device_find_child()
3997 if (sysfs_streq(dev_name(child), name) && get_device(child)) in device_find_child_by_name()
4421 dev = get_device(dev); in device_rename()
4481 dev = get_device(dev); in device_move()
4486 new_parent = get_device(new_parent); in device_move()
4620 dev = get_device(dev); in device_change_owner()
4704 parent = get_device(dev->parent); in device_shutdown()
4705 get_device(dev); in device_shutdown()