Lines Matching defs:ch_id
286 static int uipc_check_fd_locked(tUIPC_CH_ID ch_id) in uipc_check_fd_locked()
350 static int uipc_setup_server_locked(tUIPC_CH_ID ch_id, char *name, tUIPC_RCV_CBACK *cback) in uipc_setup_server_locked()
386 static void uipc_flush_ch_locked(tUIPC_CH_ID ch_id) in uipc_flush_ch_locked()
429 static void uipc_flush_locked(tUIPC_CH_ID ch_id) in uipc_flush_locked()
447 static int uipc_close_ch_locked(tUIPC_CH_ID ch_id) in uipc_close_ch_locked()
486 void uipc_close_locked(tUIPC_CH_ID ch_id) in uipc_close_locked()
502 int ch_id; in uipc_read_task() local
619 BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback) in UIPC_Open()
664 void UIPC_Close(tUIPC_CH_ID ch_id) in UIPC_Close()
692 BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf, in UIPC_Send()
722 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len) in UIPC_Read()
814 extern BOOLEAN UIPC_Ioctl(tUIPC_CH_ID ch_id, UINT32 request, void *param) in UIPC_Ioctl()