/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 93 download() function 127 download "${ARCH}/libbpf-vmtest-rootfs-$rootfsversion.tar.zst" | 184 This likely indicates a bad rootfs image, Please download
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 66 download() function 277 download $B2C_URL $b2c
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-remote.sh | 166 echo Unable to download $T/binres.tgz to system $i, waiting and then retrying. $tries prior retries. | tee -a "$oldrun/remote-log" 174 echo Unable to download $T/binres.tgz to system $i, giving up. | tee -a "$oldrun/remote-log"
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | Makefile | 8 gb-firmware-y := fw-core.o fw-download.o fw-management.o authentication.o
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | Makefile | 8 gb-firmware-y := fw-core.o fw-download.o fw-management.o authentication.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/ 263 TOOLCHAIN_DIR := https://download.wireguard.com/qemu-test/toolchains/20211123/
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | cosa.c | 316 static int download(struct cosa_data *cosa, const char __user *data, int addr, int len); 1016 /* High-level function to download data into COSA memory. Calls download() */ in cosa_download() 1023 pr_info("%s: WARNING: download of microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n", in cosa_download() 1043 i = download(cosa, d.code, d.len, d.addr); in cosa_download() 1045 pr_notice("cosa%d: microcode download failed: %d\n", in cosa_download() 1098 pr_notice("%s: download the microcode and/or reset the card first (status %d)\n", in cosa_start() 1387 * by a single space. Monitor has to reply with a space. Now the download in download() 1388 * begins. After the download monitor replies with "\r\n." (CR LF dot). in download() 1390 static int download(struc in download() 1386 static int download(struct cosa_data *cosa, const char __user *microcode, int length, int address) download() function [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 25 MIRROR := https://download.wireguard.com/qemu-test/distfiles/
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 404 /* ProgMode for download command */ 598 int (*download)(local_info_t *local, member 873 /* Persistent volatile download data */
|
H A D | hostap_hw.c | 1593 printk(KERN_DEBUG "%s: persistent download of primary " in prism2_hw_reset() 1596 printk(KERN_WARNING "%s: download (PRI) failed\n", in prism2_hw_reset() 1601 printk(KERN_DEBUG "%s: persistent download of secondary " in prism2_hw_reset() 1604 printk(KERN_WARNING "%s: download (SEC) failed\n", in prism2_hw_reset() 3109 local->func->download = prism2_download; in prism2_init_local_data()
|
H A D | hostap_ioctl.c | 3055 ret = local->func->download(local, param); in prism2_ioctl_priv_download()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 406 /* ProgMode for download command */ 600 int (*download)(local_info_t *local, member 875 /* Persistent volatile download data */
|
H A D | hostap_hw.c | 1596 printk(KERN_DEBUG "%s: persistent download of primary " in prism2_hw_reset() 1599 printk(KERN_WARNING "%s: download (PRI) failed\n", in prism2_hw_reset() 1604 printk(KERN_DEBUG "%s: persistent download of secondary " in prism2_hw_reset() 1607 printk(KERN_WARNING "%s: download (SEC) failed\n", in prism2_hw_reset() 3113 local->func->download = prism2_download; in prism2_init_local_data()
|
H A D | hostap_ioctl.c | 3074 ret = local->func->download(local, param); in prism2_ioctl_priv_download()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btintel.c | 944 /* Start the firmware download transaction with the Init fragment in btintel_sfi_rsa_header_secure_send() 980 /* Start the firmware download transaction with the Init fragment in btintel_sfi_ecdsa_header_secure_send() 1111 /* Skip download if firmware has the same version */ in btintel_download_firmware() 1150 /* Skip download if firmware has the same version */ in btintel_download_fw_tlv() 1269 bt_dev_err(hdev, "FW download error recovery failed (%ld)", in btintel_reset_to_bootloader() 1273 bt_dev_info(hdev, "Intel reset sent to retry FW download"); in btintel_reset_to_bootloader() 1729 * Only while this mode is enabled, the driver can download the in btintel_legacy_rom_setup() 1834 bt_dev_info(hdev, "Waiting for firmware download to complete"); in btintel_download_wait() 1992 /* Proceed to download to check if the version matches */ in btintel_download_fw() 1993 goto download; in btintel_download_fw() [all...] |