Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c619 switches0_data |= (chip->cc_polarity == TYPEC_POLARITY_CC1) ? in tcpm_set_cc()
740 switches0_data = (chip->cc_polarity == TYPEC_POLARITY_CC1) ? in tcpm_set_vconn()
1096 if (chip->cc_polarity == TYPEC_POLARITY_CC1) { in fusb302_bc_lvl_handler_work()
1135 [TYPEC_POLARITY_CC1] = "Polarity_CC1",
1153 if (cc_polarity == TYPEC_POLARITY_CC1) { in fusb302_set_cc_polarity_and_pull()
1191 TYPEC_POLARITY_CC1 : TYPEC_POLARITY_CC2; in fusb302_handle_togdone_snk()
1211 cc1 = (cc_polarity == TYPEC_POLARITY_CC1) ? in fusb302_handle_togdone_snk()
1253 switches0_data = (cc_polarity == TYPEC_POLARITY_CC1) ? in fusb302_get_src_cc_status()
1319 ret = fusb302_get_src_cc_status(chip, TYPEC_POLARITY_CC1, &cc1); in fusb302_handle_togdone_src()
1334 ret = fusb302_get_src_cc_status(chip, TYPEC_POLARITY_CC1, &cc1); in fusb302_handle_togdone_src()
[all …]
H A Dtcpci.c87 enum typec_cc_polarity polarity = TYPEC_POLARITY_CC1; in tcpci_set_cc()
174 return regmap_update_bits(tcpci->regmap, TCPC_ROLE_CTRL, polarity == TYPEC_POLARITY_CC1 ? in tcpci_apply_rc()
/linux/include/linux/usb/
H A Dtcpm.h27 TYPEC_POLARITY_CC1, enumerator