Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-tegra.c861 bool start_fail = false; in tegra_sdhci_tap_correction() local
886 if (!tap_result && !start_fail) { in tegra_sdhci_tap_correction()
887 start_fail = true; in tegra_sdhci_tap_correction()
893 } else if (tap_result && start_fail && !start_pass) { in tegra_sdhci_tap_correction()
901 } else if (!tap_result && start_fail && start_pass && in tegra_sdhci_tap_correction()
905 } else if (tap_result && start_pass && start_fail && in tegra_sdhci_tap_correction()
H A Dsdhci_am654.c449 u8 itap = 0, start_fail = 0, end_fail = 0, pass_length = 0; in sdhci_am654_calculate_itap() local
468 start_fail = fail_window[i].start; in sdhci_am654_calculate_itap()
470 pass_length = start_fail - (prev_fail_end + 1); in sdhci_am654_calculate_itap()
/openbmc/linux/drivers/media/usb/usbtv/
H A Dusbtv-video.c585 goto start_fail; in usbtv_start()
591 goto start_fail; in usbtv_start()
596 start_fail: in usbtv_start()