Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Ddxe.c78 struct wcn36xx_dxe_ctl *prev_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local
94 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
97 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
99 prev_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c2622 struct hpi_control hpi_ctl, prev_ctl; in snd_card_asihpi_mixer_new() local
2636 memset(&prev_ctl, 0, sizeof(prev_ctl)); in snd_card_asihpi_mixer_new()
2637 prev_ctl.control_type = -1; in snd_card_asihpi_mixer_new()
2668 if ((hpi_ctl.control_type == prev_ctl.control_type) && in snd_card_asihpi_mixer_new()
2669 (hpi_ctl.src_node_type == prev_ctl.src_node_type) && in snd_card_asihpi_mixer_new()
2670 (hpi_ctl.src_node_index == prev_ctl.src_node_index) && in snd_card_asihpi_mixer_new()
2671 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) && in snd_card_asihpi_mixer_new()
2672 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index)) in snd_card_asihpi_mixer_new()
2677 prev_ctl = hpi_ctl; in snd_card_asihpi_mixer_new()