Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 - 25 of 130) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/net/thunderbolt/
H A Dmain.c56 * @frame_count: how many frames assembles a full packet
66 __le32 frame_count; member
734 u32 frame_id, frame_count, frame_size, frame_index; in tbnet_check_frame() local
752 frame_count = le32_to_cpu(hdr->frame_count); in tbnet_check_frame()
765 if (net->skb && net->rx_hdr.frame_count) { in tbnet_check_frame()
767 if (frame_count != le32_to_cpu(net->rx_hdr.frame_count)) { in tbnet_check_frame()
790 if (frame_count == 0 || frame_count > TBNET_RING_SIZ in tbnet_check_frame()
989 tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb, struct tbnet_frame **frames, u32 frame_count) tbnet_xmit_csum_and_map() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dpcm.c196 int frame_count; in usb6fire_pcm_capture() local
211 frame_count = (urb->packets[i].actual_length - 4) in usb6fire_pcm_capture()
214 frame_count = 0; in usb6fire_pcm_capture()
224 for (frame = 0; frame < frame_count; frame++) { in usb6fire_pcm_capture()
244 int frame_count; in usb6fire_pcm_playback() local
267 frame_count = (urb->packets[i].length - 4) in usb6fire_pcm_playback()
270 frame_count = 0; in usb6fire_pcm_playback()
272 for (frame = 0; frame < frame_count; frame++) { in usb6fire_pcm_playback()
294 int frame_count; in usb6fire_pcm_in_urb_handler() local
357 frame_count in usb6fire_pcm_in_urb_handler()
[all...]
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dpcm.c196 int frame_count; in usb6fire_pcm_capture() local
211 frame_count = (urb->packets[i].actual_length - 4) in usb6fire_pcm_capture()
214 frame_count = 0; in usb6fire_pcm_capture()
224 for (frame = 0; frame < frame_count; frame++) { in usb6fire_pcm_capture()
244 int frame_count; in usb6fire_pcm_playback() local
267 frame_count = (urb->packets[i].length - 4) in usb6fire_pcm_playback()
270 frame_count = 0; in usb6fire_pcm_playback()
272 for (frame = 0; frame < frame_count; frame++) { in usb6fire_pcm_playback()
294 int frame_count; in usb6fire_pcm_in_urb_handler() local
357 frame_count in usb6fire_pcm_in_urb_handler()
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dthunderbolt.c52 * @frame_count: how many frames assembles a full packet
62 u32 frame_count; member
672 u32 frame_id, frame_count, frame_size, frame_index; in tbnet_check_frame() local
690 frame_count = le32_to_cpu(hdr->frame_count); in tbnet_check_frame()
703 if (net->skb && net->rx_hdr.frame_count) { in tbnet_check_frame()
705 if (frame_count != net->rx_hdr.frame_count) { in tbnet_check_frame()
728 if (frame_count == 0 || frame_count > TBNET_RING_SIZ in tbnet_check_frame()
902 tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb, struct tbnet_frame **frames, u32 frame_count) tbnet_xmit_csum_and_map() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dtest_unwind.c43 int frame_count, prev_is_func2, seen_func2_func1; in test_unwind() local
56 frame_count = 0; in test_unwind()
63 if (frame_count++ == max_frames) in test_unwind()
80 frame_count += 1; in test_unwind()
95 if (frame_count == max_frames) { in test_unwind()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.c109 u32 frame_count, bool enable) in dpu_hw_pp_setup_autorefresh_config()
112 enable ? (BIT(31) | frame_count) : 0); in dpu_hw_pp_setup_autorefresh_config()
118 * @frame_count: Used to return the current frame count from hw
123 u32 *frame_count) in dpu_hw_pp_get_autorefresh_config()
126 if (frame_count != NULL) in dpu_hw_pp_get_autorefresh_config()
127 *frame_count = val & 0xffff; in dpu_hw_pp_get_autorefresh_config()
108 dpu_hw_pp_setup_autorefresh_config(struct dpu_hw_pingpong *pp, u32 frame_count, bool enable) dpu_hw_pp_setup_autorefresh_config() argument
122 dpu_hw_pp_get_autorefresh_config(struct dpu_hw_pingpong *pp, u32 *frame_count) dpu_hw_pp_get_autorefresh_config() argument
H A Ddpu_hw_intf.c304 s->frame_count = DPU_REG_READ(c, INTF_FRAME_COUNT); in dpu_hw_intf_get_status()
308 s->frame_count = 0; in dpu_hw_intf_get_status()
368 u32 frame_count, bool enable) in dpu_hw_intf_setup_autorefresh_config()
376 refresh_cfg = BIT(31) | frame_count; in dpu_hw_intf_setup_autorefresh_config()
386 * @frame_count: Used to return the current frame count from hw
391 u32 *frame_count) in dpu_hw_intf_get_autorefresh_config()
395 if (frame_count != NULL) in dpu_hw_intf_get_autorefresh_config()
396 *frame_count = val & 0xffff; in dpu_hw_intf_get_autorefresh_config()
367 dpu_hw_intf_setup_autorefresh_config(struct dpu_hw_intf *intf, u32 frame_count, bool enable) dpu_hw_intf_setup_autorefresh_config() argument
390 dpu_hw_intf_get_autorefresh_config(struct dpu_hw_intf *intf, u32 *frame_count) dpu_hw_intf_get_autorefresh_config() argument
/kernel/linux/linux-6.6/arch/s390/lib/
H A Dtest_unwind.c50 int frame_count, prev_is_func2, seen_func2_func1, seen_arch_rethook_trampoline; in test_unwind() local
63 frame_count = 0; in test_unwind()
71 if (frame_count++ == max_frames) in test_unwind()
88 frame_count += 1; in test_unwind()
105 if (frame_count == max_frames) { in test_unwind()
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/
H A Dpcm.c577 pi->frame_count = in_le32(&i2sdev->intfregs->frame_count); in i2sbus_pcm_trigger()
618 fc = in_le32(&i2sdev->intfregs->frame_count); in i2sbus_pcm_pointer()
619 fc = fc - pi->frame_count; in i2sbus_pcm_pointer()
654 pi->frame_count += runtime->buffer_size; in handle_interrupt()
662 fc = in_le32(&i2sdev->intfregs->frame_count); in handle_interrupt()
664 if (fc < pi->frame_count + nframes) in handle_interrupt()
665 pi->frame_count = fc - nframes; in handle_interrupt()
/kernel/linux/linux-6.6/sound/aoa/soundbus/i2sbus/
H A Dpcm.c577 pi->frame_count = in_le32(&i2sdev->intfregs->frame_count); in i2sbus_pcm_trigger()
618 fc = in_le32(&i2sdev->intfregs->frame_count); in i2sbus_pcm_pointer()
619 fc = fc - pi->frame_count; in i2sbus_pcm_pointer()
654 pi->frame_count += runtime->buffer_size; in handle_interrupt()
662 fc = in_le32(&i2sdev->intfregs->frame_count); in handle_interrupt()
664 if (fc < pi->frame_count + nframes) in handle_interrupt()
665 pi->frame_count = fc - nframes; in handle_interrupt()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c919 tx_resp->frame_count) & IEEE80211_MAX_SN; in iwlagn_get_scd_ssn()
941 agg->wait_for_ba = (tx_resp->frame_count > 1); in iwl_rx_reply_tx_agg()
947 if (tx_resp->bt_kill_count && tx_resp->frame_count == 1 && in iwl_rx_reply_tx_agg()
953 if (tx_resp->frame_count == 1) in iwl_rx_reply_tx_agg()
959 iwlagn_get_scd_ssn(tx_resp), tx_resp->frame_count); in iwl_rx_reply_tx_agg()
962 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_rx_reply_tx_agg()
1104 u8 frame_count, u32 status) in iwl_check_abort_status()
1106 if (frame_count == 1 && status == TX_STATUS_FAIL_RFKILL_FLUSH) { in iwl_check_abort_status()
1150 if (tx_resp->frame_count == 1) { in iwlagn_rx_reply_tx()
1215 tx_resp->frame_count, cmd_inde in iwlagn_rx_reply_tx()
1103 iwl_check_abort_status(struct iwl_priv *priv, u8 frame_count, u32 status) iwl_check_abort_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c915 tx_resp->frame_count) & IEEE80211_MAX_SN; in iwlagn_get_scd_ssn()
937 agg->wait_for_ba = (tx_resp->frame_count > 1); in iwl_rx_reply_tx_agg()
943 if (tx_resp->bt_kill_count && tx_resp->frame_count == 1 && in iwl_rx_reply_tx_agg()
949 if (tx_resp->frame_count == 1) in iwl_rx_reply_tx_agg()
955 iwlagn_get_scd_ssn(tx_resp), tx_resp->frame_count); in iwl_rx_reply_tx_agg()
958 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_rx_reply_tx_agg()
1100 u8 frame_count, u32 status) in iwl_check_abort_status()
1102 if (frame_count == 1 && status == TX_STATUS_FAIL_RFKILL_FLUSH) { in iwl_check_abort_status()
1146 if (tx_resp->frame_count == 1) { in iwlagn_rx_reply_tx()
1211 tx_resp->frame_count, cmd_inde in iwlagn_rx_reply_tx()
1099 iwl_check_abort_status(struct iwl_priv *priv, u8 frame_count, u32 status) iwl_check_abort_status() argument
[all...]
/kernel/linux/linux-5.10/include/video/
H A Dmetronomefb.h33 u8 frame_count; member
/kernel/linux/linux-6.6/include/video/
H A Dmetronomefb.h33 u8 frame_count; member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.h36 u32 frame_count[MDP_M2M_MAX]; member
H A Dmtk-mdp3-m2m.c51 ctx->curr_param.frame_no = ctx->frame_count[MDP_M2M_SRC]; in mdp_m2m_process_done()
52 src_vbuf->sequence = ctx->frame_count[MDP_M2M_SRC]++; in mdp_m2m_process_done()
53 dst_vbuf->sequence = ctx->frame_count[MDP_M2M_DST]++; in mdp_m2m_process_done()
126 ctx->frame_count[MDP_M2M_SRC] = 0; in mdp_m2m_start_streaming()
129 ctx->frame_count[MDP_M2M_DST] = 0; in mdp_m2m_start_streaming()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c347 if (dev->capture.frame_count) { in buffer_cb()
358 &dev->capture.frame_count, in buffer_cb()
359 sizeof(dev->capture.frame_count)); in buffer_cb()
375 if (!dev->capture.frame_count) { in buffer_cb()
414 &dev->capture.frame_count, in buffer_cb()
415 sizeof(dev->capture.frame_count)); in buffer_cb()
523 dev->capture.frame_count = 1; in start_streaming()
589 &dev->capture.frame_count, in start_streaming()
590 sizeof(dev->capture.frame_count)); in start_streaming()
606 dev->capture.frame_count in stop_streaming()
[all...]
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c345 if (dev->capture.frame_count) { in buffer_cb()
356 &dev->capture.frame_count, in buffer_cb()
357 sizeof(dev->capture.frame_count)); in buffer_cb()
373 if (!dev->capture.frame_count) { in buffer_cb()
412 &dev->capture.frame_count, in buffer_cb()
413 sizeof(dev->capture.frame_count)); in buffer_cb()
521 dev->capture.frame_count = 1; in start_streaming()
587 &dev->capture.frame_count, in start_streaming()
588 sizeof(dev->capture.frame_count)); in start_streaming()
604 dev->capture.frame_count in stop_streaming()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.h43 u32 frame_count; /* frame count since timing engine enabled */ member
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_codec.h61 u32 frame_count; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c512 info->status.rates[1].count = status->frame_count; in b43legacy_pio_handle_txstatus()
514 if (status->frame_count > retry_limit) { in b43legacy_pio_handle_txstatus()
516 info->status.rates[1].count = status->frame_count - in b43legacy_pio_handle_txstatus()
520 info->status.rates[0].count = status->frame_count; in b43legacy_pio_handle_txstatus()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c512 info->status.rates[1].count = status->frame_count; in b43legacy_pio_handle_txstatus()
514 if (status->frame_count > retry_limit) { in b43legacy_pio_handle_txstatus()
516 info->status.rates[1].count = status->frame_count - in b43legacy_pio_handle_txstatus()
520 info->status.rates[0].count = status->frame_count; in b43legacy_pio_handle_txstatus()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dxmit.c869 if (status->frame_count == 0) { in b43_fill_txstatus_report()
881 report->status.rates[1].count = status->frame_count; in b43_fill_txstatus_report()
883 if (status->frame_count > retry_limit) { in b43_fill_txstatus_report()
885 report->status.rates[1].count = status->frame_count - in b43_fill_txstatus_report()
889 report->status.rates[0].count = status->frame_count; in b43_fill_txstatus_report()
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2_usb.c80 static int frame_count; in process_frame() local
91 frame_count++; in process_frame()
289 cam->frame_count++; in cpia2_usb_complete()
319 cam->workbuff->seq = cam->frame_count++; in cpia2_usb_complete()
756 cam->frame_count = 0; in cpia2_usb_stream_start()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dxmit.c869 if (status->frame_count == 0) { in b43_fill_txstatus_report()
881 report->status.rates[1].count = status->frame_count; in b43_fill_txstatus_report()
883 if (status->frame_count > retry_limit) { in b43_fill_txstatus_report()
885 report->status.rates[1].count = status->frame_count - in b43_fill_txstatus_report()
889 report->status.rates[0].count = status->frame_count; in b43_fill_txstatus_report()

Completed in 23 milliseconds

123456