Home
last modified time | relevance | path

Searched refs:actual (Results 126 – 150 of 1171) sorted by relevance

12345678910>>...47

/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c213 uint8_t *buf = req->req.buf + req->req.actual; in fotg210_dma()
214 uint32_t len = req->req.length - req->req.actual; in fotg210_dma()
304 req->req.actual += len; in fotg210_dma()
485 if (len < ep->ep.maxpacket || req->req.length <= req->req.actual) { in fotg210_recv()
602 req->req.actual = 0; in fotg210_ep_queue()
619 } while (req->req.length > req->req.actual); in fotg210_ep_queue()
626 } while (req->req.length > req->req.actual); in fotg210_ep_queue()
/openbmc/u-boot/drivers/rtc/
H A DKconfig13 drivers to perform the actual functions. See rtc.h for a
22 drivers to perform the actual functions. See rtc.h for a
31 drivers to perform the actual functions. See rtc.h for a
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-bad-union-member.json1 # Arguments listed in the doc comment must exist in the actual schema
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c118 int actual, remaining_length = 0; in mv_u3d_process_ep_req() local
126 actual = curr_req->req.length; in mv_u3d_process_ep_req()
150 actual -= remaining_length; in mv_u3d_process_ep_req()
164 curr_req->req.actual = actual; in mv_u3d_process_ep_req()
208 req->req.actual, req->req.length); in mv_u3d_done()
277 *length = req->req.length - req->req.actual; in mv_u3d_build_trb_one()
302 temp = (u32)(req->req.dma + req->req.actual); in mv_u3d_build_trb_one()
314 req->req.actual += *length; in mv_u3d_build_trb_one()
360 req->req.actual += *length; in mv_u3d_build_trb_chain()
414 length = req->req.length - req->req.actual; in mv_u3d_req_to_trb()
[all …]
H A Dm66592-udc.c765 buf = req->req.buf + req->req.actual; in irq_ep0_write()
766 size = min(bufsize, req->req.length - req->req.actual); in irq_ep0_write()
777 req->req.actual += size; in irq_ep0_write()
780 if ((!req->req.zero && (req->req.actual == req->req.length)) in irq_ep0_write()
812 buf = req->req.buf + req->req.actual; in irq_packet_write()
813 size = min(bufsize, req->req.length - req->req.actual); in irq_packet_write()
826 req->req.actual += size; in irq_packet_write()
863 buf = req->req.buf + req->req.actual; in irq_packet_read()
864 req_len = req->req.length - req->req.actual; in irq_packet_read()
871 req->req.actual += size; in irq_packet_read()
[all …]
H A Dr8a66597-udc.c962 buf = req->req.buf + req->req.actual; in irq_ep0_write()
963 size = min(bufsize, req->req.length - req->req.actual); in irq_ep0_write()
974 req->req.actual += size; in irq_ep0_write()
1011 buf = req->req.buf + req->req.actual; in irq_packet_write()
1012 size = min(bufsize, req->req.length - req->req.actual); in irq_packet_write()
1025 req->req.actual += size; in irq_packet_write()
1063 buf = req->req.buf + req->req.actual; in irq_packet_read()
1064 req_len = req->req.length - req->req.actual; in irq_packet_read()
1071 req->req.actual += size; in irq_packet_read()
1425 req->req.actual += len; in sudmac_finish()
[all …]
/openbmc/linux/Documentation/block/
H A Dwriteback_cache_control.rst25 has been flushed before the actual I/O operation is started. This explicitly
78 of an empty REQ_OP_FLUSH request followed by the actual write by the block
86 layer turns it into an empty REQ_OP_FLUSH request after the actual write.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-aer_stats19 TOTAL_ERR_COR at the end of the file may not match the actual
40 TOTAL_ERR_FATAL at the end of the file may not match the actual
71 actual total of all the errors in the file. Sample output::
/openbmc/phosphor-fan-presence/monitor/example/
H A Dmonitor.yaml4 #properties that define how much slack is allowed in the actual
18 # [Time (in secs) actual speed can be outside of deviation of
21 # [Percentage that actual speed must be within target speed]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-trafaret-config_2.0.2.bb1 … that loads yaml and checks config using trafaret while keeping track of actual lines of file wher…
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp141 part.data.actual = in preparePartitions()
223 pdst->data.actual = htobe32(psrc->data.actual); in endianFixup()
241 part.data.actual = size; in writeSizes()
/openbmc/hiomapd/vpnor/
H A Dtable.cpp158 part.data.actual = in preparePartitions()
240 pdst->data.actual = htobe32(psrc->data.actual); in endianFixup()
258 part.data.actual = size; in writeSizes()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_balloon.h50 uint32_t actual; member
/openbmc/linux/drivers/bluetooth/
H A Dbluecard_cs.c204 int i, actual; in bluecard_write() local
206 actual = (len > 15) ? 15 : len; in bluecard_write()
208 outb_p(actual, iobase + offset); in bluecard_write()
210 for (i = 0; i < actual; i++) in bluecard_write()
213 return actual; in bluecard_write()
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-lua5 When read, actual cpi setting and sensor data are returned.
/openbmc/linux/include/uapi/linux/
H A Dvirtio_balloon.h50 __le32 actual; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/
H A Dcim-schema.inc6 provides the actual model descriptions."
/openbmc/u-boot/doc/device-tree-bindings/phy/
H A Dno-op.txt5 and there is no actual PHY harwdare to drive.
/openbmc/linux/drivers/net/slip/
H A Dslip.c379 int actual, count; local
409 actual = sl->tty->ops->write(sl->tty, sl->xbuff, count);
413 sl->xleft = count - actual;
414 sl->xhead = sl->xbuff + actual;
425 int actual; local
444 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
445 sl->xleft -= actual;
446 sl->xhead += actual;
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcavium-pip.txt41 Value range is 1-31, and mapping to the actual delay varies depending on HW.
44 Value range is 1-31, and mapping to the actual delay varies depending on HW.
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c1334 size_t actual; in sst_write_byteprogram() local
1337 for (actual = 0; actual < len; actual++) { in sst_write_byteprogram()
1342 ret = nor->write(nor, to, 1, buf + actual); in sst_write_byteprogram()
1361 size_t actual; in sst_write() local
1372 actual = to % 2; in sst_write()
1374 if (actual) { in sst_write()
1385 to += actual; in sst_write()
1388 for (; actual < len - 1; actual += 2) { in sst_write()
1409 if (actual != len) { in sst_write()
1420 actual += 1; in sst_write()
[all …]
/openbmc/linux/include/rdma/
H A Dsignature.h119 u32 actual; member
/openbmc/linux/drivers/net/ipa/
H A Dipa_mem.c535 size_t actual; in ipa_smem_init() local
558 virt = qcom_smem_get(QCOM_SMEM_HOST_MODEM, item, &actual); in ipa_smem_init()
566 if (ret && actual != size) { in ipa_smem_init()
568 item, actual, size); in ipa_smem_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-balloon.h48 uint32_t actual; member
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DAccuracy.interface.yaml13 actual value of 9.8 to 10.2.

12345678910>>...47