Home
last modified time | relevance | path

Searched refs:slot_found (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/codecs/
H A Dmax98388.c694 int cnt, slot_found; in max98388_dai_tdm_slot() local
737 slot_found = 0; in max98388_dai_tdm_slot()
741 if (slot_found == 0) in max98388_dai_tdm_slot()
751 slot_found++; in max98388_dai_tdm_slot()
752 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
758 slot_found = 0; in max98388_dai_tdm_slot()
765 slot_found++; in max98388_dai_tdm_slot()
766 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
H A Dmax98373-i2c.c325 int x, slot_found; in max98373_dai_tdm_slot() local
367 slot_found = 0; in max98373_dai_tdm_slot()
371 if (slot_found == 0) in max98373_dai_tdm_slot()
379 slot_found++; in max98373_dai_tdm_slot()
380 if (slot_found > 1) in max98373_dai_tdm_slot()
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c280 goto slot_found; in acpiphp_add_context()
328 slot_found: in acpiphp_add_context()
/linux/drivers/usb/host/
H A Dxhci-mem.c801 bool slot_found = false; in xhci_free_tt_info() local
815 slot_found = true; in xhci_free_tt_info()
818 } else if (slot_found) { in xhci_free_tt_info()