Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 112) sorted by relevance

12345

/Linux-v5.15/tools/objtool/include/objtool/
Delf.h28 struct section { struct
36 struct section *base, *reloc; argument
50 struct section *sec; argument
/Linux-v5.15/drivers/mtd/nand/spi/
Dgigadevice.c50 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_ecc()
62 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_free()
108 static int gd5fxgqx_variant2_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgqx_variant2_ooblayout_ecc()
120 static int gd5fxgqx_variant2_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgqx_variant2_ooblayout_free()
139 static int gd5fxgq4xc_ooblayout_256_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xc_ooblayout_256_ecc()
151 static int gd5fxgq4xc_ooblayout_256_free(struct mtd_info *mtd, int section, in gd5fxgq4xc_ooblayout_256_free()
Dmicron.c60 static int micron_8_ooblayout_ecc(struct mtd_info *mtd, int section, in micron_8_ooblayout_ecc()
72 static int micron_8_ooblayout_free(struct mtd_info *mtd, int section, in micron_8_ooblayout_free()
90 static int micron_4_ooblayout_ecc(struct mtd_info *mtd, int section, in micron_4_ooblayout_ecc()
105 static int micron_4_ooblayout_free(struct mtd_info *mtd, int section, in micron_4_ooblayout_free()
Dtoshiba.c41 static int tx58cxgxsxraix_ooblayout_ecc(struct mtd_info *mtd, int section, in tx58cxgxsxraix_ooblayout_ecc()
53 static int tx58cxgxsxraix_ooblayout_free(struct mtd_info *mtd, int section, in tx58cxgxsxraix_ooblayout_free()
Dparagon.c41 static int pn26g0xa_ooblayout_ecc(struct mtd_info *mtd, int section, in pn26g0xa_ooblayout_ecc()
53 static int pn26g0xa_ooblayout_free(struct mtd_info *mtd, int section, in pn26g0xa_ooblayout_free()
Dwinbond.c34 static int w25m02gv_ooblayout_ecc(struct mtd_info *mtd, int section, in w25m02gv_ooblayout_ecc()
46 static int w25m02gv_ooblayout_free(struct mtd_info *mtd, int section, in w25m02gv_ooblayout_free()
Dmacronix.c29 static int mx35lfxge4ab_ooblayout_ecc(struct mtd_info *mtd, int section, in mx35lfxge4ab_ooblayout_ecc()
35 static int mx35lfxge4ab_ooblayout_free(struct mtd_info *mtd, int section, in mx35lfxge4ab_ooblayout_free()
/Linux-v5.15/drivers/mtd/nand/raw/
Dsm_common.c12 static int oob_sm_ooblayout_ecc(struct mtd_info *mtd, int section, in oob_sm_ooblayout_ecc()
24 static int oob_sm_ooblayout_free(struct mtd_info *mtd, int section, in oob_sm_ooblayout_free()
61 static int oob_sm_small_ooblayout_ecc(struct mtd_info *mtd, int section, in oob_sm_small_ooblayout_ecc()
73 static int oob_sm_small_ooblayout_free(struct mtd_info *mtd, int section, in oob_sm_small_ooblayout_free()
Dnand_micron.c101 int section, in micron_nand_on_die_4_ooblayout_ecc()
114 int section, in micron_nand_on_die_4_ooblayout_free()
132 int section, in micron_nand_on_die_8_ooblayout_ecc()
147 int section, in micron_nand_on_die_8_ooblayout_free()
/Linux-v5.15/drivers/mtd/nand/
Decc.c157 static int nand_ooblayout_ecc_sp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_sp()
183 static int nand_ooblayout_free_sp(struct mtd_info *mtd, int section, in nand_ooblayout_free_sp()
217 static int nand_ooblayout_ecc_lp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp()
232 static int nand_ooblayout_free_lp(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp()
262 static int nand_ooblayout_ecc_lp_hamming(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp_hamming()
289 static int nand_ooblayout_free_lp_hamming(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp_hamming()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c34 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk()
73 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk()
146 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section()
180 static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_section()
301 int ret, section; in iwl_nvm_init() local
/Linux-v5.15/tools/perf/util/
Dconfig.c597 struct perf_config_section *section; in find_section() local
607 struct perf_config_section *section) in find_config_item()
621 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local
638 static struct perf_config_item *add_config_item(struct perf_config_section *section, in add_config_item()
675 struct perf_config_section *section = NULL; in collect_config() local
793 struct perf_config_section *section; in perf_config_set() local
845 static void perf_config_section__purge(struct perf_config_section *section) in perf_config_section__purge()
855 static void perf_config_section__delete(struct perf_config_section *section) in perf_config_section__delete()
864 struct perf_config_section *section, *tmp; in perf_config_set__purge() local
Dconfig.h57 #define perf_config_sections__for_each_entry(list, section) \ argument
74 #define perf_config_set__for_each_entry(set, section, item) \ argument
/Linux-v5.15/arch/x86/kernel/cpu/sgx/
Dsgx.h30 unsigned int section; member
62 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_get_epc_phys_addr() local
72 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_get_epc_virt_addr() local
Dmain.c327 struct sgx_epc_section *section; in sgx_reclaim_pages() local
622 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_free_epc_page() local
635 struct sgx_epc_section *section) in sgx_setup_epc_section()
/Linux-v5.15/tools/perf/
Dbuiltin-config.c39 struct perf_config_section *section = NULL; in set_config() local
74 struct perf_config_section *section; in show_spec_config() local
104 struct perf_config_section *section; in show_config() local
/Linux-v5.15/arch/xtensa/kernel/
Dvmlinux.lds.S45 #define RELOCATE_ENTRY(sym, section) \ argument
63 #define SECTION_VECTOR4(sym, section, addr, prevsec) \ argument
72 #define SECTION_VECTOR2(section, addr) \ argument
/Linux-v5.15/arch/mips/boot/tools/
Drelocs.c24 struct section { struct
26 struct section *link; argument
32 static struct section *secs; argument
/Linux-v5.15/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c71 static int qi_lb60_ooblayout_ecc(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_ecc()
86 static int qi_lb60_ooblayout_free(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_free()
106 static int jz4725b_ooblayout_ecc(struct mtd_info *mtd, int section, in jz4725b_ooblayout_ecc()
121 static int jz4725b_ooblayout_free(struct mtd_info *mtd, int section, in jz4725b_ooblayout_free()
/Linux-v5.15/arch/x86/tools/
Drelocs.c34 struct section { struct
36 struct section *link; argument
41 static struct section *secs; argument
/Linux-v5.15/drivers/mtd/
Dmtdcore.c1638 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, in mtd_ooblayout_ecc()
1672 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free()
1709 int section, in mtd_ooblayout_find_region()
1712 int pos = 0, ret, section = 0; in mtd_ooblayout_find_region() local
1753 int *section, in mtd_ooblayout_find_eccregion()
1778 int section, in mtd_ooblayout_get_bytes()
1782 int section, ret; in mtd_ooblayout_get_bytes() local
1821 int section, in mtd_ooblayout_set_bytes()
1825 int section, ret; in mtd_ooblayout_set_bytes() local
1858 int section, in mtd_ooblayout_count_bytes()
[all …]
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dadf_transport.c209 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring()
343 const char *section, const char *format, in adf_get_cfg_int()
360 const char *section, in adf_get_coalesc_timer()
Dadf_cfg.c223 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
289 const char *section, const char *name, in adf_cfg_get_param_value()
Dadf_ctl_drv.c108 const char *section, in adf_add_key_value_data()
139 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
/Linux-v5.15/samples/bpf/
Dspintest_user.c19 const char *section; in main() local

12345