Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dmax98388.c695 int cnt, slot_found; in max98388_dai_tdm_slot() local
738 slot_found = 0; in max98388_dai_tdm_slot()
742 if (slot_found == 0) in max98388_dai_tdm_slot()
752 slot_found++; in max98388_dai_tdm_slot()
753 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
759 slot_found = 0; in max98388_dai_tdm_slot()
766 slot_found++; in max98388_dai_tdm_slot()
767 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
Dmax98373-i2c.c326 int x, slot_found; in max98373_dai_tdm_slot() local
368 slot_found = 0; in max98373_dai_tdm_slot()
372 if (slot_found == 0) in max98373_dai_tdm_slot()
380 slot_found++; in max98373_dai_tdm_slot()
381 if (slot_found > 1) in max98373_dai_tdm_slot()
/linux-6.12.1/drivers/pci/hotplug/
Dacpiphp_glue.c280 goto slot_found; in acpiphp_add_context()
328 slot_found: in acpiphp_add_context()
/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c777 bool slot_found = false; in xhci_free_tt_info() local
791 slot_found = true; in xhci_free_tt_info()
794 } else if (slot_found) { in xhci_free_tt_info()