Home
last modified time | relevance | path

Searched refs:soc_device_attribute (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/include/linux/
Dsys_soc.h11 struct soc_device_attribute { struct
24 struct soc_device_attribute *soc_plat_dev_attr); argument
39 const struct soc_device_attribute *soc_device_match(
40 const struct soc_device_attribute *matches);
42 static inline const struct soc_device_attribute *soc_device_match( in soc_device_match()
43 const struct soc_device_attribute *matches) { return NULL; } in soc_device_match()
/Linux-v4.19/drivers/base/
Dsoc.c26 struct soc_device_attribute *attr;
112 static struct soc_device_attribute *early_soc_dev_attr;
114 struct soc_device *soc_device_register(struct soc_device_attribute *soc_dev_attr) in soc_device_register()
185 static int soc_device_match_attr(const struct soc_device_attribute *attr, in soc_device_match_attr()
186 const struct soc_device_attribute *match) in soc_device_match_attr()
232 const struct soc_device_attribute *soc_device_match( in soc_device_match()
233 const struct soc_device_attribute *matches) in soc_device_match()
/Linux-v4.19/drivers/soc/ux500/
Dux500-soc-id.c180 static void __init soc_info_populate(struct soc_device_attribute *soc_dev_attr, in soc_info_populate()
196 struct soc_device_attribute *soc_dev_attr; in ux500_soc_device_init()
/Linux-v4.19/arch/nios2/platform/
Dplatform.c22 struct soc_device_attribute *soc_dev_attr; in nios2_soc_device_init()
/Linux-v4.19/drivers/usb/host/
Dxhci-rcar.c79 static const struct soc_device_attribute rcar_quirks_match[] = {
143 const struct soc_device_attribute *attr; in xhci_rcar_download_firmware()
/Linux-v4.19/drivers/soc/renesas/
Dr8a77990-sysc.c45 static const struct soc_device_attribute r8a77990[] __initconst = {
Dr8a7795-sysc.c60 static const struct soc_device_attribute r8a7795es1[] __initconst = {
Drenesas-soc.c258 struct soc_device_attribute *soc_dev_attr; in renesas_soc_init()
/Linux-v4.19/drivers/mmc/host/
Drenesas_sdhi_internal_dmac.c294 static const struct soc_device_attribute gen3_soc_whitelist[] = {
311 const struct soc_device_attribute *soc = soc_device_match(gen3_soc_whitelist); in renesas_sdhi_internal_dmac_probe()
/Linux-v4.19/drivers/watchdog/
Drenesas_wdt.c142 static const struct soc_device_attribute rwdt_quirks_match[] = {
161 const struct soc_device_attribute *attr; in rwdt_blacklisted()
/Linux-v4.19/drivers/soc/bcm/brcmstb/
Dcommon.c99 struct soc_device_attribute *soc_dev_attr; in brcmstb_soc_device_init()
/Linux-v4.19/drivers/clk/renesas/
Drcar-gen2-cpg.c268 static const struct soc_device_attribute cpg_quirks_match[] __initconst = {
381 const struct soc_device_attribute *attr; in rcar_gen2_cpg_init()
Drcar-gen3-cpg.c421 static const struct soc_device_attribute cpg_quirks_match[] __initconst = {
577 const struct soc_device_attribute *attr; in rcar_gen3_cpg_init()
/Linux-v4.19/arch/arm/mach-mvebu/
Dmvebu-soc-id.c153 struct soc_device_attribute *soc_dev_attr; in mvebu_soc_device()
/Linux-v4.19/arch/arm/mach-imx/
Dcpu.c78 struct soc_device_attribute *soc_dev_attr; in imx_soc_device_init()
/Linux-v4.19/drivers/soc/amlogic/
Dmeson-mx-socinfo.c109 struct soc_device_attribute *soc_dev_attr; in meson_mx_socinfo_init()
Dmeson-gx-socinfo.c112 struct soc_device_attribute *soc_dev_attr; in meson_gx_socinfo_init()
/Linux-v4.19/drivers/soc/versatile/
Dsoc-integrator.c107 struct soc_device_attribute *soc_dev_attr; in integrator_soc_init()
Dsoc-realview.c90 struct soc_device_attribute *soc_dev_attr; in realview_soc_probe()
/Linux-v4.19/arch/arm/mach-zynq/
Dcommon.c113 struct soc_device_attribute *soc_dev_attr; in zynq_init_machine()
/Linux-v4.19/drivers/soc/fsl/
Dguts.c33 static struct soc_device_attribute soc_dev_attr;
/Linux-v4.19/drivers/soc/atmel/
Dsoc.c200 struct soc_device_attribute *soc_dev_attr; in at91_soc_init()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_drv.c511 static const struct soc_device_attribute omapdrm_soc_devices[] = {
521 const struct soc_device_attribute *soc; in omapdrm_init()
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_uif.c234 static const struct soc_device_attribute vsp1_r8a7796[] = {
/Linux-v4.19/arch/arm/mach-mxs/
Dmach-mxs.c387 struct soc_device_attribute *soc_dev_attr; in mxs_machine_init()

12