Home
last modified time | relevance | path

Searched refs:nframes (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/function/
H A Dcaller_is.py40 def invoke(self, name, nframes = 1): argument
41 if nframes < 0:
44 while nframes > 0:
48 nframes = nframes - 1
71 def invoke(self, name, nframes = 1): argument
72 if nframes < 0:
75 while nframes > 0:
79 nframes = nframes - 1
102 def invoke(self, name, nframes = 1): argument
103 if nframes < 0:
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/function/
H A Dcaller_is.py40 def invoke(self, name, nframes = 1): argument
41 if nframes < 0:
44 while nframes > 0:
48 nframes = nframes - 1
71 def invoke(self, name, nframes = 1): argument
72 if nframes < 0:
75 while nframes > 0:
79 nframes = nframes - 1
102 def invoke(self, name, nframes = 1): argument
103 if nframes < 0:
[all …]
/OK3568_Linux_fs/kernel/net/can/
H A Dbcm.c114 u32 nframes; member
220 seq_printf(m, "(%u)", op->nframes); in bcm_proc_show()
222 seq_printf(m, "[%u]", op->nframes); in bcm_proc_show()
249 seq_printf(m, "(%u) ", op->nframes); in bcm_proc_show()
251 seq_printf(m, "[%u] ", op->nframes); in bcm_proc_show()
309 if (op->currframe >= op->nframes) in bcm_can_tx()
326 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user()
335 if (head->nframes) { in bcm_send_to_user()
347 if (head->nframes == 1) in bcm_send_to_user()
418 msg_head.nframes = 0; in bcm_tx_timeout_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dagg-rx.c27 tid->nframes--; in mt76_aggr_release()
60 int start, idx, nframes; in mt76_rx_aggr_check_release() local
62 if (!tid->nframes) in mt76_rx_aggr_check_release()
68 nframes = tid->nframes; in mt76_rx_aggr_check_release()
71 idx != start && nframes; in mt76_rx_aggr_check_release()
77 nframes--; in mt76_rx_aggr_check_release()
97 int nframes; in mt76_rx_aggr_reorder_work() local
106 nframes = tid->nframes; in mt76_rx_aggr_reorder_work()
109 if (nframes) in mt76_rx_aggr_reorder_work()
205 if (tid->nframes) in mt76_rx_aggr_reorder()
[all …]
H A Dmt76x02_beacon.c179 int i, nframes; in mt76x02_enqueue_buffered_bc() local
185 nframes = skb_queue_len(&data->q); in mt76x02_enqueue_buffered_bc()
189 } while (nframes != skb_queue_len(&data->q) && in mt76x02_enqueue_buffered_bc()
H A Dsdio.c112 int nframes = 0; in mt76s_process_rx_queue() local
126 nframes++; in mt76s_process_rx_queue()
131 return nframes; in mt76s_process_rx_queue()
H A Dtx.c340 u16 tids, int nframes, in mt76_release_buffered_frames() argument
351 for (i = 0; tids && nframes; i++, tids >>= 1) { in mt76_release_buffered_frames()
364 nframes--; in mt76_release_buffered_frames()
369 } while (nframes); in mt76_release_buffered_frames()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Divc.c92 BUG_ON(frame >= ivc->nframes); in tegra_ivc_frame_addr()
142 if (w_count - r_count > ivc->nframes) in tegra_ivc_channel_empty()
156 ivc->nframes; in tegra_ivc_channel_full()
164 if (ivc->r_pos == ivc->nframes - 1) in tegra_ivc_advance_rx()
175 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()
282 ivc->nframes - 1) in tegra_ivc_read_advance()
483 static int check_ivc_params(ulong qbase1, ulong qbase2, uint32_t nframes, in check_ivc_params() argument
495 if ((uint64_t)nframes * (uint64_t)frame_size >= 0x100000000) { in check_ivc_params()
516 if (qbase1 + frame_size * nframes > qbase2) in check_ivc_params()
519 if (qbase2 + frame_size * nframes > qbase1) in check_ivc_params()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsdio_txrx.c195 int err, nframes = 0, len = 0, pse_sz = 0, ple_sz = 0; in mt7663s_tx_run_queue() local
227 nframes++; in mt7663s_tx_run_queue()
233 nframes++; in mt7663s_tx_run_queue()
245 if (nframes) { in mt7663s_tx_run_queue()
253 return nframes; in mt7663s_tx_run_queue()
261 int i, nframes = 0; in mt7663s_tx_work() local
270 nframes += ret; in mt7663s_tx_work()
272 if (nframes) in mt7663s_tx_work()
284 int nframes = 0, ret; in mt7663s_rx_work() local
301 nframes += ret; in mt7663s_rx_work()
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c234 int i, nframes = 0; in cpu_map_bpf_prog_run_xdp() local
263 frames[nframes++] = xdpf; in cpu_map_bpf_prog_run_xdp()
294 return nframes; in cpu_map_bpf_prog_run_xdp()
316 int i, n, m, nframes; in cpu_map_kthread_run() local
351 nframes = cpu_map_bpf_prog_run_xdp(rcpu, frames, n, &stats); in cpu_map_kthread_run()
352 if (nframes) { in cpu_map_kthread_run()
353 m = kmem_cache_alloc_bulk(skbuff_head_cache, gfp, nframes, skbs); in cpu_map_kthread_run()
355 for (i = 0; i < nframes; i++) in cpu_map_kthread_run()
357 drops += nframes; in cpu_map_kthread_run()
362 for (i = 0; i < nframes; i++) { in cpu_map_kthread_run()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h72 uint32_t nframes; member
176 uint32_t nframes, uint32_t frame_size,
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-debug.c381 int nframes, nerrs; in uhci_sprint_schedule() local
412 nframes = 10; in uhci_sprint_schedule()
425 if (nframes > 0) { in uhci_sprint_schedule()
437 if (nframes > 0) { in uhci_sprint_schedule()
445 if (nframes > 0) { in uhci_sprint_schedule()
457 if (nframes > 0) { in uhci_sprint_schedule()
472 nframes -= j; in uhci_sprint_schedule()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dbeacon.c73 int i, nframes; in mt7603_pre_tbtt_tasklet() local
100 nframes = skb_queue_len(&data.q); in mt7603_pre_tbtt_tasklet()
104 } while (nframes != skb_queue_len(&data.q) && in mt7603_pre_tbtt_tasklet()
H A Dmain.c421 u16 tids, int nframes, in mt7603_release_buffered_frames() argument
436 if (!nframes) in mt7603_release_buffered_frames()
446 nframes--; in mt7603_release_buffered_frames()
455 if (nframes) in mt7603_release_buffered_frames()
456 mt76_release_buffered_frames(hw, sta, tids, nframes, reason, in mt7603_release_buffered_frames()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dxmit.c62 struct ath_tx_status *ts, int nframes, int nbad,
411 int *nframes, int *nbad) in ath_tx_count_frames() argument
419 *nframes = 0; in ath_tx_count_frames()
430 (*nframes)++; in ath_tx_count_frames()
457 int nframes; in ath_tx_complete_aggr() local
523 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
580 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok); in ath_tx_complete_aggr()
989 int nframes = 0, ndelim, ret; in ath_tx_form_aggr() local
1007 if (nframes) { in ath_tx_form_aggr()
1009 ath_lookup_legacy(bf) || nframes >= h_baw) in ath_tx_form_aggr()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c648 static int aiffwriteheader(sox_format_t * ft, uint64_t nframes) in aiffwriteheader() argument
701 size = hsize + nframes * (ft->encoding.bits_per_sample >> 3) * ft->signal.channels; in aiffwriteheader()
739 lsx_writedw(ft, (unsigned) nframes); /* number of frames */ in aiffwriteheader()
798 …lsx_writedw(ft, (unsigned) (8 + nframes * ft->signal.channels * (ft->encoding.bits_per_sample >> 3… in aiffwriteheader()
845 static int aifcwriteheader(sox_format_t * ft, uint64_t nframes) in aifcwriteheader() argument
904 size = hsize + nframes * (ft->encoding.bits_per_sample >> 3) * ft->signal.channels; in aifcwriteheader()
922 lsx_writedw(ft, (unsigned) nframes); /* number of frames */ in aifcwriteheader()
935 …lsx_writedw(ft, (unsigned) (8 + nframes * ft->signal.channels * (ft->encoding.bits_per_sample >> 3… in aifcwriteheader()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_ipack.c51 int nframes = 0; in send_ipack() local
72 nframes = (p->count - off - 3 - ac3_off) / in send_ipack()
76 p->buf[off + 1] = nframes; in send_ipack()
77 ac3_off += nframes * ai.framesize - p->count; in send_ipack()
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dcdrom.c2114 int lba, int nframes) in cdrom_read_cdda_old() argument
2127 nr = nframes; in cdrom_read_cdda_old()
2140 while (nframes > 0) { in cdrom_read_cdda_old()
2141 if (nr > nframes) in cdrom_read_cdda_old()
2142 nr = nframes; in cdrom_read_cdda_old()
2152 nframes -= nr; in cdrom_read_cdda_old()
2160 int lba, int nframes) in cdrom_read_cdda_bpc() argument
2180 while (nframes) { in cdrom_read_cdda_bpc()
2181 nr = nframes; in cdrom_read_cdda_bpc()
2234 nframes -= nr; in cdrom_read_cdda_bpc()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_tpacket.c381 int nframes; in walk_tx() local
388 nframes = ring->rd_num; in walk_tx()
390 nframes = ring->req3.tp_frame_nr; in walk_tx()
393 bug_on(nframes < NUM_PACKETS); in walk_tx()
465 frame_num = (frame_num + 1) % nframes; in walk_tx()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_mbim.c415 int nframes; in cdc_mbim_rx_fixup() local
431 nframes = cdc_ncm_rx_verify_ndp16(skb_in, ndpoffset); in cdc_mbim_rx_fixup()
432 if (nframes < 0) in cdc_mbim_rx_fixup()
458 for (x = 0; x < nframes; x++, dpe16++) { in cdc_mbim_rx_fixup()
/OK3568_Linux_fs/kernel/include/uapi/linux/can/
H A Dbcm.h73 __u32 nframes; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/can/
H A Dbcm.h73 __u32 nframes; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/can/
H A Dbcm.h73 __u32 nframes; member
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_v4l2.c194 for (i = 0; i < format->nframes; ++i) { in uvc_v4l2_try_format()
267 for (i = 0; i < format->nframes; ++i) { in uvc_v4l2_try_format()
274 if (i == format->nframes) in uvc_v4l2_try_format()
436 for (i = 0; i < format->nframes && maxd != 0; i++) { in uvc_v4l2_set_streamparm()
1236 for (i = 0, index = 0; i < format->nframes; i++) { in uvc_ioctl_enum_framesizes()
1246 if (i == format->nframes) in uvc_ioctl_enum_framesizes()
1277 for (i = 0; i < format->nframes; i++) { in uvc_ioctl_enum_frameintervals()
1287 if (i == format->nframes) in uvc_ioctl_enum_frameintervals()
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoecmd.c802 if (ifp && ++ifp->lost > (t->nframes << 1) in rexmit_timer()
997 if (!t || t->maxout >= t->nframes) in calc_rttavg()
1440 addtgt(struct aoedev *d, char *addr, ulong nframes) in addtgt() argument
1457 t->nframes = nframes; in addtgt()
1462 t->maxout = t->nframes / 2; in addtgt()
1573 t->nframes = n; in aoecmd_cfg_rsp()
1608 t->ssthresh = t->nframes / 2; in aoecmd_wreset()
1609 t->next_cwnd = t->nframes; in aoecmd_wreset()

12