Searched refs:platform_get_device_id (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/drivers/hwmon/
H A Dmc13783-adc.c72 kernel_ulong_t driver_data = platform_get_device_id(pdev)->driver_data;
115 kernel_ulong_t driver_data = platform_get_device_id(pdev)->driver_data;
137 kernel_ulong_t driver_data = platform_get_device_id(pdev)->driver_data;
231 const struct platform_device_id *id = platform_get_device_id(pdev);
291 kernel_ulong_t driver_data = platform_get_device_id(pdev)->driver_data;
H A Dmax197.c263 enum max197_chips chip = platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/iio/adc/
H A Dad7606_par.c50 const struct platform_device_id *id = platform_get_device_id(pdev);
H A Daxp20x_adc.c698 id = platform_get_device_id(pdev);
706 indio_dev->name = platform_get_device_id(pdev)->name;
/linux-master/drivers/thermal/intel/
H A Dintel_bxt_pmic_thermal.c167 platform_get_device_id(pdev)->driver_data;
227 platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/clk/
H A Dclk-bd718x7.c89 enum rohm_chip_type chip = platform_get_device_id(pdev)->driver_data;
H A Dclk-max77686.c165 const struct platform_device_id *id = platform_get_device_id(pdev);
H A Dclk-s2mps11.c127 enum sec_device_type hwid = platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/spi/
H A Dspi-altera-platform.c38 const struct platform_device_id *platid = platform_get_device_id(pdev);
/linux-master/sound/soc/au1x/
H A Ddb1200.c187 const struct platform_device_id *pid = platform_get_device_id(pdev);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dahb.c78 const struct platform_device_id *id = platform_get_device_id(pdev);
/linux-master/drivers/pwm/
H A Dpwm-pxa.c160 const struct platform_device_id *id = platform_get_device_id(pdev);
/linux-master/drivers/video/backlight/
H A Dda9052_bl.c117 wleds->led_reg = platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/rtc/
H A Drtc-s5m.c650 switch (platform_get_device_id(pdev)->driver_data) {
674 platform_get_device_id(pdev)->driver_data);
695 info->device_type = platform_get_device_id(pdev)->driver_data;
H A Drtc-bd70528.c245 enum rohm_chip_type chip = platform_get_device_id(pdev)->driver_data;
H A Drtc-ab8500.c334 const struct platform_device_id *platid = platform_get_device_id(pdev);
/linux-master/drivers/watchdog/
H A Dmax77620_wdt.c160 const struct platform_device_id *id = platform_get_device_id(pdev);
/linux-master/drivers/regulator/
H A Dmax77693-regulator.c230 enum max77693_types type = platform_get_device_id(pdev)->driver_data;
H A Dbd9571mwv-regulator.c280 enum rohm_chip_type chip = platform_get_device_id(pdev)->driver_data;
/linux-master/include/linux/
H A Dplatform_device.h47 #define platform_get_device_id(pdev) ((pdev)->id_entry) macro
/linux-master/drivers/i2c/busses/
H A Di2c-at91-core.c193 return (struct at91_twi_pdata *) platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/soc/pxa/
H A Dssp.c158 platform_get_device_id(pdev);
/linux-master/drivers/misc/
H A Datmel-ssc.c144 platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/gpio/
H A Dgpio-ts5500.c316 enum ts5500_blocks block = platform_get_device_id(pdev)->driver_data;
/linux-master/drivers/input/misc/
H A Daxp20x-pek.c302 const struct platform_device_id *match = platform_get_device_id(pdev);

Completed in 264 milliseconds

123