| /openbmc/qemu/audio/ |
| H A D | jackaudio.c | 48 int frames; member 96 static void qjack_buffer_create(QJackBuffer *buffer, int channels, int frames) in qjack_buffer_create() argument 99 buffer->frames = frames; in qjack_buffer_create() 105 buffer->data[i] = g_new(float, frames); in qjack_buffer_create() 136 int frames = samples / buffer->channels; in qjack_buffer_write() local 137 const int avail = buffer->frames - qatomic_load_acquire(&buffer->used); in qjack_buffer_write() 139 if (frames > avail) { in qjack_buffer_write() 140 frames = avail; in qjack_buffer_write() 143 int copy = frames; in qjack_buffer_write() 152 if (++wptr == buffer->frames) { in qjack_buffer_write() [all …]
|
| H A D | trace-events | 7 alsa_wrote_zero(int len) "Failed to write %d frames (wrote zero)" 8 alsa_read_zero(long len) "Failed to read %ld frames (read zero)"
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | signals-s390x.c | 60 void *frames[16]; in handle_signal() local 98 n_frames = backtrace(frames, sizeof(frames) / sizeof(frames[0])); in handle_signal() 100 if (frames[i] == &return_from_main_1) { in handle_signal()
|
| /openbmc/openbmc/meta-security/recipes-security/isic/files/ |
| H A D | isic-0.07-netinet.patch | 18 /* This is tuned for ethernet sized frames (1500 bytes) 30 /* This is tuned for ethernet sized frames (1500 bytes) 42 /* This is tuned for ethernet sized frames (1500 bytes) 54 /* This is tuned for ethernet sized frames (1500 bytes) 66 /* This is tuned for ethernet sized frames (1500 bytes)
|
| /openbmc/qemu/include/net/ |
| H A D | can_emu.h | 93 const struct qemu_can_frame *frames, size_t frames_cnt); 118 const struct qemu_can_frame *frames,
|
| /openbmc/qemu/hw/dma/ |
| H A D | omap_dma.c | 38 uint16_t frames; member 88 int frames; member 156 a->frames = ch->frames; in omap_dma_channel_load() 163 if (unlikely(!ch->elements || !ch->frames)) { in omap_dma_channel_load() 203 (a->frames == 1 || !a->frame_delta[i])) in omap_dma_channel_load() 206 (a->frames == 1 || !a->frame_delta[i])) in omap_dma_channel_load() 413 if (a->element == 1 && a->frame == a->frames - 1) in omap_dma_transfer_generic() 458 if (a->frame == a->frames) { in omap_dma_transfer_generic() 506 int frames, min_elems, elements[__omap_dma_intr_last]; 550 ((a->frame < a->frames - 1) || !a->element), [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
| H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 7 by adding error flags for displaying all kind of error frames 42 + " -e, --error\t\t" "dump error frames along with data frames\n"
|
| /openbmc/qemu/net/can/ |
| H A D | can_core.c | 105 const struct qemu_can_frame *frames, size_t frames_cnt) in can_bus_client_send() argument 120 if (peer->info->receive(peer, frames, frames_cnt) > 0) { in can_bus_client_send()
|
| H A D | can_socketcan.c | 129 const qemu_can_frame *frames, size_t frames_cnt) in can_host_socketcan_receive() argument 140 if (frames->flags & QEMU_CAN_FRMF_TYPE_FD) { in can_host_socketcan_receive() 150 res = write(c->fd, frames, len); in can_host_socketcan_receive()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/ |
| H A D | python3-scapy_2.6.0.bb | 9 sending invalid frames, injecting your own 802.11 frames, combining technics \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-stack-data_0.6.3.bb | 1 SUMMARY = "Extract data from python stack frames and tracebacks for informative displays"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/ |
| H A D | utouch-frame_git.bb | 2 DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tr…
|
| /openbmc/qemu/hw/net/can/ |
| H A D | can_sja1000.h | 143 const qemu_can_frame *frames, size_t frames_cnt);
|
| H A D | ctucan_core.h | 122 const qemu_can_frame *frames, size_t frames_cnt);
|
| H A D | ctucan_core.c | 532 ssize_t ctucan_receive(CanBusClientState *client, const qemu_can_frame *frames, in ctucan_receive() argument 539 const qemu_can_frame *frame = frames; in ctucan_receive()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-uhci.c | 1109 int i, frames; in uhci_frame_timer() local 1130 frames = (t_now - t_last_run) / frame_t; in uhci_frame_timer() 1131 if (frames > s->maxframes) { in uhci_frame_timer() 1132 int skipped = frames - s->maxframes; in uhci_frame_timer() 1135 frames -= skipped; in uhci_frame_timer() 1137 if (frames > MAX_FRAMES_PER_TICK) { in uhci_frame_timer() 1138 frames = MAX_FRAMES_PER_TICK; in uhci_frame_timer() 1141 for (i = 0; i < frames; i++) { in uhci_frame_timer()
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
| H A D | clutter-gst-3.0.inc | 3 It provides a GStreamer sink to upload frames to GL and an actor that \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/ |
| H A D | 0001-Remove-defining-const-as-nothing.patch | 52 lpc->frames[i],lpc->num_channels, 61 (((lpc->frames[i][j]-lpc_min)/lpc_range)*65535);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-valgrind-filter_xml_frames-do-not-filter-usr.patch | 10 and if these frames are filtered out, then the 'drd' tests fail
|
| /openbmc/qemu/hw/scsi/ |
| H A D | megasas.c | 119 MegasasCmd frames[MEGASAS_MAX_FRAMES]; member 457 if (s->frames[index].pa && s->frames[index].pa == frame) { in megasas_lookup_frame() 458 cmd = &s->frames[index]; in megasas_lookup_frame() 498 if (!s->frames[index].pa) in megasas_enqueue_frame() 508 cmd = &s->frames[index]; in megasas_enqueue_frame() 616 cmd = &s->frames[i]; in megasas_reset_frames() 1482 MegasasCmd *tmp_cmd = &s->frames[i]; in megasas_cluster_reset_ld() 2086 megasas_abort_command(&s->frames[i]); in megasas_mmio_write() 2245 cmd = &s->frames[i]; in megasas_soft_reset() 2438 s->frames[i].index = i; in megasas_scsi_realize() [all …]
|
| /openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
| H A D | CVE-2024-38535_pre.patch | 39 for frame in frames { 48 for frame in frames { 57 for frame in frames {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
| H A D | 0002-arm64-add-pac-mask-to-better-support-gdb-stack-unwin.patch | 9 to unwind the stack frames.
|
| /openbmc/u-boot/doc/ |
| H A D | README.t1040-l2switch | 14 - Jumbo frames (9.6 KB)
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | xen.rst | 58 ``xen-gnttab-max-frames`` 62 table can reference 512 pages of guest memory. The default number of frames
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
| H A D | cve-2022-33065.patch | 35 psf->filelength - psf->dataoffset, psf->sf.channels * psf->sf.frames * psf->bytewidth) ; 37 else if ((psf->filelength - psf->dataoffset) > psf->sf.channels * psf->sf.frames * psf->bytewidth) 101 Pre-cast hdr.frames to sf_count_t, to provide the calculation with 120 - psf->datalength = hdr.frames * (hdr.rez / 8) ; 121 + psf->datalength = (sf_count_t) hdr.frames * (hdr.rez / 8) ;
|