Searched refs:clockid (Results 1 – 2 of 2) sorted by relevance
32 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_on() local34 switch (clockid) { in siwx91x_clock_on()83 data->enable |= BIT(clockid); in siwx91x_clock_on()91 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_off() local93 switch (clockid) { in siwx91x_clock_off()118 data->enable &= ~BIT(clockid); in siwx91x_clock_off()125 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_get_rate() local127 switch (clockid) { in siwx91x_clock_get_rate()154 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_get_status() local156 if (data->enable & BIT(clockid)) { in siwx91x_clock_get_status()
112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() argument