Lines Matching defs:prev_ctl
2528 struct hpi_control hpi_ctl, prev_ctl;
2542 memset(&prev_ctl, 0, sizeof(prev_ctl));
2543 prev_ctl.control_type = -1;
2574 if ((hpi_ctl.control_type == prev_ctl.control_type) &&
2575 (hpi_ctl.src_node_type == prev_ctl.src_node_type) &&
2576 (hpi_ctl.src_node_index == prev_ctl.src_node_index) &&
2577 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) &&
2578 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index))
2583 prev_ctl = hpi_ctl;