| /subsys/pm/ |
| A D | device_runtime.c | 76 if (pm->base.usage == 0U) { in runtime_suspend() 82 pm->base.usage--; in runtime_suspend() 83 if (pm->base.usage > 0U) { in runtime_suspend() 101 pm->base.usage++; in runtime_suspend() 133 pm->base.usage++; in runtime_suspend_work() 184 pm->base.usage++; in get_sync_locked() 249 pm->base.usage++; in pm_device_runtime_get() 285 pm->base.usage--; in pm_device_runtime_get() 320 pm->base.usage--; in put_sync_locked() 428 pm->base.usage = 0U; in runtime_enable_sync() [all …]
|
| /subsys/net/lib/prometheus/ |
| A D | collector.c | 51 LOG_DBG("entry->name: %s", entry->base.name); in prometheus_get_counter_metric() 53 if (strncmp(entry->base.name, name, strlen(entry->base.name)) == 0) { in prometheus_get_counter_metric() 54 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_counter_metric() 67 LOG_DBG("entry->name: %s", entry->base.name); in prometheus_get_gauge_metric() 69 if (strncmp(entry->base.name, name, strlen(entry->base.name)) == 0) { in prometheus_get_gauge_metric() 70 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_gauge_metric() 83 LOG_DBG("entry->name: %s", entry->base.name); in prometheus_get_histogram_metric() 85 if (strncmp(entry->base.name, name, strlen(entry->base.name)) == 0) { in prometheus_get_histogram_metric() 86 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_histogram_metric() 99 LOG_DBG("entry->name: %s", entry->base.name); in prometheus_get_summary_metric() [all …]
|
| A D | formatter.c | 122 CONTAINER_OF(metric, struct prometheus_counter, base); in prometheus_format_one_metric() 142 CONTAINER_OF(metric, struct prometheus_gauge, base); in prometheus_format_one_metric() 162 CONTAINER_OF(metric, struct prometheus_histogram, base); in prometheus_format_one_metric() 198 CONTAINER_OF(metric, struct prometheus_summary, base); in prometheus_format_one_metric()
|
| /subsys/bluetooth/audio/ |
| A D | bap_base.c | 107 const struct bt_bap_base *base; in bt_bap_base_get_base_from_ad() local 146 base = (const struct bt_bap_base *)net_buf.data; in bt_bap_base_get_base_from_ad() 220 return base; in bt_bap_base_get_base_from_ad() 223 int bt_bap_base_get_size(const struct bt_bap_base *base) in bt_bap_base_get_size() argument 229 CHECKIF(base == NULL) { in bt_bap_base_get_size() 275 int bt_bap_base_get_pres_delay(const struct bt_bap_base *base) in bt_bap_base_get_pres_delay() argument 280 CHECKIF(base == NULL) { in bt_bap_base_get_pres_delay() 297 CHECKIF(base == NULL) { in bt_bap_base_get_subgroup_count() 310 int bt_bap_base_foreach_subgroup(const struct bt_bap_base *base, in bt_bap_base_foreach_subgroup() argument 319 CHECKIF(base == NULL) { in bt_bap_base_foreach_subgroup() [all …]
|
| A D | bap_broadcast_sink.c | 540 const struct bt_bap_base *base) in update_recv_state_base() argument 554 err = update_recv_state_base_copy_meta(base); in update_recv_state_base() 593 static int base_get_bis_count(const struct bt_bap_base *base) in base_get_bis_count() argument 675 if (base == NULL) { in pa_decode_base() 680 base_size = bt_bap_base_get_size(base); in pa_decode_base() 681 if (base_size != sink->base_size || memcmp(base, sink->base, base_size) != 0) { in pa_decode_base() 687 ret = base_get_bis_count(base); in pa_decode_base() 702 sink->qos_cfg.pd = bt_bap_base_get_pres_delay(base); in pa_decode_base() 711 memcpy(sink->base, base, base_size); in pa_decode_base() 716 update_recv_state_base(sink, base); in pa_decode_base() [all …]
|
| /subsys/net/ip/ |
| A D | net_stats.c | 437 if (entry->base.collector != iface->collector) { in register_prometheus_metrics() 442 &entry->base); in register_prometheus_metrics() 447 if (entry->base.collector != iface->collector) { in register_prometheus_metrics() 452 &entry->base); in register_prometheus_metrics() 457 if (entry->base.collector != iface->collector) { in register_prometheus_metrics() 462 &entry->base); in register_prometheus_metrics() 467 if (entry->base.collector != iface->collector) { in register_prometheus_metrics() 472 &entry->base); in register_prometheus_metrics() 503 CONTAINER_OF(metric, struct prometheus_counter, base); in net_stats_prometheus_scrape() 515 CONTAINER_OF(metric, struct prometheus_gauge, base); in net_stats_prometheus_scrape() [all …]
|
| /subsys/shell/modules/kernel_service/thread/ |
| A D | list.c | 81 thread->base.user_options, in shell_tdata_dump() 82 thread->base.prio, in shell_tdata_dump() 83 (int64_t)thread->base.timeout.dticks); in shell_tdata_dump() 89 shell_print(sh, "\tcpu_mask: 0x%x", thread->base.cpu_mask); in shell_tdata_dump()
|
| A D | mask.c | 34 thread->base.cpu_mask); in cmd_kernel_thread_mask_clear() 63 thread->base.cpu_mask); in cmd_kernel_thread_mask_enable_all() 98 thread->base.cpu_mask); in cmd_kernel_thread_mask_enable() 133 thread->base.cpu_mask); in cmd_kernel_thread_mask_disable()
|
| A D | pin.c | 42 thread->base.cpu_mask); in cmd_kernel_thread_pin()
|
| /subsys/portability/cmsis_rtos_v2/ |
| A D | kernel.c | 41 int temp = _current->base.sched_locked; in osKernelLock() 57 int temp = _current->base.sched_locked; in osKernelUnlock() 73 _current->base.sched_locked = lock; in osKernelRestoreLock()
|
| /subsys/jwt/ |
| A D | jwt_legacy_rsa.c | 48 res = mbedtls_sha256(builder->base, builder->buf - builder->base, hash, 0); in jwt_sign_impl()
|
| A D | jwt_psa.c | 44 builder->base, builder->buf - builder->base, in jwt_sign_impl()
|
| /subsys/shell/ |
| A D | shell_utils.c | 623 long shell_strtol(const char *str, int base, int *err) in shell_strtol() argument 629 val = strtol(str, &endptr, base); in shell_strtol() 641 unsigned long shell_strtoul(const char *str, int base, int *err) in shell_strtoul() argument 652 val = strtoul(str, &endptr, base); in shell_strtoul() 664 unsigned long long shell_strtoull(const char *str, int base, int *err) in shell_strtoull() argument 675 val = strtoull(str, &endptr, base); in shell_strtoull() 687 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool() argument 697 return shell_strtoul(str, base, err); in shell_strtobool()
|
| /subsys/mgmt/hawkbit/ |
| A D | hawkbit.c | 143 struct hawkbit_ctl_res base; member 980 &hb_context->results.base); in response_json_cb() 1336 if (s->hb_context.results.base.config.polling.sleep) { in s_probe() 1339 hawkbit_update_sleep(&s->hb_context.results.base); in s_probe() 1342 if (s->hb_context.results.base._links.cancelAction.href) { in s_probe() 1344 s->hb_context.results.base._links.cancelAction.href); in s_probe() 1346 } else if (s->hb_context.results.base._links.configData.href) { in s_probe() 1348 s->hb_context.results.base._links.configData.href); in s_probe() 1350 } else if (s->hb_context.results.base._links.deploymentBase.href) { in s_probe() 1352 s->hb_context.results.base._links.deploymentBase.href); in s_probe() [all …]
|
| /subsys/tracing/sysview/ |
| A D | sysview_config.c | 47 Info.Prio = thread->base.prio; in sys_trace_thread_info() 97 .Prio = thread->base.prio, in send_task_list_cb()
|
| /subsys/net/lib/lwm2m/ |
| A D | lwm2m_util.c | 331 int64_t base = PRECISION64, sign = 1; in lwm2m_atof() local 364 while (*(++pos) && base > 1 && isdigit((unsigned char)*pos) != 0) { in lwm2m_atof() 366 base /= 10; in lwm2m_atof() 369 val2 *= sign * base; in lwm2m_atof() 373 return !*pos || base == 1 ? 0 : -EINVAL; in lwm2m_atof()
|
| /subsys/llext/ |
| A D | llext_mem.c | 196 uintptr_t base = (uintptr_t)ext->mem[mem_idx]; in llext_copy_region() local 204 memset((void *)base, 0, prepad); in llext_copy_region() 205 base += prepad; in llext_copy_region() 216 ret = llext_read(ldr, (void *)base, length); in llext_copy_region()
|
| A D | llext_load.c | 703 const void *base; in llext_copy_symbols() local 705 base = llext_loaded_sect_ptr(ldr, ext, shndx); in llext_copy_symbols() 706 if (!base) { in llext_copy_symbols() 711 base = llext_peek(ldr, shdr->sh_offset); in llext_copy_symbols() 712 if (base) { in llext_copy_symbols() 713 LOG_DBG("section %d peeked at %p", shndx, base); in llext_copy_symbols() 720 sym_tab->syms[j].addr = (uint8_t *)base + sym.st_value - in llext_copy_symbols()
|
| A D | llext_link.c | 577 void *base = llext_peek(ldr, shdr->sh_offset); in llext_link() local 579 sys_cache_data_flush_range(base, shdr->sh_size); in llext_link() 581 sys_cache_instr_invd_range(base, shdr->sh_size); in llext_link()
|
| /subsys/bluetooth/mesh/ |
| A D | access.c | 51 } base; member 1749 base->rt->elem_idx, in mod_rel_register() 1750 base->rt->mod_idx + get_sig_offset(base), in mod_rel_register() 1989 mod->pub->addr = pub.base.addr; in mod_set_pub() 1990 mod->pub->key = pub.base.key; in mod_set_pub() 1991 mod->pub->cred = pub.base.cred; in mod_set_pub() 1992 mod->pub->ttl = pub.base.ttl; in mod_set_pub() 1999 pub.base.key); in mod_set_pub() 2222 pub.base.addr = mod->pub->addr; in store_pending_mod_pub() 2223 pub.base.key = mod->pub->key; in store_pending_mod_pub() [all …]
|
| /subsys/net/pkt_filter/ |
| A D | CMakeLists.txt | 6 zephyr_library_sources(base.c)
|
| /subsys/net/lib/shell/ |
| A D | ping.c | 204 int base; in parse_arg() local 217 base = 16; in parse_arg() 219 base = 10; in parse_arg() 223 res = shell_strtol(str, base, &err); in parse_arg()
|
| /subsys/fb/ |
| A D | README_fonts.txt | 4 https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/DroidSansMono.ttf
|
| /subsys/bluetooth/audio/shell/ |
| A D | bap_broadcast_assistant.c | 59 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in pa_decode_base() local 63 if (base == NULL) { in pa_decode_base() 67 base_size = bt_bap_base_get_size(base); in pa_decode_base() 76 memcmp(base, received_base, (size_t)base_size) != 0) { in pa_decode_base() 77 (void)memcpy(received_base, base, base_size); in pa_decode_base()
|
| /subsys/net/l2/ethernet/gptp/ |
| A D | Kconfig | 130 int "Set initial pdelay request interval in Log2 base" 138 int "Set initial sync interval in Log2 base" 146 int "Set initial announce interval in Log2 base"
|