Home
last modified time | relevance | path

Searched refs:device_match_fwnode (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/include/linux/device/
Dbus.h146 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()
Ddriver.h201 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
Dclass.h155 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
/linux-6.1.9/drivers/usb/typec/
Dport-mapper.c36 return device_match_fwnode(dev, fwnode); in typec_port_compare()
Dretimer.c34 return device_match_fwnode(dev, fwnode) && dev_name_ends_with(dev, "-retimer"); in retimer_fwnode_match()
Dmux.c32 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/
Dviot.c316 if (device_match_fwnode(dev, viommu->fwnode)) in viot_dev_iommu_init()
/linux-6.1.9/drivers/pwm/
Dcore.c681 if (chip->dev && device_match_fwnode(chip->dev, fwnode)) { in fwnode_to_pwmchip()
/linux-6.1.9/drivers/iommu/
Dvirtio-iommu.c930 return device_match_fwnode(dev->parent, data); in viommu_match_node()
/linux-6.1.9/drivers/gpio/
Dgpio-sim.c1006 if (device_match_fwnode(dev, ctx->swnode)) in gpio_sim_emit_chip_name()
/linux-6.1.9/drivers/base/
Dcore.c4965 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function
4969 EXPORT_SYMBOL_GPL(device_match_fwnode);