Home
last modified time | relevance | path

Searched refs:device_get_match_data (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/drivers/pwm/
A Dpwm-lpss-platform.c26 info = device_get_match_data(&pdev->dev); in pwm_lpss_probe_platform()
/drivers/clk/qcom/
A Dkpss-xcc.c42 if (device_get_match_data(&pdev->dev)) { in kpss_xcc_driver_probe()
/drivers/gpio/
A Dgpio-ge.c79 gc->ngpio = (uintptr_t)device_get_match_data(dev); in gef_gpio_probe()
A Dgpio-tn48m.c52 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe()
/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-dwc-qos-eth.c312 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()
/drivers/reset/amlogic/
A Dreset-meson.c80 param = device_get_match_data(dev); in meson_reset_probe()
/drivers/ata/
A Dahci_platform.c62 port = device_get_match_data(dev); in ahci_probe()
/drivers/mfd/
A Dsimple-mfd-i2c.c39 simple_mfd_data = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
A Dhi6421-pmic-core.c59 type = (uintptr_t)device_get_match_data(&pdev->dev); in hi6421_pmic_probe()
/drivers/iio/imu/inv_icm42600/
A Dinv_icm42600_i2c.c61 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
A Dinv_icm42600_spi.c57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
/drivers/iio/adc/
A Dltc2496.c78 st->common_ddata.chip_info = device_get_match_data(dev); in ltc2496_probe()
/drivers/pci/pwrctrl/
A Dpci-pwrctrl-pwrseq.c69 pdata = device_get_match_data(dev); in pci_pwrctrl_pwrseq_probe()
/drivers/power/reset/
A Dbrcmstb-reboot.c80 reset_masks = device_get_match_data(&pdev->dev); in brcmstb_reboot_probe()
/drivers/nvmem/
A Dlayerscape-sfp.c62 data = device_get_match_data(&pdev->dev); in layerscape_sfp_probe()
/drivers/base/
A Dproperty.c1338 const void *device_get_match_data(const struct device *dev) in device_get_match_data() function
1340 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);
/drivers/net/can/mscan/
A Dmpc5xxx_can.c295 data = device_get_match_data(&ofdev->dev); in mpc5xxx_can_probe()
360 data = device_get_match_data(&ofdev->dev); in mpc5xxx_can_remove()
/drivers/reset/
A Dreset-tps380x.c77 devdata = device_get_match_data(dev); in tps380x_reset_probe()
/drivers/thermal/
A Dthermal_mmio.c57 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/drivers/clk/
A Dclk-fsl-flexspi.c58 divs = device_get_match_data(dev); in fsl_flexspi_clk_probe()
/drivers/iio/trigger/
A Dstm32-lptimer-trigger.c123 lptim_cfg = device_get_match_data(&pdev->dev); in stm32_lptim_trigger_probe()
/drivers/iio/potentiometer/
A Dmax5432.c102 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
/drivers/mtd/nand/raw/ingenic/
A Dingenic_ecc.c136 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/drivers/regulator/
A Dstm32-booster.c86 desc = device_get_match_data(dev); in stm32_booster_probe()
/drivers/usb/chipidea/
A Dci_hdrc_usb2.c64 data = device_get_match_data(&pdev->dev); in ci_hdrc_usb2_probe()

Completed in 36 milliseconds

12345678910>>...19