Searched refs:utf (Results 1 – 9 of 9) sorted by relevance
162 if (WARN_ON(ar->testmode.utf != NULL)) { in ath10k_tm_cmd_utf_start()172 ret = request_firmware(&ar->testmode.utf, filename, ar->dev); in ath10k_tm_cmd_utf_start()230 release_firmware(ar->testmode.utf); in ath10k_tm_cmd_utf_start()231 ar->testmode.utf = NULL; in ath10k_tm_cmd_utf_start()257 release_firmware(ar->testmode.utf); in __ath10k_tm_cmd_utf_stop()258 ar->testmode.utf = NULL; in __ath10k_tm_cmd_utf_stop()
673 const struct firmware *utf; member
414 data = ar->testmode.utf->data; in ath10k_download_fw()415 data_len = ar->testmode.utf->size; in ath10k_download_fw()
182 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) in udf_UTF8toCS0() argument196 for (i = 0U; i < utf->u_len; i++) { in udf_UTF8toCS0()201 c = (uint8_t)utf->u_name[i]; in udf_UTF8toCS0()
147 然而,把"send_charset"设置为"us-ascii::utf-8"也是一个不错的主意。
119 CONFIG_NLS_DEFAULT="utf-8"
79 .utf = AR6003_HW_2_1_1_UTF_FIRMWARE_FILE,160 .utf = AR6004_HW_1_3_UTF_FIRMWARE_FILE,182 .utf = AR6004_HW_3_0_UTF_FIRMWARE_FILE,813 if (ar->hw.fw.utf == NULL) { in ath6kl_fetch_testmode_file()819 ar->hw.fw.dir, ar->hw.fw.utf); in ath6kl_fetch_testmode_file()
795 const char *utf; member
182 set send_charset="us-ascii:utf-8"