tsalarm_softc_t
tsal_pcp_io_op(tsalarm_softc_t *sc, void *buf, int byte_cnt, int io_op)
int (*func_ptr)(tsalarm_softc_t *, uint8_t *, int);
tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int bytes_cnt)
tsal_pcp_write(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt)
tsal_pcp_read(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt)
tsal_pcp_peek_read(tsalarm_softc_t *sc, uint8_t *buf, int byte_cnt)
tsal_pcp_send_req_msg_hdr(tsalarm_softc_t *sc, tsal_pcp_req_msg_hdr_t *req_hdr)
tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc,
tsal_pcp_get_xid(tsalarm_softc_t *sc)
tsal_pcp_frame_error_handle(tsalarm_softc_t *sc)
check_magic_byte_presence(tsalarm_softc_t *sc,
static int tsal_pcp_send_req_msg_hdr(tsalarm_softc_t *sc,
static int tsal_pcp_recv_resp_msg_hdr(tsalarm_softc_t *sc,
static int tsal_pcp_io_op(tsalarm_softc_t *sc, void *buf,
static int tsal_pcp_read(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
static int tsal_pcp_write(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
static int tsal_pcp_peek(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
static int tsal_pcp_peek_read(tsalarm_softc_t *sc, uint8_t *buf, int buf_len);
static int tsal_pcp_frame_error_handle(tsalarm_softc_t *sc);
static int check_magic_byte_presence(tsalarm_softc_t *sc, int byte_cnt,
static int tsal_pcp_send_recv(tsalarm_softc_t *sc, tsal_pcp_msg_t *req_msg,
static uint32_t tsal_pcp_get_xid(tsalarm_softc_t *sc);
tsalarm_softc_t *sc);
tsalarm_softc_t *sc);
glvc_alarm_get(int alarm_type, int *alarm_state, tsalarm_softc_t *sc)
glvc_alarm_set(int alarm_type, int new_state, tsalarm_softc_t *sc)
tsal_pcp_send_recv(tsalarm_softc_t *sc, tsal_pcp_msg_t *req_msg,