Searched refs:device_get_match_data (Results 1 – 10 of 10) sorted by relevance
155 match = device_get_match_data(&client->dev); in st_accel_i2c_probe()
76 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member
284 const void *device_get_match_data(struct device *dev);
180 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()
184 init_func = device_get_match_data(&pdev->dev); in dw_spi_mmio_probe()
1481 const void *device_get_match_data(struct device *dev) in device_get_match_data() function1483 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()1485 EXPORT_SYMBOL_GPL(device_get_match_data);
529 data->chip = device_get_match_data(&client->dev); in video_i2c_probe()
991 .device_get_match_data = of_fwnode_device_get_match_data,
747 cap = (enum hidma_cap) device_get_match_data(dev); in hidma_test_capability()
1269 .device_get_match_data = acpi_fwnode_device_get_match_data, \