Searched refs:device_get_match_data (Results 1 - 25 of 431) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-imx/
H A Dmmdc.c510 pmu_mmdc->devtype_data = device_get_match_data(&pdev->dev);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_msi.c404 features = device_get_match_data(&dev->dev);
/linux-master/arch/sparc/kernel/
H A Dpci_sabre.c471 hummingbird_p = (uintptr_t)device_get_match_data(&op->dev);
H A Dpci_schizo.c1467 unsigned long chip_type = (unsigned long)device_get_match_data(&op->dev);
/linux-master/drivers/acpi/
H A Dproperty.c1654 .device_get_match_data = acpi_fwnode_device_get_match_data, \
/linux-master/drivers/ata/
H A Dahci_dwc.c168 dpriv->pdata = device_get_match_data(&pdev->dev);
H A Dahci_imx.c1066 imxpriv->type = (enum ahci_imx_type)device_get_match_data(dev);
H A Dahci_platform.c62 port = device_get_match_data(dev);
/linux-master/drivers/auxdisplay/
H A Dimg-ascii-lcd.c233 const struct img_ascii_lcd_config *cfg = device_get_match_data(dev);
/linux-master/drivers/base/
H A Dproperty.c1287 const void *device_get_match_data(const struct device *dev) function
1289 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev);
1291 EXPORT_SYMBOL_GPL(device_get_match_data); variable
/linux-master/drivers/bluetooth/
H A Dbtnxpuart.c1328 nxpdev->nxp_data = (struct btnxpuart_data *)device_get_match_data(&serdev->dev);
H A Dhci_bcm.c1559 data = device_get_match_data(bcmdev->dev);
H A Dhci_mrvl.c465 const struct hci_uart_proto *mrvl_proto = device_get_match_data(&serdev->dev);
H A Dhci_qca.c2288 data = device_get_match_data(&serdev->dev);
/linux-master/drivers/bus/
H A Dimx-weim.c208 const struct imx_weim_devtype *devtype = device_get_match_data(&pdev->dev);
/linux-master/drivers/cache/
H A Dsifive_ccache.c258 quirks = (unsigned long)device_get_match_data(dev);
/linux-master/drivers/char/hw_random/
H A Dmeson-rng.c97 priv = device_get_match_data(&pdev->dev);
H A Dn2-drv.c707 np->data = (struct n2rng_template *)device_get_match_data(&op->dev);
/linux-master/drivers/char/ipmi/
H A Dipmi_si_platform.c268 io.si_type = (enum si_type)device_get_match_data(&pdev->dev);
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c695 config = device_get_match_data(&pdev->dev);
/linux-master/drivers/clk/
H A Dclk-axi-clkgen.c518 dflt_limits = device_get_match_data(&pdev->dev);
H A Dclk-fsl-flexspi.c58 divs = device_get_match_data(dev);
H A Dclk-lochnagar.c255 conf = (struct lochnagar_config *)device_get_match_data(dev);
/linux-master/drivers/clk/davinci/
H A Dda8xx-cfgchip.c750 clk_init = device_get_match_data(dev);
H A Dpll.c897 pll_init = device_get_match_data(dev);

Completed in 512 milliseconds

1234567891011>>