Searched refs:clock_connection (Results 1 – 4 of 4) sorted by relevance
130 int send_cmd(struct clock_connection *clk, char cmd) { in send_cmd()135 int send_async(struct clock_connection *clk, char cmd) { in send_async()140 int bulk_read(struct clock_connection *clk) { in bulk_read()147 int micros(struct clock_connection *clk) { in micros()153 void flush_incoming(struct clock_connection *clk) { in flush_incoming()164 void read_remote_timestamps(struct clock_connection *clk, int * times_remote) { in read_remote_timestamps()186 void zero_remote(struct clock_connection *clk) { in zero_remote()199 void improve_minE(struct clock_connection *clk) { in improve_minE()248 void improve_maxE(struct clock_connection *clk) { in improve_maxE()294 void improve_bounds(struct clock_connection *clk) { in improve_bounds()[all …]
28 struct clock_connection { struct43 int micros(struct clock_connection *clk); argument46 void sync_clocks(struct clock_connection *clk);49 void update_bounds(struct clock_connection *clk);
27 struct clock_connection clk;
58 struct clock_connection clk; in main()