Searched refs:device_match_fwnode (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/linux/device/ |
D | bus.h | 146 int device_match_fwnode(struct device *dev, const void *fwnode); 204 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
|
D | driver.h | 201 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
|
D | class.h | 155 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
|
/linux-6.1.9/drivers/usb/typec/ |
D | port-mapper.c | 36 return device_match_fwnode(dev, fwnode); in typec_port_compare()
|
D | retimer.c | 34 return device_match_fwnode(dev, fwnode) && dev_name_ends_with(dev, "-retimer"); in retimer_fwnode_match()
|
D | mux.c | 32 return device_match_fwnode(dev, fwnode); in switch_fwnode_match() 262 return device_match_fwnode(dev, fwnode); in mux_fwnode_match()
|
/linux-6.1.9/drivers/acpi/ |
D | viot.c | 316 if (device_match_fwnode(dev, viommu->fwnode)) in viot_dev_iommu_init()
|
/linux-6.1.9/drivers/pwm/ |
D | core.c | 681 if (chip->dev && device_match_fwnode(chip->dev, fwnode)) { in fwnode_to_pwmchip()
|
/linux-6.1.9/drivers/iommu/ |
D | virtio-iommu.c | 930 return device_match_fwnode(dev->parent, data); in viommu_match_node()
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-sim.c | 1006 if (device_match_fwnode(dev, ctx->swnode)) in gpio_sim_emit_chip_name()
|
/linux-6.1.9/drivers/base/ |
D | core.c | 4965 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function 4969 EXPORT_SYMBOL_GPL(device_match_fwnode);
|