Home
last modified time | relevance | path

Searched refs:comp_index (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/usb/
Dmixer_us16x08.c638 if (store->comp_index - in snd_get_meter_comp_index()
640 store->comp_index = in snd_get_meter_comp_index()
643 ret = store->comp_index++ & 0x1F; in snd_get_meter_comp_index()
652 [store->comp_index - 1] in snd_get_meter_comp_index()
653 && store->comp_index <= SND_US16X08_MAX_CHANNELS) { in snd_get_meter_comp_index()
654 store->comp_index++; in snd_get_meter_comp_index()
656 ret = store->comp_index++; in snd_get_meter_comp_index()
657 if (store->comp_index > SND_US16X08_MAX_CHANNELS) in snd_get_meter_comp_index()
658 store->comp_index = 1; in snd_get_meter_comp_index()
768 store->comp_index = val; in snd_us16x08_meter_put()
[all …]
Dmixer_us16x08.h104 int comp_index; /* round trip channel selector */ member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2.c502 u16 comp_index) in mlxfw_mfa2_file_component_tlv_get() argument
508 if (comp_index > mfa2_file->component_count) in mlxfw_mfa2_file_component_tlv_get()
512 comp_index); in mlxfw_mfa2_file_component_tlv_get()