Home
last modified time | relevance | path

Searched full:uploaded (Results 1 – 25 of 112) sorted by relevance

12345

/linux-6.14.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dfirmware.txt1 * Uploaded QE firmware
3 If a new firmware has been uploaded to the QE (usually by the
5 node. This node provides information on the uploaded firmware that
10 member of the qe_firmware structure of the uploaded firmware.
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac.c268 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_add()
280 mvmvif->uploaded = true; in iwl_mvm_mld_mac_ctxt_add()
293 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_changed()
313 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_remove()
321 mvmvif->uploaded = false; in iwl_mvm_mld_mac_ctxt_remove()
Dmac-ctxt.c1396 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n", in iwl_mvm_mac_ctxt_add()
1408 mvmvif->uploaded = true; in iwl_mvm_mac_ctxt_add()
1417 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n", in iwl_mvm_mac_ctxt_changed()
1431 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n", in iwl_mvm_mac_ctxt_remove()
1445 mvmvif->uploaded = false; in iwl_mvm_mac_ctxt_remove()
/linux-6.14.4/Documentation/devicetree/bindings/net/bluetooth/
Dbrcm,bcm4377-bluetooth.yaml43 data, if necessary, and will be uploaded to the device.
51 data, if necessary, and will be uploaded to the device.
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_uc_fw.h176 * xe_uc_fw_get_upload_size() - Get size of firmware needed to be uploaded.
179 * Get the size of the firmware and header that will be uploaded to WOPCM.
/linux-6.14.4/drivers/hid/usbhid/
Dhid-pidff.h22 /* Force all periodic effects to be uploaded as SINE */
/linux-6.14.4/drivers/net/wireless/broadcom/b43/
Dradio_2059.h26 /* Values for various registers uploaded on channel switching */
/linux-6.14.4/drivers/net/wireless/silabs/wfx/
Ddata_tx.h25 bool uploaded; member
Ddata_tx.c124 entry->uploaded = false; in wfx_tx_policy_get()
160 if (!policies[i].uploaded && is_used) in wfx_tx_policy_upload()
164 policies[i].uploaded = true; in wfx_tx_policy_upload()
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dlocation.h1152 * the range report will be uploaded as a batch when ready or
1463 * @rssi: RSSI as uploaded in the Channel Estimation notification
1472 * uploaded by the LMAC
1512 * @rssi: RSSI as uploaded in the Channel Estimation notification
1519 * uploaded by the LMAC
1565 * @rssi: RSSI as uploaded in the Channel Estimation notification
1572 * uploaded by the LMAC
1622 * @rssi: RSSI as uploaded in the Channel Estimation notification
1629 * uploaded by the LMAC
1697 * @last_in_batch: reprot policy (when not all responses are uploaded at once)
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h283 * intel_uc_fw_get_upload_size() - Get size of firmware needed to be uploaded.
286 * Get the size of the firmware and header that will be uploaded to WOPCM.
/linux-6.14.4/drivers/net/wireless/ti/wlcore/
Dboot.c245 wl1271_debug(DEBUG_BOOT, "firmware chunks to be uploaded: %u", chunks); in wlcore_boot_upload_firmware()
314 /* only the first part of the NVS needs to be uploaded */ in wlcore_boot_upload_nvs()
333 /* only the first part of the NVS needs to be uploaded */ in wlcore_boot_upload_nvs()
/linux-6.14.4/drivers/input/
Dff-core.c88 * @effect: effect to be uploaded
200 * The effect will only be erased if it was uploaded through the same
/linux-6.14.4/Documentation/networking/device_drivers/atm/
Dfore200e.rst33 uploaded to the ATM adapters at system boot time or at module loading time.
/linux-6.14.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00firmware.c105 * When the firmware is uploaded to the hardware the LED in rt2x00lib_load_firmware()
/linux-6.14.4/drivers/soc/fsl/qe/
Dqe.c394 * Set to 1 if QE firmware has been uploaded, and therefore
565 * uploaded a firmware already.
575 * If we haven't checked yet, and a driver hasn't uploaded a firmware in qe_get_firmware_info()
/linux-6.14.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dfsl,qe.yaml61 that contains the firmware that should be uploaded for this QE.
/linux-6.14.4/drivers/net/wireless/st/cw1200/
Dtxrx.h29 u8 uploaded; member
/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/
Dbrcm,bcm4329-fmac.yaml104 data, if necessary, and will be uploaded to the device if present.
/linux-6.14.4/fs/netfs/
Dread_single.c25 * that the object will only be written to the cache and not uploaded (e.g. AFS
/linux-6.14.4/drivers/xen/
Dxen-acpi-processor.c116 pr_debug("ACPI CPU%u - C-states uploaded.\n", _pr->acpi_id); in push_cxx_to_hypervisor()
248 pr_debug("ACPI CPU%u - P-states uploaded.\n", _pr->acpi_id); in push_pxx_to_hypervisor()
/linux-6.14.4/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss.h192 u64 byte_count; /* number of bytes "uploaded" to the device */
/linux-6.14.4/net/mac80211/
Dsta_info.h625 * @uploaded: set to true when sta is uploaded to the driver
686 bool uploaded; member
/linux-6.14.4/Documentation/power/
Duserland-swsusp.rst56 uploaded snapshot image; before calling it you should transfer
/linux-6.14.4/drivers/firmware/efi/
Dcapsule-loader.c138 pr_info("Successfully uploaded capsule file with reboot type '%s'\n", in efi_capsule_submit_update()

12345