Searched refs:device_get_match_data (Results 276 - 300 of 436) sorted by relevance

<<1112131415161718

/linux-master/sound/soc/intel/keembay/
H A Dkmb_platform.c832 kmb_i2s_dai = (struct snd_soc_dai_driver *)device_get_match_data(&pdev->dev);
/linux-master/sound/soc/stm/
H A Dstm32_i2s.c1034 i2s->regmap_conf = device_get_match_data(&pdev->dev);
H A Dstm32_spdifrx.c916 spdifrx->regmap_conf = device_get_match_data(&pdev->dev);
/linux-master/drivers/dma/
H A Dst_fdma.c747 drvdata = device_get_match_data(&pdev->dev);
H A Ddma-jz4780.c866 soc_data = device_get_match_data(dev);
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.c772 pdev->dev.platform_data = (void *)device_get_match_data(&pdev->dev);
H A Dpinctrl-armada-xp.c573 soc->variant = (unsigned)device_get_match_data(&pdev->dev) & 0xff;
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c833 pctrl->npins = (uintptr_t) device_get_match_data(&pdev->dev);
H A Dpinctrl-spmi-mpp.c871 npins = (uintptr_t) device_get_match_data(&pdev->dev);
H A Dpinctrl-ssbi-gpio.c742 pctrl->npins = (uintptr_t) device_get_match_data(&pdev->dev);
/linux-master/drivers/iio/adc/
H A Dstm32-adc-core.c724 priv->cfg = device_get_match_data(dev);
/linux-master/drivers/iio/trigger/
H A Dstm32-timer-trigger.c779 cfg = device_get_match_data(dev);
/linux-master/drivers/mtd/nand/raw/
H A Dvf610_nfc.c843 nfc->variant = (enum vf610_nfc_variant)device_get_match_data(&pdev->dev);
/linux-master/drivers/pinctrl/ti/
H A Dpinctrl-ti-iodelay.c842 iod->reg_data = device_get_match_data(dev);
/linux-master/drivers/phy/ti/
H A Dphy-ti-pipe3.c788 data = device_get_match_data(dev);
/linux-master/drivers/i2c/busses/
H A Di2c-mv64xxx.c899 data = device_get_match_data(dev);
/linux-master/drivers/rtc/
H A Drtc-omap.c738 rtc->type = device_get_match_data(&pdev->dev);
/linux-master/drivers/mailbox/
H A Dti-msgmgr.c835 inst->desc = desc = device_get_match_data(dev);
/linux-master/drivers/input/touchscreen/
H A Dads7846.c1123 pdata->model = (uintptr_t)device_get_match_data(dev);
H A Dili210x.c941 chip = device_get_match_data(dev);
/linux-master/drivers/input/keyboard/
H A Dtegra-kbc.c613 kbc->hw_support = device_get_match_data(&pdev->dev);
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c843 iep->plat_data = device_get_match_data(dev);
/linux-master/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c1094 atmel_pioctrl_data = device_get_match_data(dev);
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c954 match = device_get_match_data(dev);
/linux-master/drivers/media/i2c/
H A Dov9282.c1402 device_get_match_data(ov9282->dev), NULL);

Completed in 612 milliseconds

<<1112131415161718