| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sys_soc.h | 11 struct soc_device_attribute { struct 26 struct soc_device_attribute *soc_plat_dev_attr); argument 41 const struct soc_device_attribute *soc_device_match( 42 const struct soc_device_attribute *matches); 44 static inline const struct soc_device_attribute *soc_device_match( in soc_device_match() 45 const struct soc_device_attribute *matches) { return NULL; } in soc_device_match()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | soc.c | 26 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() 194 static int soc_device_match_attr(const struct soc_device_attribute *attr, in soc_device_match_attr() 195 const struct soc_device_attribute *match) in soc_device_match_attr() 241 const struct soc_device_attribute *soc_device_match( in soc_device_match() 242 const struct soc_device_attribute *matches) in soc_device_match()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | dpio-driver.c | 36 static const struct soc_device_attribute ls1088a_soc[] = { 41 static const struct soc_device_attribute ls2080a_soc[] = { 46 static const struct soc_device_attribute ls2088a_soc[] = { 51 static const struct soc_device_attribute lx2160a_soc[] = {
|
| /OK3568_Linux_fs/kernel/drivers/soc/renesas/ |
| H A D | r8a7795-sysc.c | 60 static const struct soc_device_attribute r8a7795_quirks_match[] __initconst = { 73 const struct soc_device_attribute *attr; in r8a7795_sysc_init()
|
| H A D | r8a774c0-sysc.c | 32 static const struct soc_device_attribute r8a774c0[] __initconst = {
|
| H A D | r8a77990-sysc.c | 32 static const struct soc_device_attribute r8a77990[] __initconst = {
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | k3-psil.c | 19 static const struct soc_device_attribute k3_soc_devices[] = { 32 const struct soc_device_attribute *soc; in psil_get_ep_config()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | k3-socinfo.c | 47 struct soc_device_attribute *soc_dev_attr) in k3_chipinfo_partno_to_names() 63 struct soc_device_attribute *soc_dev_attr; in k3_chipinfo_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ux500/ |
| H A D | ux500-soc-id.c | 188 static void __init soc_info_populate(struct soc_device_attribute *soc_dev_attr, in soc_info_populate() 201 struct soc_device_attribute *soc_dev_attr; in ux500_soc_device_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-rcar.c | 80 static const struct soc_device_attribute rcar_quirks_match[] = { 134 const struct soc_device_attribute *attr; in xhci_rcar_download_firmware()
|
| /OK3568_Linux_fs/kernel/arch/nios2/platform/ |
| H A D | platform.c | 28 struct soc_device_attribute *soc_dev_attr; in nios2_soc_device_init()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | renesas_wdt.c | 157 static const struct soc_device_attribute rwdt_quirks_match[] = { 175 const struct soc_device_attribute *attr; in rwdt_blacklisted()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | renesas_sdhi_internal_dmac.c | 321 static const struct soc_device_attribute soc_dma_quirks[] = { 333 const struct soc_device_attribute *soc = soc_device_match(soc_dma_quirks); in renesas_sdhi_internal_dmac_probe()
|
| H A D | sdhci-of-esdhc.c | 933 static struct soc_device_attribute soc_tuning_erratum_type1[] = { 941 static struct soc_device_attribute soc_tuning_erratum_type2[] = { 1317 static struct soc_device_attribute soc_incorrect_hostver[] = { 1323 static struct soc_device_attribute soc_fixup_sdhc_clkdivs[] = { 1330 static struct soc_device_attribute soc_unreliable_pulse_detection[] = {
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pci-phy/ |
| H A D | pci-mt7621-phy.c | 295 static const struct soc_device_attribute mt7621_pci_quirks_match[] = { 309 const struct soc_device_attribute *attr; in mt7621_pci_phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/samsung/ |
| H A D | exynos-chipid.c | 50 struct soc_device_attribute *soc_dev_attr; in exynos_chipid_early_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/renesas/ |
| H A D | rcar-gen2-cpg.c | 268 static const struct soc_device_attribute cpg_quirks_match[] __initconst = { 381 const struct soc_device_attribute *attr; in rcar_gen2_cpg_init()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/smccc/ |
| H A D | soc_id.c | 33 static struct soc_device_attribute *soc_dev_attr;
|
| /OK3568_Linux_fs/kernel/drivers/soc/versatile/ |
| H A D | soc-realview.c | 88 struct soc_device_attribute *soc_dev_attr; in realview_soc_probe()
|
| H A D | soc-integrator.c | 105 struct soc_device_attribute *soc_dev_attr; in integrator_soc_init()
|
| /OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/ |
| H A D | common.c | 95 struct soc_device_attribute *soc_dev_attr; in brcmstb_soc_device_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | mvebu-soc-id.c | 153 struct soc_device_attribute *soc_dev_attr; in mvebu_soc_device()
|
| /OK3568_Linux_fs/kernel/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpaa2-qdma.h | 140 static struct soc_device_attribute soc_fixup_tuning[] = {
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-zynq/ |
| H A D | common.c | 107 struct soc_device_attribute *soc_dev_attr; in zynq_init_machine()
|
| /OK3568_Linux_fs/kernel/drivers/soc/amlogic/ |
| H A D | meson-mx-socinfo.c | 109 struct soc_device_attribute *soc_dev_attr; in meson_mx_socinfo_init()
|