Searched refs:device_get_match_data (Results 151 - 175 of 436) sorted by relevance

1234567891011>>

/linux-master/drivers/input/touchscreen/
H A Dhynitron_cstxxx.c425 ts_data->chip = device_get_match_data(&client->dev);
H A Dmsg2638.c377 chip_data = device_get_match_data(&client->dev);
H A Dpixcir_i2c_ts.c477 tsdata->chip = device_get_match_data(dev);
H A Dsx8654.c331 sx8654->data = device_get_match_data(&client->dev);
H A Dexc3000.c347 data->info = device_get_match_data(&client->dev);
/linux-master/drivers/rtc/
H A Drtc-loongson.c313 priv->config = device_get_match_data(dev);
H A Drtc-jz4740.c352 rtc->type = (uintptr_t)device_get_match_data(dev);
/linux-master/drivers/phy/ingenic/
H A Dphy-ingenic-usb.c327 priv->soc_info = device_get_match_data(dev);
/linux-master/drivers/ata/
H A Dahci_dwc.c168 dpriv->pdata = device_get_match_data(&pdev->dev);
/linux-master/drivers/spi/
H A Dspi-mpc512x-psc.c473 mps->type = (int)device_get_match_data(dev);
/linux-master/drivers/gpio/
H A Dgpio-mpc8xxx.c346 devtype = device_get_match_data(&pdev->dev);
/linux-master/drivers/clk/qcom/
H A Dkrait-cc.c354 bool unique_aux = !!device_get_match_data(dev);
/linux-master/drivers/net/mdio/
H A Dmdio-xgene.c335 mdio_id = (uintptr_t)device_get_match_data(&pdev->dev);
/linux-master/drivers/soc/qcom/
H A Docmem.c314 ocmem->config = device_get_match_data(dev);
/linux-master/drivers/mfd/
H A Dtps65910.c379 *chip_id = (unsigned long)device_get_match_data(&client->dev);
/linux-master/sound/soc/tegra/
H A Dtegra210_amx.c543 amx->soc_data = device_get_match_data(dev);
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-38x.c408 soc->variant = (unsigned)device_get_match_data(&pdev->dev) & 0xff;
H A Dpinctrl-armada-39x.c390 soc->variant = (unsigned)device_get_match_data(&pdev->dev) & 0xff;
H A Dpinctrl-armada-cp110.c651 soc->variant = (unsigned long)device_get_match_data(&pdev->dev) & 0xff;
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c467 phy_base->pdata = device_get_match_data(dev);
/linux-master/drivers/pinctrl/berlin/
H A Dberlin-bg2q.c393 return berlin_pinctrl_probe(pdev, device_get_match_data(&pdev->dev));
H A Dpinctrl-as370.c335 device_get_match_data(&pdev->dev);
/linux-master/drivers/mailbox/
H A Dmailbox-sti.c413 pdev->dev.platform_data = (struct sti_mbox_pdata *)device_get_match_data(&pdev->dev);
/linux-master/drivers/media/rc/
H A Dir-hix5hd2.c263 priv->socdata = device_get_match_data(dev);
/linux-master/drivers/net/ethernet/marvell/
H A Dmvmdio.c292 type = (uintptr_t)device_get_match_data(&pdev->dev);

Completed in 444 milliseconds

1234567891011>>