Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Dbus.h139 int device_match_fwnode(struct device *dev, const void *fwnode);
188 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
H A Ddriver.h197 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
H A Dclass.h131 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
/linux/drivers/usb/typec/
H A Dretimer.c22 return is_typec_retimer(dev) && device_match_fwnode(dev, fwnode); in retimer_fwnode_match()
H A Dmux.c32 return device_match_fwnode(dev, fwnode); in switch_fwnode_match()
262 return device_match_fwnode(dev, fwnode); in mux_fwnode_match()
/linux/drivers/iio/
H A Dindustrialio-backend.c976 if (!device_match_fwnode(back->dev, fwnode_back)) in __devm_iio_backend_fwnode_get()
1050 if (!device_match_fwnode(back->dev, fwnode)) in __devm_iio_backend_get_from_fwnode_lookup()
/linux/drivers/base/test/
H A Dplatform-device-test.c241 KUNIT_EXPECT_FALSE(test, device_match_fwnode(&pdev->dev, NULL)); in platform_device_find_by_null_test()
/linux/drivers/acpi/
H A Dviot.c314 if (device_match_fwnode(dev, viommu->fwnode)) in viot_dev_iommu_init()
/linux/drivers/gpio/
H A Dgpio-sim.c506 chip->dev = device_find_child(dev, swnode, device_match_fwnode); in gpio_sim_add_bank()
1097 if (device_match_fwnode(dev, ctx->swnode)) in gpio_sim_emit_chip_name()
H A Dgpiolib.c1379 return device_match_fwnode(&gc->gpiodev->dev, fwnode); in gpio_chip_match_by_fwnode()
/linux/drivers/iommu/
H A Dvirtio-iommu.c1006 return device_match_fwnode(dev->parent, data); in viommu_match_node()
/linux/drivers/base/
H A Dcore.c5305 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function
5309 EXPORT_SYMBOL_GPL(device_match_fwnode);
/linux/drivers/staging/media/tegra-video/
H A Dvi.c1718 if (device_match_fwnode(vi->dev, remote) || in tegra_vi_graph_parse_one()
/linux/drivers/pwm/
H A Dcore.c1747 if (pwmchip_parent(chip) && device_match_fwnode(pwmchip_parent(chip), fwnode)) in fwnode_to_pwmchip()
/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1235 if (device_match_fwnode(sd->dev, fwnode)) in v4l2_subdev_get_fwnode_pad_1_to_1()