Lines Matching +full:fail +full:- +full:safe
1 /* SPDX-License-Identifier: GPL-2.0 */
11 #include <linux/usb/otg-fsm.h>
14 * A-DEVICE timing constants
21 * Table 4-1: Electrical Characteristics
22 * ->DC Electrical Timing
28 /* Wait for B-Connect */
31 * and 30000 ms, section 5.5, Table 5-1
33 /* A-Idle to B-Disconnect */
35 * TA_AIDL_BDIS: section 5.5, Table 5-1
37 /* B-Idle to A-Disconnect */
40 * for safe
44 * B-device timing constants
47 /* Data-Line Pulse Time*/
51 /* SRP Fail Time */
52 #define TB_SRP_FAIL (6000) /* b_srp_init,fail time 5~6s
55 /* A-SE0 to B-Reset */
81 return -ENXIO; in ci_otg_fsm_work()