/Zephyr-latest/tests/net/lib/http_server/common/src/ |
D | main.c | 367 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/ |
D | sip_svc_subsys.c | 126 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 …]
|
D | sip_svc_shell.c | 31 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/ |
D | enc.c | 49 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()
|
D | main.h | 25 void ct(void *p1, void *p2, void *p3);
|
D | main.c | 166 ct, NULL, NULL, NULL, in main() 291 void ct(void *p1, void *p2, void *p3) in ct() function
|
/Zephyr-latest/boards/ct/ |
D | index.rst | 1 .. _boards-ct:
|
/Zephyr-latest/boards/native/native_posix/ |
D | timer_model.c | 330 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/ |
D | timer_model.c | 322 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/ |
D | display_ist3931.c | 29 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/ |
D | http_server_core.c | 778 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/ |
D | ctcc_nrf52840.dts | 12 compatible = "ct,ctcc-nrf52840";
|
D | ctcc_nrf9161_common.dtsi | 12 compatible = "ct,ctcc-nrf9161";
|
/Zephyr-latest/boards/mediatek/ |
D | index.rst | 116 # Build ct-ng itself 140 ./ct-ng olddefconfig 141 ./ct-ng build.$(nproc)
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | walker.py | 596 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/ |
D | tippy-bundle.umd.min.js | 6 …ct(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/ |
D | app.overlay | 345 lcd-ct=<223>;
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 159 ct CTHINGS.CO
|