Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/hungtask/
Dhungtask_base.c43 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/input/misc/
Duinput.c51 } 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-5.10/Documentation/driver-api/pm/
Dnotifiers.rst19 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
/kernel/linux/linux-5.10/drivers/xen/
Dxen-acpi-processor.c399 goto upload; in check_acpi_ids()
427 upload: in check_acpi_ids()
/kernel/linux/linux-5.10/Documentation/powerpc/
Dqe_firmware.rst51 2) describes how and where to upload the microcode
177 function, which parses the blob and performs everything necessary to upload
213 only upload the microcode if there's a match. However, this check is not
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-chromeos-driver-cros-ec-lightbar49 This allows you to upload and run custom lightbar sequences.
/kernel/linux/linux-5.10/Documentation/input/
Dff.rst119 "effect" points to a structure describing the effect to upload. The effect is
227 Proceed as if you wanted to upload a new effect, except that instead of
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Ducc.txt21 broken UART hardware. Soft-UART is provided via a microcode upload.
/kernel/linux/linux-5.10/drivers/input/
Dff-core.c153 ret = ff->upload(dev, effect, old); in input_ff_upload()
Dff-memless.c538 ff->upload = ml_ff_upload; in input_ff_create_memless()
/kernel/linux/linux-5.10/Documentation/arm/sa1100/
Dassabet.rst93 If you rather want to use Y-Modem upload over the serial port::
110 Again, Y-Modem upload can be used instead of TFTP by replacing the file name
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst68 In order to help device drivers upload firmware using a fallback mechanism
84 and a file upload firmware into:
89 To upload firmware you will echo 1 onto the loading file to indicate
/kernel/linux/linux-5.10/include/linux/
Dinput.h535 int (*upload)(struct input_dev *dev, struct ff_effect *effect, member
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
Diforce-main.c380 ff->upload = iforce_upload_effect; in iforce_init_device()
/kernel/linux/linux-5.10/Documentation/input/devices/
Dyealink.rst104 ringtone Write, upload binary representation of a ringtone,
/kernel/linux/linux-5.10/Documentation/networking/
Dregulatory.rst18 in userspace and provide a framework for userspace to upload
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Duvcvideo.rst60 purposes, firmware upload, or accessing binary controls, a second mechanism to
/kernel/linux/linux-5.10/Documentation/admin-guide/wimax/
Di2400m.rst119 plugged in). The driver will enumerate the device, upload the firmware
/kernel/linux/linux-5.10/drivers/hid/usbhid/
Dhid-pidff.c1307 ff->upload = pidff_upload_effect; in hid_pidff_init()
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/
Dnotes.rst700 * ``alsa-info.sh`` output; run with ``--no-upload`` option. See the
738 run with ``--no-upload`` option, and attach the generated file.
/kernel/linux/linux-5.10/Documentation/usb/
Dusb-serial.rst116 kbytes/sec for download/upload to my iPAQ.
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dcx2341x-devel.rst157 The cx2341x firmware upload
160 This document describes how to upload the cx2341x firmware to the card.
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx.reg1017 * incrementing of the address during download and upload operations
/kernel/linux/linux-5.10/drivers/hid/
Dhid-logitech-hidpp.c2345 ff->upload = hidpp_ff_upload_effect; in hidpp_ff_init()
/kernel/linux/linux-5.10/crypto/
DKconfig1062 https://tc26.ru/upload/iblock/fed/feddbb4d26b685903faa2ba11aea43f6.pdf

12