Searched defs:c_token (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/subsys/sip_svc/ | 
| D | sip_svc_shell.c | 43 	uint32_t c_token;  in cmd_reg()  local 66 	uint32_t c_token;  in cmd_unreg()  local 100 	uint32_t c_token;  in cmd_open()  local 154 	uint32_t c_token;  in cmd_close()  local 185 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response)  in cmd_send_callback() 207 	uint32_t c_token;  in cmd_send()  local
  | 
| D | sip_svc_subsys.c | 122 	uint32_t c_token = k_cycle_get_32();  in sip_svc_generate_c_token()  local 140 static uint32_t sip_svc_get_c_idx(struct sip_svc_controller *ctrl, uint32_t c_token)  in sip_svc_get_c_idx() 189 int sip_svc_unregister(void *ct, uint32_t c_token)  in sip_svc_unregister() 263 int sip_svc_open(void *ct, uint32_t c_token, k_timeout_t k_timeout)  in sip_svc_open() 342 int sip_svc_close(void *ct, uint32_t c_token, struct sip_svc_request *pre_close_req)  in sip_svc_close() 670 int sip_svc_send(void *ct, uint32_t c_token, struct sip_svc_request *request, sip_svc_cb_fn cb)  in sip_svc_send() 765 void *sip_svc_get_priv_data(void *ct, uint32_t c_token)  in sip_svc_get_priv_data()
  | 
| D | sip_svc_agilex_mailbox_shell.c | 159 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response)  in cmd_send_callback()
  | 
| /Zephyr-latest/tests/subsys/sip_svc/src/ | 
| D | main.c | 33 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-latest/samples/subsys/sip_svc/src/ | 
| D | main.c | 27 void get_voltage_callback(uint32_t c_token, struct sip_svc_response *response)  in get_voltage_callback()
  | 
| /Zephyr-latest/drivers/fpga/ | 
| D | fpga_altera_agilex_bridge.c | 114 static void smc_callback(uint32_t c_token, struct sip_svc_response *response)  in smc_callback()
  |