Home
last modified time | relevance | path

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

12

/linux/fs/netfs/
H A Dwrite_issue.c315 struct netfs_io_stream *upload = &wreq->io_streams[0]; in netfs_write_folio() local
389 netfs_issue_write(wreq, upload); in netfs_write_folio()
395 netfs_issue_write(wreq, upload); in netfs_write_folio()
401 netfs_issue_write(wreq, upload); in netfs_write_folio()
416 netfs_issue_write(wreq, upload); in netfs_write_folio()
421 } else if (!upload->avail && !cache->avail) { in netfs_write_folio()
425 } else if (!upload->construct) { in netfs_write_folio()
694 struct netfs_io_stream *upload = &wreq->io_streams[0]; in netfs_unbuffered_write() local
708 part = netfs_advance_write(wreq, upload, start, len, false); in netfs_unbuffered_write()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware28 upload. This string will be in the form of <STATUS>:<ERROR>,
34 upload status is "idle". If this file is read while a firmware
53 Description: Read-only. For firmware upload, this file contains the size
59 upload.
67 a firmware upload. The string will be one of the following:
H A Dsysfs-class-chromeos-driver-cros-ec-lightbar49 This allows you to upload and run custom lightbar sequences.
H A Dsysfs-bus-cxl149 this directory can be used to upload and activate new
/linux/Documentation/driver-api/firmware/
H A Dfw_upload.rst11 upload uses the same *loading* and *data* sysfs files described in the
15 Register for firmware upload
18 A device driver registers for firmware upload by calling
21 firmware upload by echoing a 1 to the *loading* sysfs file for the target
28 To use the firmware upload API, write a driver that implements a set of
H A 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
/linux/drivers/input/misc/
H A Duinput.c52 } upload; member
254 request.u.upload.effect = effect; in uinput_dev_upload_effect()
255 request.u.upload.old = old; in uinput_dev_upload_effect()
348 dev->ff->upload = uinput_dev_upload_effect; in uinput_create_device()
994 !req->u.upload.effect) { in uinput_ioctl_handler()
1000 ff_up.effect = *req->u.upload.effect; in uinput_ioctl_handler()
1001 if (req->u.upload.old) in uinput_ioctl_handler()
1002 ff_up.old = *req->u.upload.old; in uinput_ioctl_handler()
1037 !req->u.upload.effect) { in uinput_ioctl_handler()
H A Dcs40l50-vibra.c519 vib->input->ff->upload = cs40l50_add; in cs40l50_vibra_probe()
H A Dda7280.c1240 ff->upload = da7280_haptics_upload_effect; in da7280_probe()
/linux/Documentation/driver-api/pm/
H A 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
/linux/drivers/xen/
H A Dxen-acpi-processor.c400 goto upload; in check_acpi_ids()
428 upload: in check_acpi_ids()
/linux/Documentation/arch/powerpc/
H A 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
/linux/Documentation/input/
H A 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/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Ducc.txt21 broken UART hardware. Soft-UART is provided via a microcode upload.
/linux/drivers/input/
H A Dff-core.c152 ret = ff->upload(dev, effect, old); in input_ff_upload()
H A Dff-memless.c535 ff->upload = ml_ff_upload; in input_ff_create_memless()
/linux/Documentation/arch/arm/sa1100/
H A 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
/linux/drivers/input/joystick/iforce/
H A Diforce-main.c380 ff->upload = iforce_upload_effect; in iforce_init_device()
/linux/Documentation/input/devices/
H A Dyealink.rst104 ringtone Write, upload binary representation of a ringtone,
/linux/Documentation/networking/
H A Dregulatory.rst18 in userspace and provide a framework for userspace to upload
/linux/Documentation/userspace-api/media/drivers/
H A Duvcvideo.rst60 purposes, firmware upload, or accessing binary controls, a second mechanism to
/linux/drivers/hid/usbhid/
H A Dhid-pidff.c1307 ff->upload = pidff_upload_effect; in hid_pidff_init()
/linux/Documentation/usb/
H A Dusb-serial.rst116 kbytes/sec for download/upload to my iPAQ.
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst157 The cx2341x firmware upload
160 This document describes how to upload the cx2341x firmware to the card.
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg1017 * incrementing of the address during download and upload operations

12