Home
last modified time | relevance | path

Searched refs:prev_ctl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Ddxe.c71 struct wcn36xx_dxe_ctl *prev_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local
86 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()
/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c2599 struct hpi_control hpi_ctl, prev_ctl; in snd_card_asihpi_mixer_new() local
2613 memset(&prev_ctl, 0, sizeof(prev_ctl)); in snd_card_asihpi_mixer_new()
2614 prev_ctl.control_type = -1; in snd_card_asihpi_mixer_new()
2645 if ((hpi_ctl.control_type == prev_ctl.control_type) && in snd_card_asihpi_mixer_new()
2646 (hpi_ctl.src_node_type == prev_ctl.src_node_type) && in snd_card_asihpi_mixer_new()
2647 (hpi_ctl.src_node_index == prev_ctl.src_node_index) && in snd_card_asihpi_mixer_new()
2648 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) && in snd_card_asihpi_mixer_new()
2649 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index)) in snd_card_asihpi_mixer_new()
2654 prev_ctl = hpi_ctl; in snd_card_asihpi_mixer_new()