Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/i2c/busses/
H A Di2c-rtl9300.c173 drv_data = device_get_match_data(i2c->dev); in rtl9300_i2c_config_chan()
203 drv_data = device_get_match_data(i2c->dev); in rtl9607_i2c_config_chan()
291 drv_data = device_get_match_data(i2c->dev); in rtl9300_i2c_prepare_xfer()
389 drv_data = device_get_match_data(i2c->dev); in rtl9300_i2c_smbus_xfer()
499 drv_data = device_get_match_data(i2c->dev); in rtl9300_i2c_probe()
/linux/drivers/pwm/
H A Dpwm-lpss-platform.c25 info = device_get_match_data(&pdev->dev); in pwm_lpss_probe_platform()
/linux/drivers/gpio/
H A Dgpio-ge.c91 gc->ngpio = (uintptr_t)device_get_match_data(dev); in gef_gpio_probe()
H A Dgpio-tn48m.c51 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe()
H A Dgpio-qixis-fpga.c46 cfg = device_get_match_data(&pdev->dev); in qixis_cpld_gpio_probe()
/linux/drivers/ata/
H A Dahci_platform.c61 port = device_get_match_data(dev); in ahci_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sophgo.c57 data = device_get_match_data(&pdev->dev); in sophgo_dwmac_probe()
/linux/drivers/iio/adc/
H A Dltc2496.c77 st->common_ddata.chip_info = device_get_match_data(dev); in ltc2496_probe()
/linux/drivers/mfd/
H A Dhi6421-pmic-core.c59 type = (uintptr_t)device_get_match_data(&pdev->dev); in hi6421_pmic_probe()
H A Dsimple-mfd-i2c.c44 simple_mfd_data = device_get_match_data(&i2c->dev); in simple_mfd_i2c_probe()
/linux/drivers/power/reset/
H A Dbrcmstb-reboot.c80 reset_masks = device_get_match_data(&pdev->dev); in brcmstb_reboot_probe()
H A Dvexpress-poweroff.c120 func = (uintptr_t)device_get_match_data(&pdev->dev); in vexpress_reset_probe()
/linux/drivers/nvmem/
H A Dlayerscape-sfp.c61 data = device_get_match_data(&pdev->dev); in layerscape_sfp_probe()
/linux/drivers/pci/pwrctrl/
H A Dpci-pwrctrl-pwrseq.c77 pdata = device_get_match_data(dev); in pwrseq_pwrctrl_probe()
/linux/drivers/thermal/
H A Dthermal_mmio.c57 sensor_init_func = device_get_match_data(&pdev->dev); in thermal_mmio_probe()
/linux/drivers/reset/
H A Dreset-tps380x.c77 devdata = device_get_match_data(dev); in tps380x_reset_probe()
/linux/drivers/clk/
H A Dclk-fsl-flexspi.c58 divs = device_get_match_data(dev); in fsl_flexspi_clk_probe()
/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_i2c.c60 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
H A Dinv_icm42600_spi.c56 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
/linux/drivers/regulator/
H A Dstm32-booster.c86 desc = device_get_match_data(dev); in stm32_booster_probe()
/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.c141 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/linux/drivers/iio/trigger/
H A Dstm32-lptimer-trigger.c122 lptim_cfg = device_get_match_data(&pdev->dev); in stm32_lptim_trigger_probe()
/linux/drivers/iio/potentiometer/
H A Dmax5432.c101 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
/linux/drivers/pinctrl/berlin/
H A Dberlin-bg2cd.c176 return berlin_pinctrl_probe(pdev, device_get_match_data(&pdev->dev)); in berlin2cd_pinctrl_probe()
/linux/drivers/input/misc/
H A Dtwl4030-pwrbutton.c78 pdata = device_get_match_data(&pdev->dev); in twl4030_pwrbutton_probe()

12345678910>>...15