Home
last modified time | relevance | path

Searched refs:temp_curr (Results 1 – 1 of 1) sorted by relevance

/components/drivers/serial/
A Dbypass.c75 struct rt_serial_bypass_func* temp_curr; in rt_bypass_register() local
76 temp_curr = rt_container_of(node, struct rt_serial_bypass_func, node); in rt_bypass_register()
78 if (level < temp_curr->level) in rt_bypass_register()
85 else if (level == temp_curr->level) in rt_bypass_register()
189 struct rt_serial_bypass_func* temp_curr = RT_NULL; in _lower_work() local
202 temp_curr = rt_container_of(node, struct rt_serial_bypass_func, node); in _lower_work()
204 if (!temp_curr->bypass(serial, ch, temp_curr->data)) in _lower_work()
271 struct rt_serial_bypass_func* temp_curr = RT_NULL; in rt_bypass_unregister() local
285 temp_curr = rt_container_of(node, struct rt_serial_bypass_func, node); in rt_bypass_unregister()
287 if (level == temp_curr->level) in rt_bypass_unregister()
[all …]

Completed in 4 milliseconds