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()
2548 struct hpi_control hpi_ctl, prev_ctl; in snd_card_asihpi_mixer_new() local2562 memset(&prev_ctl, 0, sizeof(prev_ctl)); in snd_card_asihpi_mixer_new()2563 prev_ctl.control_type = -1; in snd_card_asihpi_mixer_new()2594 if ((hpi_ctl.control_type == prev_ctl.control_type) && in snd_card_asihpi_mixer_new()2595 (hpi_ctl.src_node_type == prev_ctl.src_node_type) && in snd_card_asihpi_mixer_new()2596 (hpi_ctl.src_node_index == prev_ctl.src_node_index) && in snd_card_asihpi_mixer_new()2597 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) && in snd_card_asihpi_mixer_new()2598 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index)) in snd_card_asihpi_mixer_new()2603 prev_ctl = hpi_ctl; in snd_card_asihpi_mixer_new()