Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 58) sorted by relevance

123

/subsys/logging/backends/
A Dlog_backend_fs.c261 int max = 0, min = MAX_FILE_NUMERAL; in allocate_new_file() local
274 if (file_num > max) { in allocate_new_file()
275 max = file_num; in allocate_new_file()
288 ((max - min) > in allocate_new_file()
292 oldest = max; in allocate_new_file()
309 if (file_num > max - CONFIG_LOG_BACKEND_FS_FILES_LIMIT) { in allocate_new_file()
316 newest = max; in allocate_new_file()
/subsys/bluetooth/controller/ll_sw/
A Dll_tx_pwr.c210 void ll_tx_pwr_get(int8_t *min, int8_t *max) in ll_tx_pwr_get() argument
214 *max = lll_radio_tx_pwr_max_get(); in ll_tx_pwr_get()
217 *max = RADIO_TXP_DEFAULT; in ll_tx_pwr_get()
A Dull_df_internal.h19 void ull_df_rx_iq_report_alloc(uint8_t max);
A Dull_df.c588 void ull_df_rx_iq_report_alloc(uint8_t max) in ull_df_rx_iq_report_alloc() argument
592 if (max > mem_link_iq_report_quota_pdu) { in ull_df_rx_iq_report_alloc()
593 max = mem_link_iq_report_quota_pdu; in ull_df_rx_iq_report_alloc()
596 while ((max--) && MFIFO_ENQUEUE_IDX_GET(iq_report_free, &idx)) { in ull_df_rx_iq_report_alloc()
A Dull.c2475 static void rx_replenish(uint8_t max) in rx_replenish() argument
2479 if (max > mem_link_rx.quota_pdu) { in rx_replenish()
2480 max = mem_link_rx.quota_pdu; in rx_replenish()
2483 while (max && MFIFO_ENQUEUE_IDX_GET(pdu_rx_free, &idx)) { in rx_replenish()
2504 max--; in rx_replenish()
2508 if (!max) { in rx_replenish()
3150 void *mem_free, void *link_free, uint8_t max) in ull_rxfifo_alloc() argument
3154 while ((max--) && mfifo_enqueue_idx_get(n, f, *l, &idx)) { in ull_rxfifo_alloc()
/subsys/bluetooth/audio/
A DKconfig.vocs11 int "Volume Offset Control Service max instance count"
28 int "Volume Offset Control Service max output description size"
39 int "Volume Offset Control Service client max instance count"
A DKconfig.aics12 int "Audio Input Control Service max instance count"
30 int "Audio Input Control Service max input description size"
41 int "Audio Input Control Service client max instance count"
/subsys/fs/virtiofs/
A DKconfig17 int "Virtiofs max open files"
20 Virtiofs max simultaneously open files
23 int "Virtiofs max virtqueue size"
/subsys/net/lib/lwm2m/
A Dlwm2m_senml_cbor.patch11 * Generated with a --default-max-qty of 99
53 * Generated with a --default-max-qty of 99
78 * Generated with a --default-max-qty of 99
126 * Generated with a --default-max-qty of 99
151 * Generated with a --default-max-qty of 99
158 -/** Which value for --default-max-qty this file was created with.
163 - * See `zcbor --help` for more information about --default-max-qty
A Dlwm2m_obj_server.c266 uint8_t max = 0; in lwm2m_server_select() local
274 if (max < priority[i]) { in lwm2m_server_select()
275 max = priority[i]; in lwm2m_server_select()
279 min = max = 0; in lwm2m_server_select()
282 for (uint8_t prio = min; prio <= max; prio++) { in lwm2m_server_select()
A Dlwm2m_senml_cbor_regenerate.sh5 zcbor code --default-max-qty 99 -c lwm2m_senml_cbor.cddl -e -d -t lwm2m_senml \
/subsys/net/l2/ethernet/dsa/
A DKconfig25 int "DSA port max count"
28 Set DSA port max count.
/subsys/logging/
A Dlog_mgmt.c448 uint32_t max = 0U; in filter_set() local
452 max = filter_set(LOG_FRONTEND_SLOT_ID, domain_id, source_id, level); in filter_set()
454 return max; in filter_set()
463 max = MAX(current, max); in filter_set()
466 return max; in filter_set()
A Dlog_cmds.c408 uint32_t max; in cmd_log_mem() local
421 err = log_mem_get_max_usage(&max); in cmd_log_mem()
427 shell_print(sh, "\tMaximum usage: %u bytes", max); in cmd_log_mem()
/subsys/net/pkt_filter/
A Dbase.c281 pkt_size, bounds->min, bounds->max); in npf_size_inbounds()
283 return pkt_size >= bounds->min && pkt_size <= bounds->max; in npf_size_inbounds()
367 bounds->min : bounds->max); in npf_test_get_str()
369 snprintk(buf, len, "[%zu-%zu]", bounds->min, bounds->max); in npf_test_get_str()
/subsys/bindesc/
A DKconfig24 int "Bindesc max data size"
64 int "Bindesc read flash max data size"
/subsys/portability/cmsis_rtos_v2/
A DKconfig39 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
61 Mention max number of mutexes in CMSIS RTOS V2 compliant application that can
69 Mention max number of semaphores in CMSIS RTOS V2 compliant application that can
/subsys/usb/device_next/class/
A Dusbd_uvc.c463 uint8_t max = 0; in uvc_get_vs_probe_format_index() local
479 probe->bFormatIndex = max; in uvc_get_vs_probe_format_index()
496 uint8_t max = 0; in uvc_get_vs_probe_frame_index() local
518 max++; in uvc_get_vs_probe_frame_index()
528 probe->bFrameIndex = max; in uvc_get_vs_probe_frame_index()
546 int max; in uvc_get_vs_probe_frame_interval() local
559 max = frame_desc->bFrameIntervalType - 1; in uvc_get_vs_probe_frame_interval()
744 struct uvc_probe max = {0}; in uvc_set_vs_probe() local
754 if (probe.bFrameIndex > max.bFrameIndex) { in uvc_set_vs_probe()
756 probe.bFrameIndex, max.bFrameIndex); in uvc_set_vs_probe()
[all …]
/subsys/bluetooth/controller/ll_sw/openisa/lll/
A Dlll_prof.c135 p->max = cputime_max; in lll_prof_send()
/subsys/net/l2/virtual/
A DKconfig26 Indicate the max name length, including the terminating NULL byte.
/subsys/portability/cmsis_rtos_v1/
A DKconfig22 Mention max stack size threads can be allocated in CMSIS RTOS application.
/subsys/bluetooth/host/classic/
A Dat.h114 int at_list_get_range(struct at_client *at, uint32_t *min, uint32_t *max);
/subsys/mgmt/mcumgr/smp_client/
A DKconfig33 int "SMP client max buffer count"
/subsys/mgmt/updatehub/
A DKconfig49 Configure the max number of supported hardware
103 Configure the max size of a data payload were value:
/subsys/logging/frontends/
A Dlog_frontend_stmesp_demux.c649 uint32_t max; in log_frontend_stmesp_demux_max_utilization() local
650 int rv = mpsc_pbuf_get_max_utilization(&demux.pbuf, &max); in log_frontend_stmesp_demux_max_utilization()
652 return rv == 0 ? max : rv; in log_frontend_stmesp_demux_max_utilization()

Completed in 91 milliseconds

123