Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c367 HTTP_SERVER_CONTENT_TYPE_FOREACH(ct) in ZTEST()
369 if (strncmp(ct->extension, "html", ct->extension_len) == 0) { in ZTEST()
371 } else if (strncmp(ct->extension, "css", ct->extension_len) == 0) { in ZTEST()
373 } else if (strncmp(ct->extension, "js", ct->extension_len) == 0) { in ZTEST()
375 } else if (strncmp(ct->extension, "jpg", ct->extension_len) == 0) { in ZTEST()
377 } else if (strncmp(ct->extension, "png", ct->extension_len) == 0) { in ZTEST()
379 } else if (strncmp(ct->extension, "svg", ct->extension_len) == 0) { in ZTEST()
381 } else if (strncmp(ct->extension, "mpg", ct->extension_len) == 0) { in ZTEST()
384 zassert_unreachable("unknown extension (%s)", ct->extension); in ZTEST()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_subsys.c126 static inline bool is_sip_svc_controller(void *ct) in is_sip_svc_controller() argument
128 if (ct == NULL) { in is_sip_svc_controller()
133 if ((void *)ctrl == ct) { in is_sip_svc_controller()
157 uint32_t sip_svc_register(void *ct, void *priv_data) in sip_svc_register() argument
162 if (ct == NULL || !is_sip_svc_controller(ct)) { in sip_svc_register()
166 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_register()
189 int sip_svc_unregister(void *ct, uint32_t c_token) in sip_svc_unregister() argument
194 if (ct == NULL || !is_sip_svc_controller(ct)) { in sip_svc_unregister()
198 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_unregister()
263 int sip_svc_open(void *ct, uint32_t c_token, k_timeout_t k_timeout) in sip_svc_open() argument
[all …]
Dsip_svc_shell.c31 struct sip_svc_controller *ct = (struct sip_svc_controller *)(*ctrl); in parse_common_args() local
33 if (!ct->init) { in parse_common_args()
/Zephyr-latest/samples/userspace/shared_mem/src/
Denc.c49 char ct; in enig_enc() local
92 ct = index_to_char(tmpIndex); in enig_enc()
94 printk("EE CT: %02x\n", ct); in enig_enc()
98 return ct; in enig_enc()
Dmain.h25 void ct(void *p1, void *p2, void *p3);
Dmain.c166 ct, NULL, NULL, NULL, in main()
291 void ct(void *p1, void *p2, void *p3) in ct() function
/Zephyr-latest/boards/ct/
Dindex.rst1 .. _boards-ct:
/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c330 char ct[30]; in hwtimer_adjust_rt_ratio() local
334 us_time_to_str(ct, current_stime); in hwtimer_adjust_rt_ratio()
341 __func__, ct, s_diff, in hwtimer_adjust_rt_ratio()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c322 char ct[30]; in hwtimer_adjust_rt_ratio() local
326 us_time_to_str(ct, current_stime); in hwtimer_adjust_rt_ratio()
333 __func__, ct, s_diff, in hwtimer_adjust_rt_ratio()
/Zephyr-latest/drivers/display/
Ddisplay_ist3931.c29 uint8_t ct; /* 0-255 */ member
80 uint8_t cmd_buf[2] = {IST3931_CMD_CT, config->ct}; in ist3931_set_ct()
273 .ct = DT_INST_PROP(inst, lcd_ct), \
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c778 HTTP_SERVER_CONTENT_TYPE_FOREACH(ct) { in http_server_get_content_type_from_extension()
781 if (url_len <= ct->extension_len) { in http_server_get_content_type_from_extension()
785 ext = &url[url_len - ct->extension_len]; in http_server_get_content_type_from_extension()
787 if (strncmp(ext, ct->extension, ct->extension_len) == 0) { in http_server_get_content_type_from_extension()
788 strncpy(content_type, ct->content_type, content_type_size); in http_server_get_content_type_from_extension()
/Zephyr-latest/boards/ct/ctcc/
Dctcc_nrf52840.dts12 compatible = "ct,ctcc-nrf52840";
Dctcc_nrf9161_common.dtsi12 compatible = "ct,ctcc-nrf9161";
/Zephyr-latest/boards/mediatek/
Dindex.rst116 # Build ct-ng itself
140 ./ct-ng olddefconfig
141 ./ct-ng build.$(nproc)
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py596 for ct in cfgTargets:
597 if ct.name == depName:
599 if len(ct.target.artifacts) == 0:
603 depAbspath = os.path.join(pkg.cfg.relativeBaseDir, ct.target.artifacts[0])
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6ct(t){if(!T.isTouch||!S&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target… function
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay345 lcd-ct=<223>;
/Zephyr-latest/dts/bindings/
Dvendor-prefixes.txt159 ct CTHINGS.CO