Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c198 #define CC1_DET_STS (DET_STS) macro
476 if (((cc_status & CC1_DET_STS) == CC1_DET_STS) && type_c->at_cc1 == AT_CC1) { in detect_type_c_state()
491 if (cc_status_check != (CC1_DET_STS | CC2_DET_STS)) { in detect_type_c_state()
509 if ((cc_status & CC1_DET_STS) == CC1_DET_STS_RD) { in detect_type_c_state()
524 if ((cc_status & CC1_DET_STS) < CC1_DET_STS_RP || in detect_type_c_state()
537 if ((cc_status & CC1_DET_STS) < CC1_DET_STS_RP && type_c->at_cc1 == AT_CC1) { in detect_type_c_state()
571 if ((cc_status & CC1_DET_STS) >= CC1_DET_STS_RP) { in detect_type_c_state()