| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| D | debug_private.h | 55 …/* We could move the remote head after the upload, but we would have to limit the upload w.r.t. th… in debug_synch_queue() 79 …/* We could move the remote head after the upload, but we would have to limit the upload w.r.t. th… in debug_synch_queue_isp() 105 …/* We could move the remote head after the upload, but we would have to limit the upload w.r.t. th… in debug_synch_queue_ddr()
|
| /kernel/linux/linux-5.10/drivers/staging/hungtask/ |
| D | hungtask_base.c | 43 static struct task_hung_upload upload; variable 392 upload.pid = task->pid; in do_show_task() 393 upload.tgid = task->tgid; in do_show_task() 394 upload.duration = d_state_time; in do_show_task() 395 memset(upload.name, 0, sizeof(upload.name)); in do_show_task() 396 strncpy(upload.name, task->comm, sizeof(upload.name)); in do_show_task() 397 upload.flag = flag; in do_show_task() 399 upload.flag = (upload.flag | FLAG_PF_FROZEN); in do_show_task() 535 strncpy(report_name, upload.name, TASK_COMM_LEN); in htbase_report_zrhung() 536 report_pid = upload.pid; in htbase_report_zrhung() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/as102/ |
| D | as102_fw.c | 163 /* select fw file to upload */ in as102_fw_upload() 172 /* allocate buffer to store firmware upload command and data */ in as102_fw_upload() 187 /* initiate firmware upload */ in as102_fw_upload() 190 pr_err("%s: error during firmware upload part1\n", in as102_fw_upload() 211 /* initiate firmware upload */ in as102_fw_upload() 214 pr_err("%s: error during firmware upload part2\n", in as102_fw_upload()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
| D | if_spi.h | 94 /* Host Interrupt Control bit : Rx auto upload */ 98 /* Host Interrupt Control bit : Command auto upload */ 104 /* Card Interrupt Case bit : Rx upload over */ 110 /* Card Interrupt Case bit : Command upload over */ 139 /* Host Interrupt Status bit : Rx upload ready */ 145 /* Host Interrupt Status bit : Command upload ready */ 163 /* Host Interrupt Status Mask bit : Rx upload ready */ 169 /* Host Interrupt Status Mask bit : Command upload ready */
|
| /kernel/linux/linux-4.19/drivers/net/wireless/marvell/libertas/ |
| D | if_spi.h | 98 /* Host Interrupt Control bit : Rx auto upload */ 102 /* Host Interrupt Control bit : Command auto upload */ 108 /* Card Interrupt Case bit : Rx upload over */ 114 /* Card Interrupt Case bit : Command upload over */ 143 /* Host Interrupt Status bit : Rx upload ready */ 149 /* Host Interrupt Status bit : Command upload ready */ 167 /* Host Interrupt Status Mask bit : Rx upload ready */ 173 /* Host Interrupt Status Mask bit : Command upload ready */
|
| /kernel/linux/linux-4.19/drivers/media/usb/as102/ |
| D | as102_fw.c | 172 /* select fw file to upload */ in as102_fw_upload() 181 /* allocate buffer to store firmware upload command and data */ in as102_fw_upload() 196 /* initiate firmware upload */ in as102_fw_upload() 199 pr_err("%s: error during firmware upload part1\n", in as102_fw_upload() 220 /* initiate firmware upload */ in as102_fw_upload() 223 pr_err("%s: error during firmware upload part2\n", in as102_fw_upload()
|
| /kernel/linux/linux-4.19/drivers/uwb/i1480/dfu/ |
| D | mac.c | 3 * MAC Firmware upload implementation 25 * code to upload pre and mac firmwares is the same, so it uses a 264 /** Puts the device in firmware upload mode.*/ 283 dev_err(i1480->dev, "can't enable fw upload mode: %d\n", result); in mac_fw_upload_enable() 288 /** Gets the device out of firmware upload mode. */ 307 dev_err(i1480->dev, "can't disable fw upload mode: %d\n", result); in mac_fw_upload_disable() 317 * @fw_name: Name of firmware file to upload. 350 dev_err(i1480->dev, "%s fw '%s': failed to upload (%d), " in __mac_fw_upload() 361 * Upload a pre-PHY firmware 443 * Upload MAC firmware, wait for it to start [all …]
|
| /kernel/linux/linux-5.10/sound/usb/6fire/ |
| D | firmware.c | 218 /* upload firmware image */ in usb6fire_fw_ezusb_upload() 225 "unable to upload ezusb firmware %s: begin message.\n", in usb6fire_fw_ezusb_upload() 237 "unable to upload ezusb firmware %s: data urb.\n", in usb6fire_fw_ezusb_upload() 250 "unable to upload ezusb firmware %s: post urb.\n", in usb6fire_fw_ezusb_upload() 260 "unable to upload ezusb firmware %s: end message.\n", in usb6fire_fw_ezusb_upload() 297 "unable to upload fpga firmware: begin urb.\n"); in usb6fire_fw_fpga_upload() 310 "unable to upload fpga firmware: fw urb.\n"); in usb6fire_fw_fpga_upload() 320 "unable to upload fpga firmware: end urb.\n"); in usb6fire_fw_fpga_upload()
|
| /kernel/linux/linux-4.19/sound/usb/6fire/ |
| D | firmware.c | 234 /* upload firmware image */ in usb6fire_fw_ezusb_upload() 241 "unable to upload ezusb firmware %s: begin message.\n", in usb6fire_fw_ezusb_upload() 253 "unable to upload ezusb firmware %s: data urb.\n", in usb6fire_fw_ezusb_upload() 266 "unable to upload ezusb firmware %s: post urb.\n", in usb6fire_fw_ezusb_upload() 276 "unable to upload ezusb firmware %s: end message.\n", in usb6fire_fw_ezusb_upload() 313 "unable to upload fpga firmware: begin urb.\n"); in usb6fire_fw_fpga_upload() 326 "unable to upload fpga firmware: fw urb.\n"); in usb6fire_fw_fpga_upload() 336 "unable to upload fpga firmware: end urb.\n"); in usb6fire_fw_fpga_upload()
|
| /kernel/linux/linux-4.19/drivers/firmware/efi/ |
| D | capsule-loader.c | 107 * upload done 161 * - Users should close and re-open this file note in order to upload more 227 pr_err("capsule upload size exceeded header defined size\n"); in efi_capsule_write() 252 * will be treated as upload termination and will free those completed 261 pr_err("capsule upload not complete\n"); in efi_capsule_flush() 296 * upload their capsule binary.
|
| /kernel/linux/linux-4.19/drivers/net/wireless/broadcom/b43/ |
| D | radio_2055.c | 40 #define UPLOAD .flags = B2055_INITTAB_ENTRY_OK | B2055_INITTAB_UPLOAD macro 49 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 50 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 51 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 52 [B2055_C2_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 55 [B2055_C1_SP_TXGC1] = { .ghz5 = 0x004F, .ghz2 = 0x004F, UPLOAD, }, 56 [B2055_C1_SP_TXGC2] = { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, }, 57 [B2055_C2_SP_TXGC1] = { .ghz5 = 0x004F, .ghz2 = 0x004F, UPLOAD, }, 58 [B2055_C2_SP_TXGC2] = { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, }, 90 [B2055_XOREGUL] = { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, }, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| D | radio_2055.c | 27 #define UPLOAD .flags = B2055_INITTAB_ENTRY_OK | B2055_INITTAB_UPLOAD macro 36 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 37 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 38 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 39 [B2055_C2_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 42 [B2055_C1_SP_TXGC1] = { .ghz5 = 0x004F, .ghz2 = 0x004F, UPLOAD, }, 43 [B2055_C1_SP_TXGC2] = { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, }, 44 [B2055_C2_SP_TXGC1] = { .ghz5 = 0x004F, .ghz2 = 0x004F, UPLOAD, }, 45 [B2055_C2_SP_TXGC2] = { .ghz5 = 0x0005, .ghz2 = 0x0005, UPLOAD, }, 77 [B2055_XOREGUL] = { .ghz5 = 0x0004, .ghz2 = 0x0004, UPLOAD, }, [all …]
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | gateway_common.c | 105 * download and upload bandwidth information 109 * @up: pointer holding the returned upload bandwidth information 128 /* we also got some upload info */ in batadv_parse_gw_bandwidth() 131 "upload gateway speed", up); in batadv_parse_gw_bandwidth() 169 * batadv_gw_bandwidth_set() - Parse and set download/upload gateway bandwidth
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | gateway_common.c | 95 * download and upload bandwidth information 99 * @up: pointer holding the returned upload bandwidth information 118 /* we also got some upload info */ in batadv_parse_gw_bandwidth() 121 "upload gateway speed", up); in batadv_parse_gw_bandwidth() 159 * batadv_gw_bandwidth_set() - Parse and set download/upload gateway bandwidth
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/ |
| D | capsule-loader.c | 106 * upload done 160 * - Users should close and re-open this file note in order to upload more 226 pr_err("capsule upload size exceeded header defined size\n"); in efi_capsule_write() 260 pr_err("capsule upload not complete\n"); in efi_capsule_release() 279 * upload their capsule binary.
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| D | pci_mcu.c | 67 /* upload ILM. */ in mt76x0e_load_firmware() 78 /* upload IVB. */ in mt76x0e_load_firmware() 85 /* upload DLM. */ in mt76x0e_load_firmware()
|
| /kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/ |
| D | README.md | 9 - [Nuclei DDR200T开发板详细介绍](https://www.nucleisys.com/upload/files/fpga/doc/Nuclei_FPGA_DebugKit_Intr… 10 - [Nuclei DDR200T开发板原理图](https://www.nucleisys.com/upload/files/fpga/doc/Nuclei_DDR200T.pdf) 172 make upload
|
| /kernel/linux/linux-5.10/drivers/input/ |
| D | ff-core.c | 87 * input_ff_upload() - upload effect into force-feedback device 105 dev_dbg(&dev->dev, "invalid or not supported effect type in upload\n"); in input_ff_upload() 113 dev_dbg(&dev->dev, "invalid or not supported wave form in upload\n"); in input_ff_upload() 153 ret = ff->upload(dev, effect, old); in input_ff_upload() 302 * Once ff device is created you need to setup its upload, erase,
|
| /kernel/linux/linux-4.19/drivers/input/ |
| D | ff-core.c | 99 * input_ff_upload() - upload effect into force-feedback device 117 dev_dbg(&dev->dev, "invalid or not supported effect type in upload\n"); in input_ff_upload() 125 dev_dbg(&dev->dev, "invalid or not supported wave form in upload\n"); in input_ff_upload() 165 ret = ff->upload(dev, effect, old); in input_ff_upload() 314 * Once ff device is created you need to setup its upload, erase,
|
| /kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
| D | sja1105_spi.c | 266 * ensuring that the static config upload procedure was successful. 302 * for upload requires the recalculation of table CRCs and updating the 358 dev_err(dev, "Invalid config, cannot upload\n"); in sja1105_static_config_upload() 386 /* Upload the static config to the device */ in sja1105_static_config_upload() 390 dev_err(dev, "Failed to upload config, retrying...\n"); in sja1105_static_config_upload() 393 /* Check that SJA1105 responded well to the config upload */ in sja1105_static_config_upload() 425 dev_err(dev, "Failed to upload config to device, giving up\n"); in sja1105_static_config_upload()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| D | gm200.c | 125 /* Upload DEVINIT application from VBIOS onto PMU. */ in gm200_devinit_post() 132 /* Upload tables required by opcodes in boot scripts. */ in gm200_devinit_post() 140 /* Upload boot scripts. */ in gm200_devinit_post()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| D | gm200.c | 134 /* Upload DEVINIT application from VBIOS onto PMU. */ in gm200_devinit_post() 141 /* Upload tables required by opcodes in boot scripts. */ in gm200_devinit_post() 149 /* Upload boot scripts. */ in gm200_devinit_post()
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | uinput.c | 51 } upload; member 253 request.u.upload.effect = effect; in uinput_dev_upload_effect() 254 request.u.upload.old = old; in uinput_dev_upload_effect() 347 dev->ff->upload = uinput_dev_upload_effect; in uinput_create_device() 946 !req->u.upload.effect) { in uinput_ioctl_handler() 952 ff_up.effect = *req->u.upload.effect; in uinput_ioctl_handler() 953 if (req->u.upload.old) in uinput_ioctl_handler() 954 ff_up.old = *req->u.upload.old; in uinput_ioctl_handler() 989 !req->u.upload.effect) { in uinput_ioctl_handler()
|
| /kernel/linux/linux-4.19/drivers/input/misc/ |
| D | uinput.c | 64 } upload; member 266 request.u.upload.effect = effect; in uinput_dev_upload_effect() 267 request.u.upload.old = old; in uinput_dev_upload_effect() 360 dev->ff->upload = uinput_dev_upload_effect; in uinput_create_device() 958 !req->u.upload.effect) { in uinput_ioctl_handler() 964 ff_up.effect = *req->u.upload.effect; in uinput_ioctl_handler() 965 if (req->u.upload.old) in uinput_ioctl_handler() 966 ff_up.old = *req->u.upload.old; in uinput_ioctl_handler() 1001 !req->u.upload.effect) { in uinput_ioctl_handler()
|
| /kernel/linux/linux-5.10/Documentation/driver-api/pm/ |
| D | notifiers.rst | 19 For example, device drivers may want to upload firmware to their devices after 23 into memory before processes are frozen and upload it from there in the
|