Searched defs:clk (Results 1 - 9 of 9) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
H A Dsync_clock_linux.c58 struct clock_connection clk; local
59 clk.fd = fd;
60 clk.endpoint_in = ep_in;
61 clk.endpoint_out = ep_out;
63 sync_clocks(&clk);
67 (long long int)clk.t_base, clk.minE, clk.maxE);
70 update_bounds(&clk);
74 (long long int)(clk
[all...]
H A Dsync_clock_jni.c27 struct clock_connection clk; variable in typeref:struct:clock_connection
37 clk.fd = (int)fd;
38 clk.endpoint_in = (int)endpoint_in;
39 clk.endpoint_out = (int)endpoint_out;
40 clk.t_base = 0;
41 sync_clocks(&clk);
44 int64_t t_base = clk.t_base;
50 update_bounds(&clk);
55 return clk.minE;
61 return clk
[all...]
H A Dsync_clock.c130 int send_cmd(struct clock_connection *clk, char cmd) { argument
131 return bulk_talk(clk->fd, clk->endpoint_out, &cmd, 1);
135 int send_async(struct clock_connection *clk, char cmd) { argument
136 return send_char_async(clk->fd, clk->endpoint_out, cmd, NULL);
140 int bulk_read(struct clock_connection *clk) { argument
141 memset(clk->buffer, 0, sizeof(clk->buffer));
142 int ret = bulk_talk(clk
147 micros(struct clock_connection *clk) argument
153 flush_incoming(struct clock_connection *clk) argument
164 read_remote_timestamps(struct clock_connection *clk, int * times_remote) argument
186 zero_remote(struct clock_connection *clk) argument
199 improve_minE(struct clock_connection *clk) argument
248 improve_maxE(struct clock_connection *clk) argument
294 improve_bounds(struct clock_connection *clk) argument
300 update_bounds(struct clock_connection *clk) argument
311 sync_clocks(struct clock_connection *clk) argument
[all...]
/external/fio/arch/
H A Darch-s390.h12 unsigned long long clk; local
19 __asm__ __volatile__("stckf %0" : "=Q" (clk) : : "cc");
21 __asm__ __volatile__("stck %0" : "=Q" (clk) : : "cc");
23 return clk>>12;
/external/libdrm/nouveau/nvif/
H A Dif0003.h30 __u32 clk; member in struct:nvif_perfdom_read_v0
/external/fio/engines/
H A Dposixaio.c24 clockid_t clk = CLOCK_MONOTONIC; local
26 clockid_t clk = CLOCK_REALTIME;
28 if (!clock_gettime(clk, ts))
/external/syslinux/gpxe/src/drivers/net/
H A Dr8169.c1012 u32 clk; member in struct:__anon24616
1021 u32 clk; local
1025 clk = RTL_R8(Config2) & PCI_Clock_66MHz;
1027 if ((p->mac_version == mac_version) && (p->clk == clk)) {
H A Dsky2.c1916 static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) argument
1918 return clk / sky2_mhz(hw);
/external/libdrm/include/drm/
H A Dnouveau_class.h297 __u32 clk; member in struct:nvif_perfctr_read_v0

Completed in 589 milliseconds