Home
last modified time | relevance | path

Searched refs:auxiliary_find_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/base/
Dauxiliary.c209 struct auxiliary_device *auxiliary_find_device(struct device *start, in auxiliary_find_device() function
221 EXPORT_SYMBOL_GPL(auxiliary_find_device);
/Linux-v5.15/include/linux/
Dauxiliary_bus.h73 struct auxiliary_device *auxiliary_find_device(struct device *start,
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c574 adev = auxiliary_find_device(NULL, dev, &next_phys_dev); in mlx5_get_next_phys_dev()