Home
last modified time | relevance | path

Searched defs:clk (Results 1 – 25 of 105) sorted by relevance

12345

/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.c130 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 …]
/external/musl/src/time/
Dclock_gettime.c13 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap()
34 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init()
59 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
Dclock_getres.c4 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres()
Dclock_getcpuclockid.c6 int clock_getcpuclockid(pid_t pid, clockid_t *clk) in clock_getcpuclockid()
/external/trusty/musl/src/time/
Dclock_gettime.c11 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init()
24 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
Dclock_settime.c4 int clock_settime(clockid_t clk, const struct timespec *ts) in clock_settime()
Dclock_getres.c4 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres()
Dclock_getcpuclockid.c6 int clock_getcpuclockid(pid_t pid, clockid_t *clk) in clock_getcpuclockid()
Dclock_nanosleep.c5 int clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in clock_nanosleep()
/external/trusty/musl/src/thread/
D__timedwait.c12 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp()
44 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
Dpthread_condattr_setclock.c3 int pthread_condattr_setclock(pthread_condattr_t *a, clockid_t clk) in pthread_condattr_setclock()
/external/trusty/arm-trusted-firmware/drivers/nxp/clk/s32cc/
Ds32cc_clk_utils.c34 struct s32cc_clk *clk; in s32cc_get_clk_from_table() local
48 size_t size, const struct s32cc_clk *clk, in s32cc_get_id_from_table()
Ds32cc_clk_drv.c70 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_parent() local
235 const struct s32cc_clk *clk; in get_pll_mux() local
562 struct s32cc_clk *clk; in get_mux_parent() local
584 const struct s32cc_clk *clk; in enable_mux() local
1042 struct s32cc_clk *clk; in s32cc_clk_enable() local
1096 const struct s32cc_clk *clk = s32cc_obj2clk(module); in set_clk_freq() local
1220 const struct s32cc_clk *clk = s32cc_get_arch_clk(mux->source_id); in set_mux_freq() local
1325 const struct s32cc_clk *clk; in s32cc_clk_set_rate() local
1389 const struct s32cc_clk *clk; in s32cc_clk_get_parent() local
1423 const struct s32cc_clk *clk; in s32cc_clk_set_parent() local
/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dclk-stm32-core.c61 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_oscillator_get_data() local
161 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_gate_enable() local
171 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_gate_disable() local
179 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_gate_is_enabled() local
229 const struct clk_stm32 *clk = _clk_get(priv, id); in _clk_get_ops() local
307 int _clk_stm32_set_parent(struct stm32_clk_priv *priv, int clk, int clkp) in _clk_stm32_set_parent()
374 int _clk_stm32_set_parent_by_index(struct stm32_clk_priv *priv, int clk, int sel) in _clk_stm32_set_parent_by_index()
758 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_divider_recalc() local
833 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_gate_enable() local
850 const struct clk_stm32 *clk = _clk_get(priv, id); in clk_stm32_gate_disable() local
[all …]
/external/musl/src/thread/
D__timedwait.c33 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp()
64 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
Dpthread_condattr_setclock.c3 int pthread_condattr_setclock(pthread_condattr_t *a, clockid_t clk) in pthread_condattr_setclock()
/external/trusty/arm-trusted-firmware/plat/imx/common/sci/svc/pm/
Dpm_rpc_clnt.c236 sc_pm_clk_t clk, sc_pm_clock_rate_t *rate) in sc_pm_set_clock_rate()
257 sc_pm_clk_t clk, sc_pm_clock_rate_t *rate) in sc_pm_get_clock_rate()
280 sc_pm_clk_t clk, sc_bool_t enable, sc_bool_t autog) in sc_pm_clock_enable()
301 sc_pm_clk_t clk, sc_pm_clk_parent_t parent) in sc_pm_set_clock_parent()
321 sc_pm_clk_t clk, sc_pm_clk_parent_t *parent) in sc_pm_get_clock_parent()
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pm/
Dpm_rpc_clnt.c236 sc_pm_clk_t clk, sc_pm_clock_rate_t *rate) in sc_pm_set_clock_rate()
257 sc_pm_clk_t clk, sc_pm_clock_rate_t *rate) in sc_pm_get_clock_rate()
280 sc_pm_clk_t clk, sc_bool_t enable, sc_bool_t autog) in sc_pm_clock_enable()
301 sc_pm_clk_t clk, sc_pm_clk_parent_t parent) in sc_pm_set_clock_parent()
321 sc_pm_clk_t clk, sc_pm_clk_parent_t *parent) in sc_pm_get_clock_parent()
/external/perfetto/src/profiling/common/
Dprofiler_guardrails_unittest.cc34 const auto clk = static_cast<unsigned long>(sysconf(_SC_CLK_TCK)); in TEST() local
54 const auto clk = static_cast<unsigned long>(sysconf(_SC_CLK_TCK)); in TEST() local
/external/musl/compat/time32/
Dclock_settime32.c4 int __clock_settime32(clockid_t clk, const struct timespec32 *ts32) in __clock_settime32()
Dclock_gettime32.c6 int __clock_gettime32(clockid_t clk, struct timespec32 *ts32) in __clock_gettime32()
Dclock_getres_time32.c4 int __clock_getres_time32(clockid_t clk, struct timespec32 *ts32) in __clock_getres_time32()
Dclock_nanosleep_time32.c5 int __clock_nanosleep_time32(clockid_t clk, int flags, const struct timespec32 *req32, struct times… in __clock_nanosleep_time32()
/external/coreboot/src/soc/amd/common/psp_verstage/
Dtimer.c10 uint64_t clk; in timer_monotonic_get() local
/external/coreboot/src/soc/qualcomm/common/
Dclock.c78 static void clock_configure_mnd(struct clock_rcg *clk, uint32_t m, uint32_t n, in clock_configure_mnd()
92 enum cb_err clock_configure(struct clock_rcg *clk, in clock_configure()

12345