Lines Matching defs:base
411 void uc_mgr_free_value(struct list_head *base)
416 list_for_each_safe(pos, npos, base) {
533 void uc_mgr_free_sequence(struct list_head *base)
538 list_for_each_safe(pos, npos, base) {
552 void uc_mgr_free_transition(struct list_head *base)
557 list_for_each_safe(pos, npos, base) {
564 void uc_mgr_free_dev_name_list(struct list_head *base)
569 list_for_each_safe(pos, npos, base) {
578 void uc_mgr_free_modifier(struct list_head *base)
583 list_for_each_safe(pos, npos, base) {
610 void uc_mgr_free_device_list(struct list_head *base)
615 list_for_each_safe(pos, npos, base) {