Home
last modified time | relevance | path

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

1234

/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A 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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac.c285 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_add()
297 mvmvif->uploaded = true; in iwl_mvm_mld_mac_ctxt_add()
307 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_changed()
324 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_remove()
332 mvmvif->uploaded = false; in iwl_mvm_mld_mac_ctxt_remove()
H A 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/drivers/gpu/drm/xe/
H A 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/drivers/net/wireless/broadcom/b43/
H A Dradio_2059.h26 /* Values for various registers uploaded on channel switching */
/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.h25 bool uploaded; member
H A 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/drivers/gpu/drm/i915/gt/uc/
H A 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/drivers/net/wireless/ti/wlcore/
H A 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/Documentation/networking/device_drivers/atm/
H A Dfore200e.rst33 uploaded to the ATM adapters at system boot time or at module loading time.
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00firmware.c105 * When the firmware is uploaded to the hardware the LED in rt2x00lib_load_firmware()
/linux/drivers/soc/fsl/qe/
H A 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/drivers/net/wireless/st/cw1200/
H A Dtxrx.h29 u8 uploaded; member
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,qe.yaml61 that contains the firmware that should be uploaded for this QE.
/linux/fs/netfs/
H A Dread_single.c25 * that the object will only be written to the cache and not uploaded (e.g. AFS
/linux/drivers/xen/
H A 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/net/mac80211/
H A Dsta_info.h669 * @uploaded: set to true when sta is uploaded to the driver
730 bool uploaded; member
H A Dsta_info.c832 * get uploaded set to true after sta_add is called. in sta_info_insert_drv_state()
835 sta->uploaded = true; in sta_info_insert_drv_state()
1329 if (sta->uploaded) in __sta_info_destroy_part1()
1536 if (sta->uploaded) { in __sta_info_destroy_part2()
1737 if (!sta->uploaded) in ieee80211_find_sta_by_ifaddr()
1758 if (!sta->uploaded) in ieee80211_find_sta()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h192 u64 byte_count; /* number of bytes "uploaded" to the device */
/linux/Documentation/power/
H A Duserland-swsusp.rst56 uploaded snapshot image; before calling it you should transfer
/linux/drivers/firmware/efi/
H A Dcapsule-loader.c138 pr_info("Successfully uploaded capsule file with reboot type '%s'\n", in efi_capsule_submit_update()
/linux/Documentation/input/
H A Dff.rst120 uploaded, but not played.
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.h324 /* Cause encoder firmware to be uploaded into the device. This is normally
/linux/Documentation/rust/
H A Dquick-start.rst218 There are also some binaries for several systems and architectures uploaded at:
/linux/drivers/tty/serial/
H A Ducc_uart.c770 * firmware has been uploaded first. in qe_uart_startup()
773 dev_err(port->dev, "Soft-UART firmware not uploaded\n"); in qe_uart_startup()
1184 /* Check if the firmware has been uploaded. */ in soft_uart_init()

1234