Lines Matching refs:get_device
854 get_device(supplier); in device_link_add()
857 get_device(consumer); in device_link_add()
1147 get_device(dev); in __device_links_queue_sync_state()
1604 get_device(consumer); in device_links_unbind_consumers()
1798 get_device(sup); in fw_devlink_dev_sync_state()
1884 #define get_dev_from_fwnode(fwnode) get_device((fwnode)->dev)
2047 par_dev = get_device(sup_dev->parent); in __fw_devlink_relax_cycles()
3108 get_device(dev); in klist_children_get()
3563 dev = get_device(dev); in device_add()
3595 parent = get_device(dev->parent); in device_add()
3766 struct device *get_device(struct device *dev) in get_device() function
3770 EXPORT_SYMBOL_GPL(get_device);
4100 if (match(child, data) && get_device(child)) in device_find_child()
4128 if (sysfs_streq(dev_name(child), name) && get_device(child)) in device_find_child_by_name()
4549 dev = get_device(dev); in device_rename()
4619 dev = get_device(dev); in device_move()
4624 new_parent = get_device(new_parent); in device_move()
4759 dev = get_device(dev); in device_change_owner()
4841 parent = get_device(dev->parent); in device_shutdown()
4842 get_device(dev); in device_shutdown()