Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/include/linux/
H A Dsys_soc.h11 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 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()
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 Ddpio-driver.c36 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 Dr8a7795-sysc.c60 static const struct soc_device_attribute r8a7795_quirks_match[] __initconst = {
73 const struct soc_device_attribute *attr; in r8a7795_sysc_init()
H A Dr8a774c0-sysc.c32 static const struct soc_device_attribute r8a774c0[] __initconst = {
H A Dr8a77990-sysc.c32 static const struct soc_device_attribute r8a77990[] __initconst = {
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-psil.c19 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 Dk3-socinfo.c47 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 Dux500-soc-id.c188 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 Dxhci-rcar.c80 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 Dplatform.c28 struct soc_device_attribute *soc_dev_attr; in nios2_soc_device_init()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Drenesas_wdt.c157 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 Drenesas_sdhi_internal_dmac.c321 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 Dsdhci-of-esdhc.c933 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 Dpci-mt7621-phy.c295 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 Dexynos-chipid.c50 struct soc_device_attribute *soc_dev_attr; in exynos_chipid_early_init()
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A 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()
/OK3568_Linux_fs/kernel/drivers/firmware/smccc/
H A Dsoc_id.c33 static struct soc_device_attribute *soc_dev_attr;
/OK3568_Linux_fs/kernel/drivers/soc/versatile/
H A Dsoc-realview.c88 struct soc_device_attribute *soc_dev_attr; in realview_soc_probe()
H A Dsoc-integrator.c105 struct soc_device_attribute *soc_dev_attr; in integrator_soc_init()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/
H A Dcommon.c95 struct soc_device_attribute *soc_dev_attr; in brcmstb_soc_device_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c153 struct soc_device_attribute *soc_dev_attr; in mvebu_soc_device()
/OK3568_Linux_fs/kernel/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.h140 static struct soc_device_attribute soc_fixup_tuning[] = {
/OK3568_Linux_fs/kernel/arch/arm/mach-zynq/
H A Dcommon.c107 struct soc_device_attribute *soc_dev_attr; in zynq_init_machine()
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c109 struct soc_device_attribute *soc_dev_attr; in meson_mx_socinfo_init()

1234