Searched refs:fw_file (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dswap.c125 const struct ath10k_fw_file *fw_file)
130 if (!fw_file->firmware_swap_code_seg_info)
135 seg_info = fw_file->firmware_swap_code_seg_info;
150 struct ath10k_fw_file *fw_file)
152 ath10k_swap_code_seg_free(ar, fw_file->firmware_swap_code_seg_info);
157 fw_file->codeswap_data = NULL;
158 fw_file->codeswap_len = 0;
160 fw_file->firmware_swap_code_seg_info = NULL;
163 int ath10k_swap_code_seg_init(struct ath10k *ar, struct ath10k_fw_file *fw_file) argument
170 codeswap_data = fw_file
124 ath10k_swap_code_seg_configure(struct ath10k *ar, const struct ath10k_fw_file *fw_file) argument
149 ath10k_swap_code_seg_release(struct ath10k *ar, struct ath10k_fw_file *fw_file) argument
[all...]
H A Dswap.h53 const struct ath10k_fw_file *fw_file);
55 struct ath10k_fw_file *fw_file);
57 struct ath10k_fw_file *fw_file);
H A Dtestmode.c130 ar->normal_mode_fw.fw_file.wmi_op_version);
140 struct ath10k_fw_file *fw_file)
149 ret = firmware_request_nowarn(&fw_file->firmware, filename, ar->dev);
165 fw_file->wmi_op_version = ATH10K_FW_WMI_OP_VERSION_10_1;
166 fw_file->htt_op_version = ATH10K_FW_HTT_OP_VERSION_10_1;
167 fw_file->firmware_data = fw_file->firmware->data;
168 fw_file->firmware_len = fw_file->firmware->size;
194 &ar->testmode.utf_mode_fw.fw_file);
139 ath10k_tm_fetch_utf_firmware_api_1(struct ath10k *ar, struct ath10k_fw_file *fw_file) argument
[all...]
H A Dcore.c798 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) {
1012 if (!ar->normal_mode_fw.fw_file.otp_data ||
1013 !ar->normal_mode_fw.fw_file.otp_len) {
1028 address, ar->normal_mode_fw.fw_file.otp_len);
1031 ar->normal_mode_fw.fw_file.otp_data,
1032 ar->normal_mode_fw.fw_file.otp_len);
1177 data = ar->running_fw->fw_file.firmware_data;
1178 data_len = ar->running_fw->fw_file.firmware_len;
1180 ret = ath10k_swap_code_seg_configure(ar, &ar->running_fw->fw_file);
1236 if (!IS_ERR(ar->normal_mode_fw.fw_file
2004 ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name, struct ath10k_fw_file *fw_file) argument
2605 struct ath10k_fw_file *fw_file = &ar->normal_mode_fw.fw_file; local
2833 struct ath10k_fw_file *fw_file = &ar->normal_mode_fw.fw_file; local
[all...]
H A Dwow.c507 ar->running_fw->fw_file.fw_features))) {
559 ar->running_fw->fw_file.fw_features)) {
573 ar->running_fw->fw_file.fw_features))) {
618 ar->running_fw->fw_file.fw_features))
H A Ddebug.c62 firmware = ar->normal_mode_fw.fw_file.firmware;
102 ar->normal_mode_fw.fw_file.wmi_op_version,
103 ar->normal_mode_fw.fw_file.htt_op_version,
1731 ar->normal_mode_fw.fw_file.fw_features)) {
1749 ar->normal_mode_fw.fw_file.fw_features))
1994 ar->running_fw->fw_file.fw_features)) {
2174 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data,
2175 ar->normal_mode_fw.fw_file.firmware->size));
2178 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data,
2179 ar->normal_mode_fw.fw_file
[all...]
H A Dhtt_tx.c377 ar->running_fw->fw_file.fw_features))
393 ar->running_fw->fw_file.fw_features))
706 ar->running_fw->fw_file.fw_features))
768 ar->running_fw->fw_file.fw_features))
H A Dhtt.c344 switch (ar->running_fw->fw_file.htt_op_version) {
H A Dcore.h981 struct ath10k_fw_file fw_file; member in struct:ath10k_fw_components
1335 struct ath10k_fw_file *fw_file);
H A Dmac.c1245 ar->running_fw->fw_file.fw_features) &&
1937 ar->running_fw->fw_file.fw_features)) {
2228 ar->running_fw->fw_file.fw_features)) {
3745 ar->running_fw->fw_file.fw_features))
3946 ar->running_fw->fw_file.htt_op_version == ATH10K_FW_HTT_OP_VERSION_TLV);
3976 ar->running_fw->fw_file.fw_features) ||
4223 ar->running_fw->fw_file.fw_features)) {
5280 ar->running_fw->fw_file.fw_features)) {
5316 ar->running_fw->fw_file.fw_features) &&
8430 ar->normal_mode_fw.fw_file
[all...]
H A Dwmi.c2296 ar->running_fw->fw_file.fw_features)) {
2811 ar->running_fw->fw_file.fw_features))
5585 ar->running_fw->fw_file.fw_features))
9438 switch (ar->running_fw->fw_file.wmi_op_version) {
9491 ar->running_fw->fw_file.wmi_op_version);
9505 ar->running_fw->fw_file.fw_features)) {
9548 ar->running_fw->fw_file.fw_features)) {
H A Dhtt_rx.c1412 ar->running_fw->fw_file.fw_features))
H A Dwmi-tlv.c1025 ar->running_fw->fw_file.fw_features))
/linux-master/drivers/input/touchscreen/
H A Diqs5xx.c9 * nonvolatile memory by writing the filename to the 'fw_file' sysfs control.
703 const char *fw_file, u8 *pmap)
724 error = request_firmware(&fw, fw_file, &client->dev);
727 fw_file, error);
832 static int iqs5xx_fw_file_write(struct i2c_client *client, const char *fw_file) argument
842 error = iqs5xx_fw_file_parse(client, fw_file, pmap);
902 char fw_file[IQS5XX_FW_FILE_LEN + 1]; local
914 memcpy(fw_file, buf, len);
915 fw_file[len] = '\0';
917 error = iqs5xx_fw_file_write(client, fw_file);
702 iqs5xx_fw_file_parse(struct i2c_client *client, const char *fw_file, u8 *pmap) argument
[all...]
H A Draydium_i2c_ts.c819 char *fw_file; local
822 fw_file = kasprintf(GFP_KERNEL, "raydium_%#04x.fw",
824 if (!fw_file)
827 dev_dbg(&client->dev, "firmware name: %s\n", fw_file);
829 error = request_firmware(&fw, fw_file, &client->dev);
831 dev_err(&client->dev, "Unable to open firmware %s\n", fw_file);
862 kfree(fw_file);
/linux-master/drivers/media/dvb-frontends/
H A Dsi2165.c369 u8 *fw_file; local
379 fw_file = SI2165_FIRMWARE_REV_D;
388 ret = request_firmware(&fw, fw_file, &state->client->dev);
391 fw_file);
399 fw_file, len);
H A Dtda10071.c759 u8 *fw_file = TDA10071_FIRMWARE; local
840 ret = request_firmware(&fw, fw_file, &client->dev);
844 fw_file, ret);
877 fw_file);
/linux-master/drivers/comedi/drivers/
H A Dni_pcidio.c845 static const char *const fw_file[3] = { local
859 fw_file[n],
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4939 int be_load_fw(struct be_adapter *adapter, u8 *fw_file) argument
4950 status = request_firmware(&fw, fw_file, &adapter->pdev->dev);
4954 dev_info(&adapter->pdev->dev, "Flashing firmware file %s\n", fw_file);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c2787 const char *fw_file, enum mt7996_ram_type ram_type)
2793 ret = request_firmware(&fw, fw_file, dev->mt76.dev);
2786 __mt7996_load_ram(struct mt7996_dev *dev, const char *fw_type, const char *fw_file, enum mt7996_ram_type ram_type) argument

Completed in 508 milliseconds