Searched refs:device_get_match_data (Results 1 – 25 of 392) sorted by relevance
12345678910>>...16
26 info = device_get_match_data(&pdev->dev); in pwm_lpss_probe_platform()
79 gc->ngpio = (uintptr_t)device_get_match_data(dev); in gef_gpio_probe()
52 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe()
80 param = device_get_match_data(dev); in meson_reset_probe()
78 st->common_ddata.chip_info = device_get_match_data(dev); in ltc2496_probe()
61 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
312 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe()367 const struct dwc_eth_dwmac_data *data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
59 type = (uintptr_t)device_get_match_data(&pdev->dev); in hi6421_pmic_probe()
62 data = device_get_match_data(&pdev->dev); in layerscape_sfp_probe()
80 reset_masks = device_get_match_data(&pdev->dev); in brcmstb_reboot_probe()
120 func = (uintptr_t)device_get_match_data(&pdev->dev); in vexpress_reset_probe()
83 ctx->props = device_get_match_data(dev); in ocelot_reset_probe()
57 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
77 devdata = device_get_match_data(dev); in tps380x_reset_probe()
58 divs = device_get_match_data(dev); in fsl_flexspi_clk_probe()
136 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
86 desc = device_get_match_data(dev); in stm32_booster_probe()
102 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
123 lptim_cfg = device_get_match_data(&pdev->dev); in stm32_lptim_trigger_probe()
295 data = device_get_match_data(&ofdev->dev); in mpc5xxx_can_probe()360 data = device_get_match_data(&ofdev->dev); in mpc5xxx_can_remove()
108 ihid_goodix->timings = device_get_match_data(&client->dev); in i2c_hid_of_goodix_probe()
98 led->cdef = device_get_match_data(dev); in spi_byte_probe()
176 return berlin_pinctrl_probe(pdev, device_get_match_data(&pdev->dev)); in berlin2cd_pinctrl_probe()
1338 const void *device_get_match_data(const struct device *dev) in device_get_match_data() function1340 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()1342 EXPORT_SYMBOL_GPL(device_get_match_data);