Searched refs:device_get_match_data (Results 201 - 225 of 431) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c462 data->sensorhub_info = device_get_match_data(dev);
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c327 match = device_get_match_data(dev);
/linux-master/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c560 dphy->variant = device_get_match_data(&pdev->dev);
/linux-master/drivers/gpio/
H A Dgpio-aspeed-sgpio.c555 pdata = device_get_match_data(&pdev->dev);
H A Dgpio-aggregator.c590 features = (uintptr_t)device_get_match_data(dev);
H A Dgpio-mxc.c434 port->hwdata = device_get_match_data(&pdev->dev);
H A Dgpio-davinci.c498 gpio_get_irq_chip = (gpio_get_irq_chip_cb_t)device_get_match_data(dev);
/linux-master/drivers/hwmon/
H A Dntc_thermistor.c632 pdev_id = device_get_match_data(dev);
/linux-master/drivers/clk/
H A Dclk-axi-clkgen.c518 dflt_limits = device_get_match_data(&pdev->dev);
/linux-master/drivers/extcon/
H A Dextcon-sm5502.c692 info->type = device_get_match_data(info->dev);
/linux-master/drivers/leds/
H A Dleds-is31fl319x.c404 is31->cdef = device_get_match_data(dev);
H A Dleds-lp50xx.c544 led->chip_info = device_get_match_data(&client->dev);
H A Dleds-mt6323.c547 leds->pdata = device_get_match_data(dev);
/linux-master/sound/soc/jz4740/
H A Djz4740-i2s.c550 i2s->soc_info = device_get_match_data(dev);
/linux-master/drivers/input/touchscreen/
H A Dmms114.c503 match_data = device_get_match_data(&client->dev);
/linux-master/drivers/iio/afe/
H A Diio-rescale.c551 rescale->cfg = device_get_match_data(dev);
/linux-master/drivers/regulator/
H A Dqcom-labibb-regulator.c778 reg_data = device_get_match_data(&pdev->dev);
/linux-master/drivers/clk/davinci/
H A Dda8xx-cfgchip.c750 clk_init = device_get_match_data(dev);
H A Dpsc.c523 init_data = device_get_match_data(dev);
/linux-master/drivers/spi/
H A Dspi-orion.c687 devdata = device_get_match_data(&pdev->dev);
/linux-master/drivers/memory/
H A Datmel-ebi.c533 ebi->caps = device_get_match_data(dev);
/linux-master/drivers/mfd/
H A Dqcom_rpm.c574 rpm->data = device_get_match_data(&pdev->dev);
/linux-master/sound/soc/rockchip/
H A Drockchip_pdm.c583 pdm->version = (enum rk_pdm_version)device_get_match_data(&pdev->dev);
H A Drockchip_i2s.c754 i2s->pins = device_get_match_data(&pdev->dev);
/linux-master/drivers/iio/adc/
H A Daxp20x_adc.c703 info->data = device_get_match_data(dev);

Completed in 258 milliseconds

1234567891011>>