Lines Matching defs:prev_ctl
2546 struct hpi_control hpi_ctl, prev_ctl;
2560 memset(&prev_ctl, 0, sizeof(prev_ctl));
2561 prev_ctl.control_type = -1;
2592 if ((hpi_ctl.control_type == prev_ctl.control_type) &&
2593 (hpi_ctl.src_node_type == prev_ctl.src_node_type) &&
2594 (hpi_ctl.src_node_index == prev_ctl.src_node_index) &&
2595 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) &&
2596 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index))
2601 prev_ctl = hpi_ctl;