Searched defs:section (Results 76 - 100 of 121) sorted by relevance

12345

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c1125 u16 vidtv_psi_pmt_get_pid(struct vidtv_psi_table_pmt *section, argument
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Drockchip-nand-controller.c935 static int rk_nfc_ooblayout_free(struct mtd_info *mtd, int section, argument
950 static int rk_nfc_ooblayout_ecc(struct mtd_info *mtd, int section, argument
H A Ds3c2410.c73 static int s3c2410_ooblayout_ecc(struct mtd_info *mtd, int section, argument
85 static int s3c2410_ooblayout_free(struct mtd_info *mtd, int section, argument
H A Dpl35x-nand-controller.c157 static int pl35x_ecc_ooblayout16_ecc(struct mtd_info *mtd, int section, argument
171 static int pl35x_ecc_ooblayout16_free(struct mtd_info *mtd, int section, argument
H A Dmtk_nand.c1121 static int mtk_nfc_ooblayout_free(struct mtd_info *mtd, int section, argument
1140 static int mtk_nfc_ooblayout_ecc(struct mtd_info *mtd, int section, argument
H A Dmxc_nand.c1002 static int mxc_v1_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1016 static int mxc_v1_ooblayout_free(struct mtd_info *mtd, int section, argument
1049 static int mxc_v2_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1064 mxc_v2_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
H A Dsunxi_nand.c1559 static int sunxi_nand_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1574 static int sunxi_nand_ooblayout_free(struct mtd_info *mtd, int section, argument
[all...]
H A Domap2.c1724 static int omap_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1744 static int omap_ooblayout_free(struct mtd_info *mtd, int section, argument
1773 static int omap_sw_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1794 static int omap_sw_ooblayout_free(struct mtd_info *mtd, int section, argument
H A Drenesas-nand-controller.c972 static int rnandc_ooblayout_ecc(struct mtd_info *mtd, int section, argument
987 static int rnandc_ooblayout_free(struct mtd_info *mtd, int section, argument
/linux-master/tools/perf/
H A Dbuiltin-inject.c1823 save_section_info_cb(struct perf_file_section *section, struct perf_header *ph __maybe_unused, int feat, int fd __maybe_unused, void *data) argument
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c565 static struct uni_table_desc *nx_get_table_desc(const u8 *unirom, int section) argument
762 nx_get_data_desc(struct netxen_adapter *adapter, u32 section, u32 idx_offset) argument
/linux-master/fs/nfs/
H A Dnfs4state.c2608 const char *section = "", *section_sep = ""; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c292 ice_pkg_enum_entry(struct ice_seg *ice_seg, struct ice_pkg_enum *state, u32 sect_type, u32 *offset, void *(*handler)(u32 sect_type, void *section, u32 index, u32 *offset)) argument
343 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
465 ice_marker_ptype_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
545 ice_label_enum_handler(u32 __always_unused sect_type, void *section, u32 index, u32 *offset) argument
606 ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
1042 ice_pkg_buf_alloc_single_section(struct ice_hw *hw, u32 type, u16 size, void **section) argument
2342 struct ice_buf_hdr *section; local
[all...]
/linux-master/drivers/edac/
H A Damd64_edac.h278 u32 section; member in struct:error_injection
H A Di7core_edac.c213 u32 section; member in struct:i7core_inject
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c244 u8 band, path, txnum, section; local
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1873 void iwl_nvm_fixups(u32 hw_id, unsigned int section, u8 *data, argument
[all...]
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c396 panthor_fw_init_section_mem(struct panthor_device *ptdev, struct panthor_fw_section *section) argument
491 struct panthor_fw_section *section; local
634 struct panthor_fw_section *section; local
1126 struct panthor_fw_section *section; local
[all...]
/linux-master/drivers/mtd/
H A Dmtdcore.c1786 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1820 mtd_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobfree) argument
1854 mtd_ooblayout_find_region(struct mtd_info *mtd, int byte, int *sectionp, struct mtd_oob_region *oobregion, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
1860 int pos = 0, ret, section = 0; local
1900 mtd_ooblayout_find_eccregion(struct mtd_info *mtd, int eccbyte, int *section, struct mtd_oob_region *oobregion) argument
1923 mtd_ooblayout_get_bytes(struct mtd_info *mtd, u8 *buf, const u8 *oobbuf, int start, int nbytes, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
1930 int section, ret; local
1966 mtd_ooblayout_set_bytes(struct mtd_info *mtd, const u8 *buf, u8 *oobbuf, int start, int nbytes, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
1973 int section, ret; local
2004 mtd_ooblayout_count_bytes(struct mtd_info *mtd, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
2010 int section = 0, ret, nbytes = 0; local
[all...]
/linux-master/fs/isofs/
H A Dinode.c1034 int section, rv, error; local
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nx.c1511 qla82xx_get_table_desc(const u8 *unirom, int section) argument
1533 qla82xx_get_data_desc(struct qla_hw_data *ha, u32 section, u32 idx_offset) argument
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c634 static int mtk_snand_ooblayout_ecc(struct mtd_info *mtd, int section, argument
641 static int mtk_snand_ooblayout_free(struct mtd_info *mtd, int section, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c831 u8 section = _rtl92ee_get_rate_section_index(regaddr); local
1528 phy_set_txpower_index_by_rate_section(struct ieee80211_hw *hw, enum radio_path rfpath, u8 channel, enum rate_section section) argument
/linux-master/tools/perf/util/
H A Dsymbol.c1591 asection *section; local
[all...]
H A Dsymbol-elf.c1088 asection *section; local
[all...]

Completed in 383 milliseconds

12345