Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sip_svc/
Dsip_svc.h186 void *sip_svc_get_controller(char *method);
/Zephyr-latest/tests/subsys/sip_svc/src/
Dmain.c61 ctrl = sip_svc_get_controller(SVC_METHOD); in sip_svc_send_sync_request()
132 ctrl = sip_svc_get_controller(SVC_METHOD); in sip_svc_send_async_request()
184 ctrl = sip_svc_get_controller(SVC_METHOD); in sip_svc_register_and_send()
/Zephyr-latest/samples/subsys/sip_svc/src/
Dmain.c61 mb_smc_ctrl = sip_svc_get_controller(SVC_METHOD); in main()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_agilex_mailbox_shell.c37 mb_smc_ctrl = sip_svc_get_controller(argv[1]); in cmd_reg()
Dsip_svc_shell.c24 *ctrl = sip_svc_get_controller(argv[1]); in parse_common_args()
Dsip_svc_subsys.c793 void *sip_svc_get_controller(char *method) in sip_svc_get_controller() function
/Zephyr-latest/drivers/fpga/
Dfpga_altera_agilex_bridge.c452 data->mailbox_smc_dev = sip_svc_get_controller("smc"); in altera_fpga_init()