Lines Matching refs:dev_id
210 static int get_frequency(fwk_id_t dev_id, uint32_t *frequency) in get_frequency() argument
214 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in get_frequency()
223 static int time_to_timestamp(fwk_id_t dev_id, in time_to_timestamp() argument
233 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in time_to_timestamp()
238 static int get_counter(fwk_id_t dev_id, uint64_t *counter) in get_counter() argument
242 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in get_counter()
252 static int delay(fwk_id_t dev_id, uint32_t microseconds) in delay() argument
258 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in delay()
275 static int wait(fwk_id_t dev_id, in wait() argument
284 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in wait()
314 static int remaining(fwk_id_t dev_id, in remaining() argument
320 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in remaining()
329 static int get_next_alarm_remaining(fwk_id_t dev_id, in get_next_alarm_remaining() argument
345 ctx = &ctx_table[fwk_id_get_element_idx(dev_id)]; in get_next_alarm_remaining()