Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dasihpi.c2546 struct hpi_control hpi_ctl, prev_ctl; in snd_card_asihpi_mixer_new() local
2560 memset(&prev_ctl, 0, sizeof(prev_ctl)); in snd_card_asihpi_mixer_new()
2561 prev_ctl.control_type = -1; in snd_card_asihpi_mixer_new()
2592 if ((hpi_ctl.control_type == prev_ctl.control_type) && in snd_card_asihpi_mixer_new()
2593 (hpi_ctl.src_node_type == prev_ctl.src_node_type) && in snd_card_asihpi_mixer_new()
2594 (hpi_ctl.src_node_index == prev_ctl.src_node_index) && in snd_card_asihpi_mixer_new()
2595 (hpi_ctl.dst_node_type == prev_ctl.dst_node_type) && in snd_card_asihpi_mixer_new()
2596 (hpi_ctl.dst_node_index == prev_ctl.dst_node_index)) in snd_card_asihpi_mixer_new()
2601 prev_ctl = hpi_ctl; in snd_card_asihpi_mixer_new()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A 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()