HomeSort by relevance Sort by last modified time
    Searched refs:clk (Results 1 - 22 of 22) sorted by null

  /external/walt/android/WALT/app/src/main/jni/
sync_clock_jni.c 27 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.maxE
    [all...]
sync_clock.c 130 int send_cmd(struct clock_connection *clk, char cmd) {
131 return bulk_talk(clk->fd, clk->endpoint_out, &cmd, 1);
135 int send_async(struct clock_connection *clk, char cmd) {
136 return send_char_async(clk->fd, clk->endpoint_out, cmd, NULL);
140 int bulk_read(struct clock_connection *clk) {
141 memset(clk->buffer, 0, sizeof(clk->buffer));
142 int ret = bulk_talk(clk->fd, clk->endpoint_in, clk->buffer, sizeof(clk->buffer))
    [all...]
sync_clock.h 43 int micros(struct clock_connection *clk);
46 void sync_clocks(struct clock_connection *clk);
49 void update_bounds(struct clock_connection *clk);
sync_clock_linux.c 58 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.t_base), clk.minE, clk.max
    [all...]
  /external/fio/arch/
arch-s390.h 12 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/
if0003.h 30 __u32 clk; member in struct:nvif_perfdom_read_v0
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 60 sp<ICommonTimeConfig> clk = interface_cast<ICommonTimeConfig>(binder); local
61 return clk;
ICommonClock.h 95 sp<ICommonClock> clk = interface_cast<ICommonClock>(binder); local
96 return clk;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 24 ThreadClock clk(0);
25 ASSERT_EQ(clk.size(), 1U);
26 clk.tick();
27 ASSERT_EQ(clk.size(), 1U);
28 ASSERT_EQ(clk.get(0), 1U);
29 clk.set(3, clk.get(3) + 1);
30 ASSERT_EQ(clk.size(), 4U);
31 ASSERT_EQ(clk.get(0), 1U);
32 ASSERT_EQ(clk.get(1), 0U)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/emmc/
emmc.c 66 static void emmc_set_ios(int clk, int bus_width)
73 ret = ops->set_ios(clk, bus_width);
79 static int emmc_enumerate(int clk, int bus_width)
142 emmc_set_ios(clk, bus_width);
343 void emmc_init(const emmc_ops_t *ops_ptr, int clk, int width,
353 (clk != 0) &&
360 emmc_enumerate(clk, width);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/synopsys/emmc/
dw_mmc.c 121 static int dw_set_ios(int clk, int width);
153 static void dw_set_clk(int clk)
158 assert(clk > 0);
161 if ((dw_params.clk_rate / (2 * div)) <= clk) {
310 static int dw_set_ios(int clk, int width)
325 dw_set_clk(clk);
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
emmc.h 103 int (*set_ios)(int clk, int width);
159 void emmc_init(const emmc_ops_t *ops, int clk, int bus_width,
  /external/fio/engines/
posixaio.c 24 clockid_t clk = CLOCK_MONOTONIC; local
26 clockid_t clk = CLOCK_REALTIME;
28 if (!clock_gettime(clk, ts))
  /external/lisa/libs/utils/analysis/
frequency_analysis.py 119 def plotPeripheralClock(self, title='Peripheral Frequency', clk='unknown'):
126 :param clk: The clk name to chart
127 :type clk: str
139 rate_df = rate_df[rate_df.clk_name == clk]
146 enable_df = enable_df[enable_df.clk_name == clk]
149 disable_df = disable_df[disable_df.clk_name == clk]
156 self._log.warning('No events for clock ' + clk + ' found in trace')
193 freq_axis.set_title("Clock frequency for " + clk)
236 .format(self._trace.plots_dir, self._trace.plots_prefix, clk)
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 187 void *clk; member in struct:host1x
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 187 void *clk; member in struct:host1x
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c 336 UINT32 clk
351 cur = I2C_BAUD_RATE_RAW(clk,m,n);
360 rate->raw = I2C_BAUD_RATE_RAW(clk, m0, n0);
MvI2cDxe.h 188 UINT32 clk
  /external/syslinux/gpxe/src/drivers/net/
r8169.c 1012 u32 clk; member in struct:__anon37937
1021 u32 clk; local
1025 clk = RTL_R8(Config2) & PCI_Clock_66MHz;
1027 if ((p->mac_version == mac_version) && (p->clk == clk)) {
    [all...]
sky2.c     [all...]
  /external/libdrm/include/drm/
nouveau_class.h 297 __u32 clk; member in struct:nvif_perfctr_read_v0
  /device/google/wahoo/
init.hardware.rc 156 write /sys/kernel/debug/clk/debug_suspend 1

Completed in 799 milliseconds