Home
last modified time | relevance | path

Searched refs:sip_svc_response (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/sip_svc/
Dsip_svc.h59 typedef void (*sip_svc_cb_fn)(uint32_t c_token, struct sip_svc_response *res);
/Zephyr-Core-3.5.0/include/zephyr/drivers/sip_svc/
Dsip_svc_proto.h177 struct sip_svc_response { struct
/Zephyr-Core-3.5.0/samples/subsys/sip_svc/src/
Dmain.c27 void get_voltage_callback(uint32_t c_token, struct sip_svc_response *response) in get_voltage_callback()
/Zephyr-Core-3.5.0/tests/subsys/sip_svc/src/
Dmain.c33 static void get_sync_callback(uint32_t c_token, struct sip_svc_response *response) in get_sync_callback()
93 static void get_async_callback(uint32_t c_token, struct sip_svc_response *response) in get_async_callback()
/Zephyr-Core-3.5.0/subsys/sip_svc/
Dsip_svc_subsys.c396 struct sip_svc_response *response) in sip_svc_callback()
466 struct sip_svc_response response; in sip_svc_request_handler()
549 struct sip_svc_response response; in sip_svc_async_response_handler()
Dsip_svc_agilex_mailbox_shell.c159 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
Dsip_svc_shell.c185 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()