Searched refs:frames (Results 126 - 150 of 194) sorted by relevance

12345678

/linux-master/sound/pci/rme9652/
H A Dhdspm.c1526 static int hdspm_set_interrupt_interval(struct hdspm *s, unsigned int frames) argument
1532 if (32 == frames) {
1545 frames >>= 7;
1547 while (frames) {
1549 frames >>= 1;
4490 HDSPM_TOGGLE_SETTING("Disable 96K frames", HDSPM_SMUX),
4748 int a, ltc, frames, seconds, minutes, hours; local
4830 frames = ltc & 0xF;
4832 frames += (ltc & 0x3) * 10;
4847 hours, minutes, seconds, frames);
[all...]
H A Drme9652.c204 size_t max_jitter; /* maximum jitter in frames for
357 /* The hardware may give a backward movement for up to 80 frames
426 unsigned int frames)
437 frames >>= 7;
439 while (frames) {
441 frames >>= 1;
1562 snd_iprintf(buffer, "Hardware pointer (frames): %ld\n",
425 rme9652_set_interrupt_interval(struct snd_rme9652 *s, unsigned int frames) argument
/linux-master/drivers/net/ethernet/i825xx/
H A Dlib82596.c44 allocated at open() time. Eliminates copy on incoming frames
49 * look at deferring rx frames rather than discarding (as per tulip)
125 /* Copy frames shorter than rx_copybreak, otherwise pass on up in
335 0x80, /* don't save bad frames */
680 int frames = 0; local
690 while (rfd->stat & SWAP16(STAT_C)) { /* Loop while complete frames */
712 frames++;
819 DEB(DEB_RXFRAME, printk(KERN_DEBUG "frames %d\n", frames));
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c41 * we must have physically contiguous buffers to bring frames into.
693 * frames so we can put in a new DMA descriptor array. If no new
847 * it needs to stop grabbing frames. In particular, we can
1029 * Get everything ready, and start grabbing frames.
1149 cam->frame_state.frames = 0;
1182 cam_dbg(cam, "stop_streaming: %d frames, %d singles, %d delivered\n",
1183 cam->frame_state.frames, cam->frame_state.singles,
1691 cam->frame_state.frames++;
/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c179 if (format->frames[i].bFrameIndex == ctrl->bFrameIndex) {
180 frame = &format->frames[i];
215 * size by the number of video frames per second, divide the
216 * result by the number of USB frames (or micro-frames for
873 * Do all frames have a PTS in their first non-empty packet, or before
977 "frames: %u\npackets: %u\nempty: %u\n"
1073 * that discontinuous sequence numbers always indicate lost frames.
2177 * MPEG-2 TS and DV) do not support frames but have a dummy frame
2182 frame = &format->frames[
[all...]
H A Duvcvideo.h270 const struct uvc_frame *frames; member in struct:uvc_format
367 unsigned int nb_frames; /* Number of frames */
374 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
375 unsigned int nb_pts_early; /* Number of frames with early PTS */
376 unsigned int nb_pts_initial; /* Number of frames with initial PTS */
378 unsigned int nb_scr_count_ok; /* Number of frames with at least one SCR per non empty packet */
379 unsigned int nb_scr_diffs_ok; /* Number of frames with varying SCR.STC */
/linux-master/sound/firewire/
H A Damdtp-stream.c233 // Due to the above protocol design, the minimum PCM frames per
247 * One AMDTP packet can include some frames. In blocking mode, the
274 * @pcm_frame_multiplier: the multiplier to compute the number of PCM frames by the number of AMDTP
598 unsigned int frames)
602 ptr = s->pcm_buffer_pointer + frames;
607 s->pcm_period_pointer += frames;
612 // buffer associated to PCM substream to process PCM frames in the buffer, instead
1846 * Returns the current buffer position, in frames.
1853 // Process isochronous packets queued till recent isochronous cycle to handle PCM frames.
1866 * amdtp_domain_stream_pcm_ack - acknowledge queued PCM frames
596 update_pcm_pointers(struct amdtp_stream *s, struct snd_pcm_substream *pcm, unsigned int frames) argument
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.h39 unsigned long frames; member in struct:tegra_dc_stats
H A Ddc.c43 stats->frames = 0;
1699 seq_printf(s, "frames: %lu\n", dc->stats.frames);
1704 seq_printf(s, "frames total: %lu\n", dc->stats.frames_total);
2539 dc->stats.frames++;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h529 struct xdp_frame **frames, u32 flags);
H A Dqede_fp.c340 struct xdp_frame **frames, u32 flags)
362 xdpf = frames[i];
796 /* For smaller frames still need to allocate skb, memcpy
339 qede_xdp_transmit(struct net_device *dev, int n_frames, struct xdp_frame **frames, u32 flags) argument
/linux-master/drivers/media/platform/qcom/venus/
H A Dvenc_ctrls.c305 ltr_use.frames = 0;
H A Dhfi_cmds.c724 * 0xiippbb, where ii = qp range for I-frames,
725 * pp = qp range for P-frames, etc.
958 ltr_use->frames = in->frames;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.h436 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve.h308 struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
1079 int gve_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h139 * FDMA_ERROR, something went wrong, stop getting more frames
140 * FDMA_DROP, frame is dropped, but continue to get more frames
141 * FDMA_TX, frame is given to TX, but continue to get more frames
142 * FDMA_REDIRECT, frame is given to TX, but continue to get more frames
702 struct xdp_frame **frames,
/linux-master/include/net/mana/
H A Dmana.h465 int mana_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames,
/linux-master/include/media/
H A Dv4l2-subdev.h542 * @g_skip_frames: number of frames to skip at stream start. This is needed for
543 * buggy sensors that generate faulty frames when they are
548 int (*g_skip_frames)(struct v4l2_subdev *sd, u32 *frames);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c1357 QETH_TXQ_STAT_ADD(queue, tx_errors, buf->frames);
1359 QETH_TXQ_STAT_ADD(queue, tx_packets, buf->frames);
1407 buf->frames = 0;
3603 unsigned int frames, usecs; local
3615 queue->coalesced_frames += buf->frames;
3676 frames = READ_ONCE(queue->max_coalesced_frames);
3679 if (frames && queue->coalesced_frames >= frames) {
4196 buffer->frames += skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 1;
4280 buffer->frames
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7180.c189 /* Initial number of frames to skip to avoid possible garbage */
859 static int adv7180_get_skip_frames(struct v4l2_subdev *sd, u32 *frames) argument
861 *frames = ADV7180_NUM_OF_SKIP_FRAMES;
H A Dov13858.c83 /* Number of frames to skip */
1401 static int ov13858_get_skip_frames(struct v4l2_subdev *sd, u32 *frames) argument
1403 *frames = OV13858_NUM_OF_SKIP_FRAMES;
/linux-master/fs/ntfs3/
H A Dattrib.c1373 struct runs_tree *run, u64 frame, u64 frames,
1390 *vbo_data = frames << 2;
1395 *vbo_data = frames << 3;
1372 attr_wof_frame_info(struct ntfs_inode *ni, struct ATTRIB *attr, struct runs_tree *run, u64 frame, u64 frames, u8 frame_bits, u32 *ondisk_size, u64 *vbo_data) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h206 u64 tx_octets; /* total # of octets in good frames */
207 u64 tx_frames; /* all good frames */
208 u64 tx_bcast_frames; /* all broadcast frames */
209 u64 tx_mcast_frames; /* all multicast frames */
210 u64 tx_ucast_frames; /* all unicast frames */
211 u64 tx_error_frames; /* all error frames */
213 u64 tx_frames_64; /* # of Tx frames in a particular range */
221 u64 tx_drop; /* # of dropped Tx frames */
222 u64 tx_pause; /* # of transmitted pause frames */
223 u64 tx_ppp0; /* # of transmitted PPP prio 0 frames */
274 u64 frames; member in struct:lb_port_stats
308 u32 frames; member in struct:tp_usm_stats
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c935 * tell the kernel to stop sending us tx frames.
1117 struct xdp_frame **frames, u32 flags)
1128 xdpf = frames[i];
1116 cpsw_ndo_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames, u32 flags) argument
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h1471 void mt76_rx_complete(struct mt76_dev *dev, struct sk_buff_head *frames,
1475 void mt76_rx_aggr_reorder(struct sk_buff *skb, struct sk_buff_head *frames);

Completed in 302 milliseconds

12345678