Lines Matching refs:end
78 * @given_char: the given char at the end of the u32 in the string
113 char *end, *start;
115 end = strnstr(fw_str, "-rc-", VERSION_MAX_LEN);
116 if (end == fw_str)
119 if (!end)
120 end = strnstr(fw_str, "-fw-", VERSION_MAX_LEN);
122 if (end == fw_str)
125 if (!end)
128 for (start = end - 1; start != fw_str; start--) {
136 /* start/end point each to the starting and ending hyphen of the sw version e.g. -1.9.0- */
2007 "dynamic FW load: memory transfer end address out of memory region bounds. addr: %llx\n",
2116 * type- testing only the end address is enough