Home
last modified time | relevance | path

Searched refs:section_info (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c36 struct fwhdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member
110 cur_section_info = info->section_info; in fwhdr_parser()
556 struct fwhdr_section_info *section_info = info->section_info; in fwdl_phase2() local
565 ret = __sections_download(adapter, section_info); in fwdl_phase2()
572 if (section_info->redl) { in fwdl_phase2()
574 section_info); in fwdl_phase2()
583 section_info++; in fwdl_phase2()
967 struct fwhdr_section_info *section_info; in mac_ram_boot() local
985 section_info = info.section_info; in mac_ram_boot()
988 ret = __write_memory(adapter, section_info->addr, in mac_ram_boot()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c36 struct fwhdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member
110 cur_section_info = info->section_info; in fwhdr_parser()
556 struct fwhdr_section_info *section_info = info->section_info; in fwdl_phase2() local
565 ret = __sections_download(adapter, section_info); in fwdl_phase2()
572 if (section_info->redl) { in fwdl_phase2()
574 section_info); in fwdl_phase2()
583 section_info++; in fwdl_phase2()
967 struct fwhdr_section_info *section_info; in mac_ram_boot() local
985 section_info = info.section_info; in mac_ram_boot()
988 ret = __write_memory(adapter, section_info->addr, in mac_ram_boot()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKM_file_format.txt172 section_info: XKMSectionInfo
218 section_info: XKMSectionInfo
376 section_info: XKMSectionInfo
426 section_info: XKMSectionInfo
452 section_info: XKMSectionInfo
481 section_info: XKMSectionInfo
670 section_info: XKMSectionInfo
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c181 fw_update_msg->section_info.FW_section_CRC = section_crc; in hinic_flash_fw()
186 fw_update_msg->section_info.FW_section_type = in hinic_flash_fw()
195 fw_update_msg->section_info.FW_section_type = in hinic_flash_fw()
H A Dhinic_port.h747 } section_info; member
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6955 struct pqi_config_table_section_info *section_info) in pqi_process_firmware_features() argument
6964 ctrl_info = section_info->ctrl_info; in pqi_process_firmware_features()
6965 firmware_features = section_info->section; in pqi_process_firmware_features()
6966 firmware_features_iomem_addr = section_info->section_iomem_addr; in pqi_process_firmware_features()
7028 struct pqi_config_table_section_info *section_info) in pqi_process_firmware_features_section() argument
7032 pqi_process_firmware_features(section_info); in pqi_process_firmware_features_section()
7043 struct pqi_config_table_section_info section_info; in pqi_process_config_table() local
7064 section_info.ctrl_info = ctrl_info; in pqi_process_config_table()
7071 section_info.section = section; in pqi_process_config_table()
7072 section_info.section_offset = section_offset; in pqi_process_config_table()
[all …]