Lines Matching refs:tUIPC_STATE
81 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
181 static int uipc_main_init(tUIPC_STATE& uipc) { in uipc_main_init()
213 void uipc_main_cleanup(tUIPC_STATE& uipc) { in uipc_main_cleanup()
226 static void uipc_check_task_flags_locked(tUIPC_STATE& uipc) { in uipc_check_task_flags_locked()
239 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_check_fd_locked()
287 static void uipc_check_interrupt_locked(tUIPC_STATE& uipc) { in uipc_check_interrupt_locked()
295 static inline void uipc_wakeup_locked(tUIPC_STATE& uipc) { in uipc_wakeup_locked()
302 static int uipc_setup_server_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in uipc_setup_server_locked()
333 static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_ch_locked()
372 static void uipc_flush_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_locked()
386 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_ch_locked()
418 void uipc_close_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_close_locked()
430 tUIPC_STATE& uipc = *((tUIPC_STATE*)arg); in uipc_read_task()
484 int uipc_start_main_server_thread(tUIPC_STATE& uipc) { in uipc_start_main_server_thread()
497 void uipc_stop_main_server_thread(tUIPC_STATE& uipc) { in uipc_stop_main_server_thread()
521 std::unique_ptr<tUIPC_STATE> UIPC_Init() { in UIPC_Init()
522 std::unique_ptr<tUIPC_STATE> uipc = std::make_unique<tUIPC_STATE>(); in UIPC_Init()
542 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, in UIPC_Open()
571 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close()
595 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Send()
621 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in UIPC_Read()
700 extern bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request, in UIPC_Ioctl()