/Zephyr-latest/samples/subsys/debug/fuzz/ |
D | README.rst | 50 #2 INITED cov: 101 ft: 102 corp: 1/1b exec/s: 0 rss: 30Mb 59 …#418965 REDUCE cov: 165 ft: 166 corp: 15/400b lim: 4052 exec/s: 38087 rss: 31Mb L: 5/256 MS: 1 Era… 60 #524288 pulse cov: 165 ft: 166 corp: 15/400b lim: 4096 exec/s: 40329 rss: 31Mb 65 …#579131 NEW cov: 168 ft: 169 corp: 16/406b lim: 4096 exec/s: 38608 rss: 31Mb L: 6/256 MS: 1 Ins… 66 …#579432 NEW cov: 170 ft: 171 corp: 17/414b lim: 4096 exec/s: 38628 rss: 31Mb L: 8/256 MS: 1 Per… 67 …#579948 REDUCE cov: 170 ft: 171 corp: 17/413b lim: 4096 exec/s: 38663 rss: 31Mb L: 7/256 MS: 1 Era…
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 344 cis->lll.tx.ft = ll_iso_setup.c_ft; in ll_cig_parameters_commit() 345 cis->lll.rx.ft = ll_iso_setup.p_ft; in ll_cig_parameters_commit() 461 cis->lll.tx.ft = DIV_ROUND_UP(total_time, iso_interval_us); in ll_cig_parameters_commit() 462 cis->lll.rx.ft = cis->lll.tx.ft; in ll_cig_parameters_commit() 474 cis->lll.tx.ft = ll_cis_calculate_ft(cig_sync_delay_us_max, iso_interval_us, in ll_cig_parameters_commit() 478 cis->lll.rx.ft = ll_cis_calculate_ft(cig_sync_delay_us_max, iso_interval_us, in ll_cig_parameters_commit() 482 if ((cis->lll.tx.ft == 0U) || (cis->lll.rx.ft == 0U)) { in ll_cig_parameters_commit() 491 cis->lll.nse = DIV_ROUND_UP(se[i].total_count, cis->lll.tx.ft); in ll_cig_parameters_commit() 527 (cis->lll.tx.ft * iso_interval_us) + in ll_cig_parameters_commit() 530 (cis->lll.rx.ft * iso_interval_us) + in ll_cig_parameters_commit() [all …]
|
D | lll_conn_iso.h | 15 uint64_t ft:8; /* Flush timeout (FT) */ member
|
D | ull_iso.c | 286 flush_timeout = cis->lll.rx.ft; in ll_setup_iso_path() 299 flush_timeout = cis->lll.tx.ft; in ll_setup_iso_path() 833 uint8_t ft; in ll_iso_receive_test() local 866 ft = cis->lll.rx.ft; in ll_iso_receive_test() 907 ft = 0; in ll_iso_receive_test() 937 err = isoal_sink_create(handle, role, framed, bn, ft, in ll_iso_receive_test() 1162 if (cis->lll.tx.ft > 1) { in ll_iso_transmit_test_send_sdu() 1276 cis->lll.tx.bn, cis->lll.tx.ft, in ll_iso_transmit_test()
|
D | ull_peripheral_iso.c | 268 cis->lll.rx.ft = req->c_ft; in ull_peripheral_iso_acquire() 274 cis->lll.tx.ft = req->p_ft; in ull_peripheral_iso_acquire()
|
D | ull_conn_iso.c | 980 lost_payloads = (lost_cig_events - (cis->lll.rx.ft - 1)) * cis->lll.rx.bn; in ull_conn_iso_start() 983 lost_payloads = (lost_cig_events - (cis->lll.tx.ft - 1)) * cis->lll.tx.bn; in ull_conn_iso_start()
|
D | ull_llcp.c | 846 ctx->data.cis_create.c_ft = cis->lll.tx.ft; in ull_cp_cis_create() 847 ctx->data.cis_create.p_ft = cis->lll.rx.ft; in ull_cp_cis_create()
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.c | 216 struct dai_intel_ssp_freq_table *ft = dai_get_ftable(dp); in dai_ssp_setup_initial_mclk_source() local 233 if (ft[i].freq % mclk_rate == 0) { in dai_ssp_setup_initial_mclk_source() 274 struct dai_intel_ssp_freq_table *ft = dai_get_ftable(dp); in dai_ssp_check_current_mclk_source() local 281 if (ft[mp->mclk_source_clock].freq % mclk_rate != 0) { in dai_ssp_check_current_mclk_source() 339 struct dai_intel_ssp_freq_table *ft = dai_get_ftable(dp); in dai_ssp_mn_set_mclk() local 363 ret = dai_ssp_set_mclk_divider(dp, mclk_id, ft[mp->mclk_source_clock].freq / mclk_rate); in dai_ssp_mn_set_mclk() 490 struct dai_intel_ssp_freq_table *ft = dai_get_ftable(dp); in dai_ssp_find_bclk_source() local 496 if (dai_ssp_find_mn(ft[mp->mclk_source_clock].freq, bclk, scr_div, m, n)) { in dai_ssp_find_bclk_source() 501 ft[mp->mclk_source_clock].freq); in dai_ssp_find_bclk_source() 506 if (ft[i].freq % bclk == 0) { in dai_ssp_find_bclk_source() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central_iso.c | 1127 if ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) == in payload_count_flush() 1151 if ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) == in payload_count_flush() 1186 while ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) < in payload_count_flush_or_inc_on_close() 1188 ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) == in payload_count_flush_or_inc_on_close() 1222 while ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) < in payload_count_flush_or_inc_on_close() 1224 ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) == in payload_count_flush_or_inc_on_close() 1256 while ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) < in payload_count_lazy_update() 1258 ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) == in payload_count_lazy_update() 1286 while ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) < in payload_count_lazy_update() 1288 ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) == in payload_count_lazy_update()
|
D | lll_peripheral_iso.c | 1254 while (((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) < in payload_count_flush() 1256 ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) == in payload_count_flush() 1285 if ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) == in payload_count_flush() 1328 while ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) < in payload_count_rx_flush_or_txrx_inc() 1330 ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) == in payload_count_rx_flush_or_txrx_inc() 1362 while ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) < in payload_count_lazy() 1364 ((((cis_lll->tx.payload_count / cis_lll->tx.bn) + cis_lll->tx.ft) == in payload_count_lazy() 1392 while ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) < in payload_count_lazy() 1394 ((((cis_lll->rx.payload_count / cis_lll->rx.bn) + cis_lll->rx.ft) == in payload_count_lazy()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/ |
D | main.c | 669 cis->lll.tx.ft = local_cis_req.c_ft; in ZTEST() 670 cis->lll.rx.ft = local_cis_req.p_ft; in ZTEST() 821 cis->lll.tx.ft = local_cis_req.c_ft; in ZTEST() 822 cis->lll.rx.ft = local_cis_req.p_ft; in ZTEST()
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 24 A brief summary of the proposed change - the 10,000 ft view on what it will
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd-2-cores.cfg | 85 # vi:ft=tcl
|
D | openocd.cfg | 116 # vi:ft=tcl
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …ft(){S=!0}function lt(){S=!1}function dt(){var t=nt();t.addEventListener("mousedown",ct,!0),t.addE… function
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 4403 sep->c_ft = lll_cis_c->ft; 4404 sep->p_ft = lll_cis_p->ft; 6000 if (cis->lll.tx.ft > 1) {
|