Home
last modified time | relevance | path

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

12345678910>>...16

/linux/drivers/pwm/
H A Dpwm-lpss-platform.c26 info = device_get_match_data(&pdev->dev); in pwm_lpss_probe_platform()
/linux/drivers/gpio/
H A Dgpio-ge.c79 gc->ngpio = (uintptr_t)device_get_match_data(dev); in gef_gpio_probe()
H A Dgpio-tn48m.c52 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe()
/linux/drivers/reset/amlogic/
H A Dreset-meson.c80 param = device_get_match_data(dev); in meson_reset_probe()
/linux/drivers/iio/adc/
H A Dltc2496.c78 st->common_ddata.chip_info = device_get_match_data(dev); in ltc2496_probe()
/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_i2c.c61 match = device_get_match_data(&client->dev); in inv_icm42600_probe()
H A Dinv_icm42600_spi.c57 match = device_get_match_data(&spi->dev); in inv_icm42600_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-dwc-qos-eth.c312 data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_probe()
367 const struct dwc_eth_dwmac_data *data = device_get_match_data(&pdev->dev); in dwc_eth_dwmac_remove()
/linux/drivers/mfd/
H A Dhi6421-pmic-core.c59 type = (uintptr_t)device_get_match_data(&pdev->dev); in hi6421_pmic_probe()
/linux/drivers/nvmem/
H A Dlayerscape-sfp.c62 data = device_get_match_data(&pdev->dev); in layerscape_sfp_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()
H A Docelot-reset.c83 ctx->props = device_get_match_data(dev); in ocelot_reset_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/mtd/nand/raw/ingenic/
H A Dingenic_ecc.c136 ecc->ops = device_get_match_data(dev); in ingenic_ecc_probe()
/linux/drivers/regulator/
H A Dstm32-booster.c86 desc = device_get_match_data(dev); in stm32_booster_probe()
/linux/drivers/iio/potentiometer/
H A Dmax5432.c102 data->ohm = (unsigned long)device_get_match_data(dev); in max5432_probe()
/linux/drivers/iio/trigger/
H A Dstm32-lptimer-trigger.c123 lptim_cfg = device_get_match_data(&pdev->dev); in stm32_lptim_trigger_probe()
/linux/drivers/net/can/mscan/
H A Dmpc5xxx_can.c295 data = device_get_match_data(&ofdev->dev); in mpc5xxx_can_probe()
360 data = device_get_match_data(&ofdev->dev); in mpc5xxx_can_remove()
/linux/drivers/hid/i2c-hid/
H A Di2c-hid-of-goodix.c108 ihid_goodix->timings = device_get_match_data(&client->dev); in i2c_hid_of_goodix_probe()
/linux/drivers/leds/
H A Dleds-spi-byte.c98 led->cdef = device_get_match_data(dev); in spi_byte_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/base/
H A Dproperty.c1338 const void *device_get_match_data(const struct device *dev) in device_get_match_data() function
1340 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()
1342 EXPORT_SYMBOL_GPL(device_get_match_data);

12345678910>>...16