/Linux-v4.19/drivers/input/misc/ |
D | uinput.c | 63 } 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/ |
D | notifiers.rst | 15 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/ |
D | fallback-mechanisms.rst | 67 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/ |
D | xen-acpi-processor.c | 408 goto upload; in check_acpi_ids() 436 upload: in check_acpi_ids()
|
/Linux-v4.19/Documentation/powerpc/ |
D | qe_firmware.txt | 51 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/ |
D | ff.rst | 119 "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/ |
D | ucc.txt | 21 broken UART hardware. Soft-UART is provided via a microcode upload.
|
/Linux-v4.19/drivers/input/ |
D | ff-core.c | 165 ret = ff->upload(dev, effect, old); in input_ff_upload()
|
D | ff-memless.c | 541 ff->upload = ml_ff_upload; in input_ff_create_memless()
|
/Linux-v4.19/include/linux/ |
D | input.h | 511 int (*upload)(struct input_dev *dev, struct ff_effect *effect, member
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | Assabet | 92 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/ |
D | iforce-main.c | 427 ff->upload = iforce_upload_effect; in iforce_init_device()
|
/Linux-v4.19/Documentation/input/devices/ |
D | yealink.rst | 104 ringtone Write, upload binary representation of a ringtone,
|
/Linux-v4.19/Documentation/networking/ |
D | regulatory.txt | 15 in userspace and provide a framework for userspace to upload
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | uvcvideo.rst | 58 purposes, firmware upload, or accessing binary controls, a second mechanism to
|
D | cx2341x.rst | 155 The cx2341x firmware upload 158 This document describes how to upload the cx2341x firmware to the card.
|
/Linux-v4.19/Documentation/wimax/ |
D | README.i2400m | 108 plugged in). The driver will enumerate the device, upload the firmware
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | hid-pidff.c | 1318 ff->upload = pidff_upload_effect; in hid_pidff_init()
|
/Linux-v4.19/Documentation/sound/hd-audio/ |
D | notes.rst | 695 * ``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/ |
D | usb-serial.txt | 105 kbytes/sec for download/upload to my iPAQ.
|
/Linux-v4.19/Documentation/gpu/ |
D | todo.rst | 91 Better manual-upload support for atomic
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1017 * incrementing of the address during download and upload operations
|
D | aic7xxx.seq | 1605 * In either of these conditions, we upload the SCB back to the host so it can
|
D | aic79xx.seq | 1173 * other than STATUS_GOOD (0). In either of these conditions, we upload the
|
/Linux-v4.19/drivers/hid/ |
D | hid-logitech-hidpp.c | 1921 ff->upload = hidpp_ff_upload_effect; in hidpp_ff_init()
|