Home
last modified time | relevance | path

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

12345678910>>...14

/kernel/linux/linux-6.6/arch/arm/lib/
H A Dbacktrace-clang.S102 beq no_frame @ we have no stack frames
193 * If we are out of frames or if the next frame is invalid.
196 beq no_frame @ no further frames
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dplayback.c68 int frames = urb_out->transfer_buffer_length / bytes_per_frame; in create_impulse_test_signal() local
75 for (i = 0; i < frames; ++i) { in create_impulse_test_signal()
86 for (i = 0; i < frames; ++i) { in create_impulse_test_signal()
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dplayback.c68 int frames = urb_out->transfer_buffer_length / bytes_per_frame; in create_impulse_test_signal() local
75 for (i = 0; i < frames; ++i) { in create_impulse_test_signal()
86 for (i = 0; i < frames; ++i) { in create_impulse_test_signal()
/kernel/linux/linux-5.10/include/trace/events/
H A Dv4l2.h136 __entry->timecode_frames = buf->timecode.frames;
149 "timecode = { type = %s, flags = %s, frames = %u, "
213 __entry->timecode_frames = vbuf->timecode.frames;
226 "frames = %u, seconds = %u, minutes = %u, hours = %u, "
/kernel/linux/linux-6.6/include/trace/events/
H A Dv4l2.h136 __entry->timecode_frames = buf->timecode.frames;
149 "timecode = { type = %s, flags = %s, frames = %u, "
213 __entry->timecode_frames = vbuf->timecode.frames;
226 "frames = %u, seconds = %u, minutes = %u, hours = %u, "
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c932 void mt76_rx_complete(struct mt76_dev *dev, struct sk_buff_head *frames, in mt76_rx_complete() argument
940 while ((skb = __skb_dequeue(frames)) != NULL) { in mt76_rx_complete()
955 struct sk_buff_head frames; in mt76_rx_poll_complete() local
958 __skb_queue_head_init(&frames); in mt76_rx_poll_complete()
962 mt76_rx_aggr_reorder(skb, &frames); in mt76_rx_poll_complete()
965 mt76_rx_complete(dev, &frames, napi); in mt76_rx_poll_complete()
H A Ddma.c437 int frames = 0; in mt76_dma_rx_fill() local
460 frames++; in mt76_dma_rx_fill()
463 if (frames) in mt76_dma_rx_fill()
468 return frames; in mt76_dma_rx_fill()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvenc.c49 struct list_head frames; member
709 if (list_empty(&venc->frames)) in venc_check_ready()
841 list_for_each_entry_safe(frame, tmp, &venc->frames, list) { in venc_get_encoded_frames()
870 list_add_tail(&frame->list, &venc->frames); in venc_frame_encoded()
882 if (venc->stopped && list_empty(&venc->frames)) in venc_set_last_buffer_dequeued()
1056 list_for_each_entry_safe(frame, tmp, &venc->frames, list) { in venc_cleanup_frames()
1131 if (list_empty(&venc->frames)) in venc_process_capture()
1134 frame = list_first_entry(&venc->frames, struct venc_frame_t, list); in venc_process_capture()
1314 INIT_LIST_HEAD(&venc->frames); in venc_open()
/kernel/linux/linux-5.10/include/linux/
H A Dpktcdvd.h115 /* list, measured in number of frames */
121 int frames; /* Number of frames in this packet */ member
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Damdtp-motu-trace.h18 static void copy_message(u64 *frames, __be32 *buffer, unsigned int data_blocks,
/kernel/linux/linux-6.6/include/linux/
H A Dpktcdvd.h115 /* list, measured in number of frames */
121 int frames; /* Number of frames in this packet */ member
/kernel/linux/linux-6.6/include/soc/fsl/
H A Ddpaa2-io.h27 * The following set of APIs can be used to enqueue and dequeue frames
140 void dpaa2_io_update_net_dim(struct dpaa2_io *d, __u64 frames, __u64 bytes);
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.h58 struct list_head frames; member
H A Duvc_v4l2.c104 list_for_each_entry(frame, &format->fmt->frames, entry) { in find_frame_by_index()
153 list_for_each_entry(frame, &format->fmt->frames, entry) { in find_closest_frame_by_size()
310 list_for_each_entry(frame, &uformat->frames, entry) { in uvc_v4l2_enum_frameintervals()
452 * userspace is ready to provide video frames. in uvc_v4l2_streamon()
H A Du_audio.c158 unsigned int frames, p_pktsize; in u_audio_iso_complete() local
206 frames = (unsigned int) div_result; in u_audio_iso_complete()
208 pr_debug("p_srate %d, pitch %d, interval_mil %llu, frames %d\n", in u_audio_iso_complete()
209 prm->srate, prm->pitch, p_interval_mil, frames); in u_audio_iso_complete()
212 uac->p_framesize * frames, in u_audio_iso_complete()
216 residue_frames_mil = pitched_rate_mil - frames * p_interval_mil; in u_audio_iso_complete()
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Damdtp-motu-trace.h18 static void copy_message(u64 *frames, __be32 *buffer, unsigned int data_blocks,
/kernel/linux/linux-6.6/drivers/net/
H A Dveth.c474 struct xdp_frame **frames, in veth_xdp_xmit()
503 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
531 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit()
535 err = veth_xdp_xmit(dev, n, frames, flags, true); in veth_ndo_xdp_xmit()
678 /* frames array contains VETH_XDP_BATCH at most */
679 static void veth_xdp_rcv_bulk_skb(struct veth_rq *rq, void **frames, in veth_xdp_rcv_bulk_skb() argument
689 xdp_return_frame(frames[i]); in veth_xdp_rcv_bulk_skb()
698 skb = __xdp_build_skb_from_frame(frames[i], skb, in veth_xdp_rcv_bulk_skb()
701 xdp_return_frame(frames[i]); in veth_xdp_rcv_bulk_skb()
1489 /* veth only receives frames whe in veth_poll_controller()
473 veth_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags, bool ndo_xmit) veth_xdp_xmit() argument
530 veth_ndo_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) veth_ndo_xdp_xmit() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.c455 * management frames, and then we'll pick the lowest in sta_info_alloc()
908 * First check for frames that should expire on the filtered in sta_info_cleanup_expire_buffered_ac()
911 * frames. They also aren't accounted for right now in the in sta_info_cleanup_expire_buffered_ac()
937 * since the filtered frames are all before the normal PS in sta_info_cleanup_expire_buffered_ac()
938 * buffered frames. in sta_info_cleanup_expire_buffered_ac()
950 * frames are queued in order, so if this one in sta_info_cleanup_expire_buffered_ac()
966 * frames. in sta_info_cleanup_expire_buffered_ac()
971 * Return whether there are any frames still buffered, this is in sta_info_cleanup_expire_buffered_ac()
973 * if there are no frames we don't need to rearm the timer. in sta_info_cleanup_expire_buffered_ac()
1024 * rx frames o in __sta_info_destroy_part1()
1521 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, enum ieee80211_frame_release_type reason, struct sk_buff_head *frames, unsigned long *driver_release_tids) ieee80211_sta_ps_get_frames() argument
1584 struct sk_buff_head frames; ieee80211_sta_ps_deliver_response() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.c654 * management frames, and then we'll pick the lowest in __sta_info_alloc()
1124 * First check for frames that should expire on the filtered in sta_info_cleanup_expire_buffered_ac()
1127 * frames. They also aren't accounted for right now in the in sta_info_cleanup_expire_buffered_ac()
1153 * since the filtered frames are all before the normal PS in sta_info_cleanup_expire_buffered_ac()
1154 * buffered frames. in sta_info_cleanup_expire_buffered_ac()
1166 * frames are queued in order, so if this one in sta_info_cleanup_expire_buffered_ac()
1182 * frames. in sta_info_cleanup_expire_buffered_ac()
1187 * Return whether there are any frames still buffered, this is in sta_info_cleanup_expire_buffered_ac()
1189 * if there are no frames we don't need to rearm the timer. in sta_info_cleanup_expire_buffered_ac()
1240 * rx frames o in __sta_info_destroy_part1()
1887 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, enum ieee80211_frame_release_type reason, struct sk_buff_head *frames, unsigned long *driver_release_tids) ieee80211_sta_ps_get_frames() argument
1950 struct sk_buff_head frames; ieee80211_sta_ps_deliver_response() local
[all...]
/kernel/linux/linux-5.10/sound/soc/ti/
H A Domap-mcbsp.c771 struct snd_interval frames; in omap_mcbsp_hwrule_min_buffersize() local
774 snd_interval_any(&frames); in omap_mcbsp_hwrule_min_buffersize()
777 frames.min = size / channels->min; in omap_mcbsp_hwrule_min_buffersize()
778 frames.integer = 1; in omap_mcbsp_hwrule_min_buffersize()
779 return snd_interval_refine(buffer_size, &frames); in omap_mcbsp_hwrule_min_buffersize()
802 * 1 channel (mono): size is 128 frames (128 words) in omap_mcbsp_dai_startup()
803 * 2 channels (stereo): size is 128 / 2 = 64 frames (2 * 64 words) in omap_mcbsp_dai_startup()
804 * 4 channels: size is 128 / 4 = 32 frames (4 * 32 words) in omap_mcbsp_dai_startup()
1008 /* Use dual-phase frames */ in omap_mcbsp_dai_hw_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c73 .frames[0] = &mipitx_frame0_cfg,
74 .frames[1] = NULL,
75 .frames[2] = NULL,
76 .frames[3] = NULL,
725 frame = ctrl_cfg->tx_ctrl_cfg.frames[frame_id]; in mipi_tx_init_cntrl()
/kernel/linux/linux-6.6/sound/soc/ti/
H A Domap-mcbsp.c760 struct snd_interval frames; in omap_mcbsp_hwrule_min_buffersize() local
763 snd_interval_any(&frames); in omap_mcbsp_hwrule_min_buffersize()
766 frames.min = size / channels->min; in omap_mcbsp_hwrule_min_buffersize()
767 frames.integer = 1; in omap_mcbsp_hwrule_min_buffersize()
768 return snd_interval_refine(buffer_size, &frames); in omap_mcbsp_hwrule_min_buffersize()
791 * 1 channel (mono): size is 128 frames (128 words) in omap_mcbsp_dai_startup()
792 * 2 channels (stereo): size is 128 / 2 = 64 frames (2 * 64 words) in omap_mcbsp_dai_startup()
793 * 4 channels: size is 128 / 4 = 32 frames (4 * 32 words) in omap_mcbsp_dai_startup()
997 /* Use dual-phase frames */ in omap_mcbsp_dai_hw_params()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h57 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h203 struct xdp_frame **frames, u32 flags);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h111 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,

Completed in 25 milliseconds

12345678910>>...14