Searched refs:prev_ctl (Results 1 – 2 of 2) sorted by relevance
71 struct wcn36xx_dxe_ctl *prev_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local86 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()89 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()91 prev_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
2615 struct hpi_control hpi_ctl, prev_ctl; in snd_card_asihpi_mixer_new() local2629 memset(&prev_ctl, 0, sizeof(prev_ctl)); in snd_card_asihpi_mixer_new()2630 prev_ctl.control_type = -1; in snd_card_asihpi_mixer_new()2661 if ((hpi_ctl.control_type == prev_ctl.control_type) && in snd_card_asihpi_mixer_new()2662 (hpi_ctl.src_node_type == prev_ctl.src_node_type) && in snd_card_asihpi_mixer_new()2663 (hpi_ctl.src_node_index == prev_ctl.src_node_index) && in snd_card_asihpi_mixer_new()2664 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) && in snd_card_asihpi_mixer_new()2665 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index)) in snd_card_asihpi_mixer_new()2670 prev_ctl = hpi_ctl; in snd_card_asihpi_mixer_new()