Home
last modified time | relevance | path

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

1234

/Linux-v5.4/tools/objtool/
Delf.h26 struct section { struct
33 struct section *base, *rela; argument
46 struct section *sec; argument
/Linux-v5.4/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.4/drivers/mtd/nand/spi/
Dgigadevice.c47 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_ecc()
59 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_free()
105 static int gd5fxgq4_variant2_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgq4_variant2_ooblayout_ecc()
117 static int gd5fxgq4_variant2_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgq4_variant2_ooblayout_free()
Dtoshiba.c28 static int tc58cxgxsx_ooblayout_ecc(struct mtd_info *mtd, int section, in tc58cxgxsx_ooblayout_ecc()
40 static int tc58cxgxsx_ooblayout_free(struct mtd_info *mtd, int section, in tc58cxgxsx_ooblayout_free()
Dmicron.c37 static int mt29f2g01abagd_ooblayout_ecc(struct mtd_info *mtd, int section, in mt29f2g01abagd_ooblayout_ecc()
49 static int mt29f2g01abagd_ooblayout_free(struct mtd_info *mtd, int section, in mt29f2g01abagd_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.4/tools/perf/util/
Dconfig.c513 struct perf_config_section *section; in find_section() local
523 struct perf_config_section *section) in find_config_item()
537 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local
554 static struct perf_config_item *add_config_item(struct perf_config_section *section, in add_config_item()
591 struct perf_config_section *section = NULL; in collect_config() local
729 struct perf_config_section *section; in perf_config() local
776 static void perf_config_section__purge(struct perf_config_section *section) in perf_config_section__purge()
786 static void perf_config_section__delete(struct perf_config_section *section) in perf_config_section__delete()
795 struct perf_config_section *section, *tmp; in perf_config_set__purge() local
Dconfig.h49 #define perf_config_sections__for_each_entry(list, section) \ argument
66 #define perf_config_set__for_each_entry(set, section, item) \ argument
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c91 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk()
130 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk()
203 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section()
237 static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_section()
363 int ret, section; in iwl_nvm_init() local
/Linux-v5.4/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.4/arch/xtensa/kernel/
Dvmlinux.lds.S43 #define RELOCATE_ENTRY(sym, section) \ argument
56 #define SECTION_VECTOR(sym, section, addr, prevsec) \ argument
65 #define SECTION_VECTOR(section, addr) \ argument
/Linux-v5.4/arch/mips/boot/tools/
Drelocs.c24 struct section { struct
26 struct section *link; argument
32 static struct section *secs; argument
/Linux-v5.4/drivers/mtd/
Dmtdcore.c1314 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, in mtd_ooblayout_ecc()
1346 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free()
1381 int section, in mtd_ooblayout_find_region()
1384 int pos = 0, ret, section = 0; in mtd_ooblayout_find_region() local
1425 int *section, in mtd_ooblayout_find_eccregion()
1450 int section, in mtd_ooblayout_get_bytes()
1454 int section, ret; in mtd_ooblayout_get_bytes() local
1493 int section, in mtd_ooblayout_set_bytes()
1497 int section, ret; in mtd_ooblayout_set_bytes() local
1530 int section, in mtd_ooblayout_count_bytes()
[all …]
/Linux-v5.4/arch/x86/tools/
Drelocs.c31 struct section { struct
33 struct section *link; argument
38 static struct section *secs; argument
/Linux-v5.4/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c75 static int qi_lb60_ooblayout_ecc(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_ecc()
90 static int qi_lb60_ooblayout_free(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_free()
110 static int jz4725b_ooblayout_ecc(struct mtd_info *mtd, int section, in jz4725b_ooblayout_ecc()
125 static int jz4725b_ooblayout_free(struct mtd_info *mtd, int section, in jz4725b_ooblayout_free()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_transport.c230 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring()
355 const char *section, const char *format, in adf_get_cfg_int()
372 const char *section, in adf_get_coalesc_timer()
Dadf_ctl_drv.c152 const char *section, in adf_add_key_value_data()
183 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
Dadf_cfg.c284 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
350 const char *section, const char *name, in adf_cfg_get_param_value()
/Linux-v5.4/drivers/edac/
Damd64_edac_inj.c125 u32 section, word_bits; in amd64_inject_read_store() local
157 u32 section, word_bits, tmp; in amd64_inject_write_store() local
/Linux-v5.4/mm/
Dpage_ext.c193 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext() local
223 struct mem_section *section; in init_section_page_ext() local
/Linux-v5.4/drivers/gpu/drm/radeon/
Dclearstate_defs.h40 const struct cs_extent_def *section; member
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dclearstate_defs.h40 const struct cs_extent_def *section; member

1234