Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/input/misc/
Duinput.c63 } upload; member
261 request.u.upload.effect = effect; in uinput_dev_upload_effect()
262 request.u.upload.old = old; in uinput_dev_upload_effect()
355 dev->ff->upload = uinput_dev_upload_effect; in uinput_create_device()
953 !req->u.upload.effect) { in uinput_ioctl_handler()
959 ff_up.effect = *req->u.upload.effect; in uinput_ioctl_handler()
960 if (req->u.upload.old) in uinput_ioctl_handler()
961 ff_up.old = *req->u.upload.old; in uinput_ioctl_handler()
996 !req->u.upload.effect) { in uinput_ioctl_handler()
/Linux-v4.19/Documentation/driver-api/pm/
Dnotifiers.rst15 For example, device drivers may want to upload firmware to their devices after
19 into memory before processes are frozen and upload it from there in the
/Linux-v4.19/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst67 In order to help device drivers upload firmware using a fallback mechanism
83 and a file upload firmware into:
88 To upload firmware you will echo 1 onto the loading file to indicate
/Linux-v4.19/drivers/xen/
Dxen-acpi-processor.c408 goto upload; in check_acpi_ids()
436 upload: in check_acpi_ids()
/Linux-v4.19/Documentation/powerpc/
Dqe_firmware.txt51 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
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Ducc.txt21 broken UART hardware. Soft-UART is provided via a microcode upload.
/Linux-v4.19/drivers/input/
Dff-core.c165 ret = ff->upload(dev, effect, old); in input_ff_upload()
Dff-memless.c541 ff->upload = ml_ff_upload; in input_ff_create_memless()
/Linux-v4.19/include/linux/
Dinput.h511 int (*upload)(struct input_dev *dev, struct ff_effect *effect, member
/Linux-v4.19/Documentation/arm/SA1100/
DAssabet92 If you rather want to use Y-Modem upload over the serial port:
109 Again, Y-Modem upload can be used instead of TFTP by replacing the file name
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-main.c427 ff->upload = iforce_upload_effect; in iforce_init_device()
/Linux-v4.19/Documentation/input/devices/
Dyealink.rst104 ringtone Write, upload binary representation of a ringtone,
/Linux-v4.19/Documentation/networking/
Dregulatory.txt15 in userspace and provide a framework for userspace to upload
/Linux-v4.19/Documentation/media/v4l-drivers/
Duvcvideo.rst58 purposes, firmware upload, or accessing binary controls, a second mechanism to
Dcx2341x.rst155 The cx2341x firmware upload
158 This document describes how to upload the cx2341x firmware to the card.
/Linux-v4.19/Documentation/wimax/
DREADME.i2400m108 plugged in). The driver will enumerate the device, upload the firmware
/Linux-v4.19/drivers/hid/usbhid/
Dhid-pidff.c1318 ff->upload = pidff_upload_effect; in hid_pidff_init()
/Linux-v4.19/Documentation/sound/hd-audio/
Dnotes.rst695 * ``alsa-info.sh`` output; run with ``--no-upload`` option. See the
733 run with ``--no-upload`` option, and attach the generated file.
/Linux-v4.19/Documentation/usb/
Dusb-serial.txt105 kbytes/sec for download/upload to my iPAQ.
/Linux-v4.19/Documentation/gpu/
Dtodo.rst91 Better manual-upload support for atomic
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.reg1017 * incrementing of the address during download and upload operations
Daic7xxx.seq1605 * In either of these conditions, we upload the SCB back to the host so it can
Daic79xx.seq1173 * other than STATUS_GOOD (0). In either of these conditions, we upload the
/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c1921 ff->upload = hidpp_ff_upload_effect; in hidpp_ff_init()

12