Searched refs:device_get_match_data (Results 1 – 25 of 117) sorted by relevance
12345
29 config = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
58 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
132 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
63 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
103 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
160 data->cfg = device_get_match_data(dev); in mcp4018_probe()
144 data->cfg = device_get_match_data(&spi->dev); in max5481_probe()
82 desc = device_get_match_data(dev); in sof_of_probe()
134 desc = device_get_match_data(dev); in sof_acpi_probe()
82 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
114 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member
47 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
111 match = device_get_match_data(&client->dev); in inv_mpu_probe()
158 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
109 gpio->chip.ngpio = (uintptr_t)device_get_match_data(&client->dev); in pca9570_probe()
100 type = (uintptr_t)device_get_match_data(&pdev->dev); in sl28cpld_gpio_probe()
104 led->cdef = device_get_match_data(dev); in spi_byte_probe()
1182 const void *device_get_match_data(struct device *dev) in device_get_match_data() function1184 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()1186 EXPORT_SYMBOL_GPL(device_get_match_data);
76 soc_info = device_get_match_data(dev); in ingenic_ost_probe()
100 data = device_get_match_data(dev); in ti_syscon_gate_clk_probe()
430 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe()487 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
34 match = device_get_match_data(dev); in dw_probe()
179 rng->skip_init = (unsigned long)device_get_match_data(&pdev->dev); in qcom_rng_probe()