Home | History | Annotate | Download | only in health

Lines Matching refs:mcap_mcl

100 static int send_sync_cmd(struct mcap_mcl *mcl, const void *buf, uint32_t size)
111 static int send_unsupported_cap_req(struct mcap_mcl *mcl)
126 static int send_unsupported_set_req(struct mcap_mcl *mcl)
151 void mcap_sync_init(struct mcap_mcl *mcl)
167 void mcap_sync_stop(struct mcap_mcl *mcl)
231 static gboolean read_btclock(struct mcap_mcl *mcl, uint32_t *btclock,
249 static gboolean read_btclock_retry(struct mcap_mcl *mcl, uint32_t *btclock,
263 static gboolean get_btrole(struct mcap_mcl *mcl)
280 uint64_t mcap_get_timestamp(struct mcap_mcl *mcl,
300 uint32_t mcap_get_btclock(struct mcap_mcl *mcl)
314 static gboolean initialize_caps(struct mcap_mcl *mcl)
382 static struct csp_caps *caps(struct mcap_mcl *mcl)
393 static int send_sync_cap_rsp(struct mcap_mcl *mcl, uint8_t rspcode,
416 static void proc_sync_cap_req(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
460 static int send_sync_set_rsp(struct mcap_mcl *mcl, uint8_t rspcode,
481 static gboolean get_all_clocks(struct mcap_mcl *mcl, uint32_t *btclock,
517 struct mcap_mcl *mcl;
550 struct mcap_mcl *mcl;
635 static void proc_sync_set_req(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
760 static void proc_sync_cap_rsp(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
809 static void proc_sync_set_rsp(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
855 static void proc_sync_info_ind(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
884 void proc_sync_cmd(struct mcap_mcl *mcl, uint8_t *cmd, uint32_t len)
917 void mcap_sync_cap_req(struct mcap_mcl *mcl, uint16_t reqacc,
956 void mcap_sync_set_req(struct mcap_mcl *mcl, uint8_t update, uint32_t btclock,