Searched refs:device_get_match_data (Results 26 - 50 of 431) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.c136 ecc->ops = device_get_match_data(dev);
/linux-master/drivers/power/reset/
H A Dvexpress-poweroff.c120 func = (uintptr_t)device_get_match_data(&pdev->dev);
/linux-master/drivers/hwmon/pmbus/
H A Dmpq7932.c114 info->pages = (int)(unsigned long)device_get_match_data(&client->dev);
/linux-master/drivers/regulator/
H A Dstm32-booster.c86 desc = device_get_match_data(dev);
/linux-master/drivers/mfd/
H A Drk8xx-i2c.c141 data = device_get_match_data(&client->dev);
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_usb2.c64 data = device_get_match_data(&pdev->dev);
/linux-master/drivers/leds/
H A Dleds-spi-byte.c102 led->cdef = device_get_match_data(dev);
H A Dleds-pca995x.c111 btype = (unsigned long)device_get_match_data(&client->dev);
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_i2c.c29 hw_id = (kernel_ulong_t)device_get_match_data(&client->dev);
/linux-master/drivers/iio/potentiometer/
H A Dmax5481.c148 data->cfg = device_get_match_data(&spi->dev);
H A Dmcp41010.c149 data->cfg = device_get_match_data(&spi->dev);
/linux-master/drivers/iio/adc/
H A Dmax11205.c119 st->chip_info = device_get_match_data(&spi->dev);
/linux-master/drivers/clocksource/
H A Dingenic-ost.c76 soc_info = device_get_match_data(dev);
/linux-master/drivers/gpio/
H A Dgpio-sl28cpld.c99 type = (uintptr_t)device_get_match_data(&pdev->dev);
H A Dgpio-pca9570.c130 gpio->chip_data = device_get_match_data(&client->dev);
H A Dgpio-amdpt.c107 pt_gpio->gc.ngpio = (uintptr_t)device_get_match_data(dev);
/linux-master/drivers/iio/dac/
H A Dmax5522.c147 state->chip_info = device_get_match_data(&spi->dev);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_i2c.c112 match = device_get_match_data(&client->dev);
/linux-master/drivers/irqchip/
H A Dirq-st.c147 ddata->syscfg = (unsigned int) device_get_match_data(&pdev->dev);
/linux-master/drivers/reset/
H A Dreset-microchip-sparx5.c127 ctx->props = device_get_match_data(&pdev->dev);
/linux-master/drivers/net/dsa/microchip/
H A Dksz8863_smi.c147 chip = device_get_match_data(ddev);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-intel-plat.c100 dwmac->data = device_get_match_data(&pdev->dev);
/linux-master/drivers/char/hw_random/
H A Dmeson-rng.c97 priv = device_get_match_data(&pdev->dev);
/linux-master/drivers/dma/dw/
H A Dplatform.c34 match = device_get_match_data(dev);
/linux-master/drivers/nvmem/
H A Dmxs-ocotp.c146 data = device_get_match_data(dev);

Completed in 203 milliseconds

1234567891011>>