Searched refs:device_get_match_data (Results 1 – 25 of 168) sorted by relevance
1234567
39 simple_mfd_data = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
32 match_data = device_get_match_data(&i2c->dev); in arizona_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()
58 divs = device_get_match_data(dev); in fsl_flexspi_clk_probe()
130 ecc->ops = device_get_match_data(dev); in ingenic_ecc_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()
60 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
62 chip_id = (enum adgs1408_chip_id)device_get_match_data(dev); in adgs1408_probe()
1193 const void *device_get_match_data(struct device *dev) in device_get_match_data() function1195 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()1197 EXPORT_SYMBOL_GPL(device_get_match_data);
47 } else if ((match = device_get_match_data(&spi->dev))) { in inv_mpu_probe()
86 desc = device_get_match_data(dev); in sof_of_probe()
104 led->cdef = device_get_match_data(dev); in spi_byte_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()
53 regmap_config = device_get_match_data(ddev); in ksz8795_spi_probe()
86 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
158 chip = (int)(uintptr_t)device_get_match_data(&spi->dev); in lm70_probe()
45 inst_data = device_get_match_data(dev); in i2c_multi_inst_probe()
120 ihid_goodix->timings = device_get_match_data(&client->dev); in i2c_hid_of_goodix_probe()
424 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe()479 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
76 soc_info = device_get_match_data(dev); in ingenic_ost_probe()
119 desc = device_get_match_data(&pdev->dev); in qcom_pdc_reset_probe()
114 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode, member
Completed in 35 milliseconds