Searched refs:sh_strs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | fw.c | 110 const char *sh_strs; in mm81x_fw_load_fw() local 129 sh_strs = (const char *)fw->data + sh_strtab.sh_offset; in mm81x_fw_load_fw() 173 if (!strncmp(sh_strs + shdr.sh_name, ".fw_info", in mm81x_fw_load_fw() 216 const char *sh_strs, *reg_prefix = ".regdom_", *reg_src; in mm81x_fw_load_bcf() local 238 sh_strs = (const char *)bcf->data + sh_strtab.sh_offset; in mm81x_fw_load_bcf() 244 if (strcmp(sh_strs + shdr.sh_name, ".board_config")) in mm81x_fw_load_bcf() 267 if (strncmp(sh_strs + shdr.sh_name, reg_prefix, reg_prefix_len)) in mm81x_fw_load_bcf() 269 if (strncmp(sh_strs + shdr.sh_name + reg_prefix_len, in mm81x_fw_load_bcf() 276 sh_strs + shdr.sh_name, bcf_address, in mm81x_fw_load_bcf()
|