Searched refs:root_entry (Results 1 – 2 of 2) sorted by relevance
411 int root_entry, src_entry; in clock_set_src() local417 root_entry = select(clock_id); in clock_set_src()418 if (root_entry < 0) in clock_set_src()421 src_entry = src_supported(root_entry, clock_src); in clock_set_src()437 int root_entry; in clock_get_src() local447 root_entry = select(clock_id); in clock_get_src()448 if (root_entry < 0) in clock_get_src()451 p = &root_array[root_entry]; in clock_get_src()459 int root_entry; in clock_set_prediv() local466 root_entry = select(clock_id); in clock_set_prediv()[all …]
534 int root_entry; in clock_get_target_val() local541 root_entry = select(clock_id); in clock_get_target_val()542 if (root_entry < 0) in clock_get_target_val()545 p = &root_array[root_entry]; in clock_get_target_val()557 int root_entry; in clock_set_target_val() local564 root_entry = select(clock_id); in clock_set_target_val()565 if (root_entry < 0) in clock_set_target_val()568 p = &root_array[root_entry]; in clock_set_target_val()583 int root_entry; in clock_root_enabled() local588 root_entry = select(clock_id); in clock_root_enabled()[all …]