Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/device/
Dbus.h137 int device_match_fwnode(struct device *dev, const void *fwnode);
184 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
Ddriver.h197 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
Dclass.h135 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
/linux-6.6.21/drivers/usb/typec/
Dport-mapper.c36 return device_match_fwnode(dev, fwnode); in typec_port_compare()
Dretimer.c22 return is_typec_retimer(dev) && device_match_fwnode(dev, fwnode); 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.6.21/drivers/acpi/
Dviot.c316 if (device_match_fwnode(dev, viommu->fwnode)) in viot_dev_iommu_init()
/linux-6.6.21/drivers/pwm/
Dcore.c630 if (chip->dev && device_match_fwnode(chip->dev, fwnode)) { in fwnode_to_pwmchip()
/linux-6.6.21/drivers/iommu/
Dvirtio-iommu.c953 return device_match_fwnode(dev->parent, data); in viommu_match_node()
/linux-6.6.21/drivers/gpio/
Dgpio-sim.c1001 if (device_match_fwnode(dev, ctx->swnode)) in gpio_sim_emit_chip_name()
/linux-6.6.21/drivers/base/
Dcore.c5089 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function
5093 EXPORT_SYMBOL_GPL(device_match_fwnode);
/linux-6.6.21/drivers/staging/media/tegra-video/
Dvi.c1718 if (device_match_fwnode(vi->dev, remote) || in tegra_vi_graph_parse_one()
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-subdev.c1061 if (device_match_fwnode(sd->dev, fwnode)) in v4l2_subdev_get_fwnode_pad_1_to_1()