Home
last modified time | relevance | path

Searched refs:actual (Results 101 – 125 of 1171) sorted by relevance

12345678910>>...47

/openbmc/linux/Documentation/hwmon/
H A Damc6821.rst72 the actual value.
78 writing to get the actual value.
94 writing to get actual value.
H A Dltc2990.rst61 sense resistor. Divide the reported value by the actual sense resistor value
62 in mOhm to get the actual value.
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c42 unsigned int act = req->req.actual; in ast_vhub_epn_kick()
123 if (req->req.actual + len > req->req.length) { in ast_vhub_epn_handle_ack()
128 memcpy(req->req.buf + req->req.actual, ep->buf, len); in ast_vhub_epn_handle_ack()
132 req->req.actual += len; in ast_vhub_epn_handle_ack()
291 req->req.actual += len; in ast_vhub_epn_handle_ack_desc()
296 (req->req.actual >= req->req.length && in ast_vhub_epn_handle_ack_desc()
300 is_last_desc, len, req->req.actual, req->req.length, in ast_vhub_epn_handle_ack_desc()
399 u_req->actual = 0; in ast_vhub_epn_queue()
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-missing-expr.json1 # Expression documentation must be followed by the actual expression
H A Ddoc-bad-event-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-feature.json1 # Features listed in the doc comment must exist in the actual schema
H A Ddoc-bad-enum-member.json1 # Members listed in the doc comment must exist in the actual schema
H A Ddoc-bad-command-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-alternate-member.json1 # Arguments listed in the doc comment must exist in the actual schema
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-get-property.rst53 At return, the values aren't updated to reflect the actual
54 parameters used. If the actual parameters are needed, an explicit
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_parser.c31 u16 actual = ssh_crc(src->ptr, src->len); in sshp_validate_crc() local
34 return actual == expected; in sshp_validate_crc()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c160 &req->req, req->req.actual, in queues_dbg_show()
674 req->req.actual, req->req.length); in req_done()
798 buf = (u32 *)(req->req.buf + req->req.actual); in read_packet()
808 req->req.actual += count; in read_packet()
834 buf = (u32 *)(req->req.buf + req->req.actual); in write_packet()
838 req->req.actual += length; in write_packet()
880 &req->req, req->req.actual, req->req.length); in read_fifo()
933 if (likely(req->req.length > req->req.actual) in write_fifo()
982 &req->req, req->req.actual, req->req.length); in read_ep0_fifo()
1025 req->req.length - req->req.actual, in write_ep0_fifo()
[all …]
H A Dfusb300_udc.c337 u32 length = req->req.length - req->req.actual; in fusb300_wrcxf()
339 tmp = req->req.buf + req->req.actual; in fusb300_wrcxf()
349 req->req.actual += SS_CTL_MAX_PACKET_SIZE; in fusb300_wrcxf()
378 req->req.actual += length; in fusb300_wrcxf()
407 if ((req->req.length == req->req.actual) || in ep0_queue()
408 (req->req.actual < ep->ep.maxpacket)) in ep0_queue()
440 req->req.actual = 0; in fusb300_queue()
609 tmp = req->req.buf + req->req.actual; in fusb300_rdfifo()
610 req->req.actual += length; in fusb300_rdfifo()
612 if (req->req.actual > req->req.length) in fusb300_rdfifo()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-selection.rst57 There are two types of selection targets: actual and bounds. The actual
59 will return a rectangle that contain all possible actual rectangles.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-backlight20 may not be the actual brightness (see actual_brightness).
28 Show the actual brightness by querying the hardware.
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py86 def _CheckStrings(self, expected, actual): argument
97 if expected != actual:
99 self._WritePythonString('/tmp/binman.actual', actual)
101 self.assertEquals(expected, actual)
/openbmc/linux/drivers/usb/usbip/
H A Dvudc_transfer.c205 dev_len = req->req.length - req->req.actual; in transfer()
223 rbuf_pos = req->req.buf + req->req.actual; in transfer()
231 req->req.actual += len; in transfer()
264 if (req->req.length == req->req.actual) { in transfer()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac1_legacy.c246 int actual; member
317 u_audio_playback(&audio->card, play_buf->buf, play_buf->actual); in f_audio_playback_work()
338 if (audio_buf_size - copy_buf->actual < req->actual) { in f_audio_out_ep_complete()
348 memcpy(copy_buf->buf + copy_buf->actual, req->buf, req->actual); in f_audio_out_ep_complete()
349 copy_buf->actual += req->actual; in f_audio_out_ep_complete()
H A Du_audio.c177 __func__, status, req->actual, req->length); in u_audio_iso_complete()
239 req->actual = req->length; in u_audio_iso_complete()
248 if (unlikely(pending < req->actual)) { in u_audio_iso_complete()
251 req->actual - pending); in u_audio_iso_complete()
254 req->actual); in u_audio_iso_complete()
257 if (unlikely(pending < req->actual)) { in u_audio_iso_complete()
260 req->actual - pending); in u_audio_iso_complete()
263 req->actual); in u_audio_iso_complete()
268 prm->hw_ptr = (hw_ptr + req->actual) % runtime->dma_bytes; in u_audio_iso_complete()
272 if ((hw_ptr % snd_pcm_lib_period_bytes(substream)) < req->actual) in u_audio_iso_complete()
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c143 debug("status: %d ep '%s' trans: %d\n", status, ep->name, req->actual); in rockusb_complete()
399 status, ep->name, req->actual); in tx_handler_send_csw()
436 ep->name, req->actual, req->length); in tx_handler_ul_image()
490 unsigned int buffer_size = req->actual; in rx_handler_dl_image()
541 req->actual = 0; in rx_handler_dl_image()
915 if (req->actual < req->length) { in rx_handler_command()
918 buf[req->actual] = 0; in rx_handler_command()
927 req->actual = 0; in rx_handler_command()
H A Datmel_usba_udc.c32 transaction_len = req->req.length - req->req.actual; in next_fifo_transaction()
45 memcpy(ep->fifo, req->req.buf + req->req.actual, transaction_len); in next_fifo_transaction()
47 req->req.actual += transaction_len; in next_fifo_transaction()
55 req->req.actual = 0; in submit_request()
114 if (req->req.actual + bytecount >= req->req.length) { in receive_data()
116 bytecount = req->req.length - req->req.actual; in receive_data()
119 memcpy(req->req.buf + req->req.actual, ep->fifo, bytecount); in receive_data()
120 req->req.actual += bytecount; in receive_data()
151 ep->ep.name, req, req->req.status, req->req.actual); in request_complete()
355 _req->actual = 0; in usba_ep_queue()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c163 ssize_t actual = len; in tmc_etb_get_sysfs_trace() local
166 if (pos + actual > drvdata->len) in tmc_etb_get_sysfs_trace()
167 actual = drvdata->len - pos; in tmc_etb_get_sysfs_trace()
168 if (actual > 0) in tmc_etb_get_sysfs_trace()
170 return actual; in tmc_etb_get_sysfs_trace()
/openbmc/linux/drivers/dma/
H A Ddmatest.c370 static void dmatest_mismatch(u8 actual, u8 pattern, unsigned int index, in dmatest_mismatch() argument
373 u8 diff = actual ^ pattern; in dmatest_mismatch()
379 thread_name, index, expected, actual); in dmatest_mismatch()
383 thread_name, index, expected, actual); in dmatest_mismatch()
386 thread_name, index, expected, actual); in dmatest_mismatch()
389 thread_name, index, expected, actual); in dmatest_mismatch()
398 u8 actual; in dmatest_verify() local
406 actual = buf[i]; in dmatest_verify()
408 if (actual != expected) { in dmatest_verify()
410 dmatest_mismatch(actual, pattern, i, in dmatest_verify()
/openbmc/linux/drivers/usb/dwc3/
H A Dtrace.h107 __field(unsigned int, actual)
117 __entry->actual = req->request.actual;
125 __get_str(name), __entry->req, __entry->actual, __entry->length,
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch51 - /* skip all non-text fields before the actual text */
86 + /* skip all non-text fields before the actual text */
137 + /* now skip all non-text fields before the actual text */
159 + /* copy all actual text of this line */

12345678910>>...47