Searched refs:spi_nor_hwcaps (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | spi-nor.h | 220 struct spi_nor_hwcaps { struct 418 const struct spi_nor_hwcaps *hwcaps);
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
D | xilinx.c | 41 const struct spi_nor_hwcaps *hwcaps) in xilinx_nor_setup()
|
D | core.h | 216 struct spi_nor_hwcaps hwcaps; 225 int (*setup)(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps);
|
D | core.c | 2619 const struct spi_nor_hwcaps *hwcaps) in spi_nor_default_setup() 2680 const struct spi_nor_hwcaps *hwcaps) in spi_nor_setup() 3132 const struct spi_nor_hwcaps *hwcaps) in spi_nor_scan() 3346 const struct spi_nor_hwcaps hwcaps = { .mask = SNOR_HWCAPS_ALL }; in spi_nor_probe()
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
D | nxp-spifi.c | 283 struct spi_nor_hwcaps hwcaps = { in nxp_spifi_setup_flash()
|
D | hisi-sfc.c | 329 const struct spi_nor_hwcaps hwcaps = { in hisi_spi_nor_register()
|
D | aspeed-smc.c | 762 const struct spi_nor_hwcaps hwcaps = { in aspeed_smc_setup_flash()
|
D | intel-spi.c | 911 const struct spi_nor_hwcaps hwcaps = { in intel_spi_probe()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 11584 @@ -228,7 +231,7 @@ struct spi_nor_hwcaps { 11593 @@ -245,11 +248,12 @@ struct spi_nor_hwcaps { 11607 @@ -260,18 +264,19 @@ struct spi_nor_hwcaps { 11633 @@ -279,10 +284,14 @@ struct spi_nor_hwcaps {
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 18152 struct spi_nor_hwcaps hwcaps;
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 331672 - const struct spi_nor_hwcaps hwcaps = { 331673 + struct spi_nor_hwcaps hwcaps = { 332035 + struct spi_nor_hwcaps hwcaps; 333282 + struct spi_nor_hwcaps hwcaps = { 333328 const struct spi_nor_hwcaps *hwcaps) 363578 @@ -403,6 +477,13 @@ struct spi_nor_hwcaps { 363590 const struct spi_nor_hwcaps *hwcaps);
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59185 const struct spi_nor_hwcaps *hwcaps);
|