Lines Matching full:change
106 * { IN => OUT } Change DAT first
107 * { IN => SFN } Change CON first
108 * { OUT => SFN } Change CON first, so new data will not glitch
109 * { OUT => IN } Change CON first, so new data will not glitch
110 * { SFN => IN } Change CON first
111 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
114 * weak resistors, so a small delay in change should not need to bring
143 /* If there is no change, then skip */ in samsung_gpio_pm_2bit_resume()
153 /* Change is IN => OUT, do not change now */ in samsung_gpio_pm_2bit_resume()
158 /* Change is SFN => OUT, do not change now */ in samsung_gpio_pm_2bit_resume()
177 /* Now change any items that require DAT,CON */ in samsung_gpio_pm_2bit_resume()
212 /* If there is no change, then skip */ in samsung_gpio_pm_4bit_mask()
222 /* Change is IN => OUT, do not change now */ in samsung_gpio_pm_4bit_mask()
227 /* Change is SFN => OUT, do not change now */ in samsung_gpio_pm_4bit_mask()
274 /* Now change the configurations that require DAT,CON */ in samsung_gpio_pm_4bit_resume()