Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/typec/tcpm/
Dfusb302.c107 enum typec_cc_polarity cc_polarity; member
619 switches0_data |= (chip->cc_polarity == TYPEC_POLARITY_CC1) ? in tcpm_set_cc()
738 switches0_data = (chip->cc_polarity == TYPEC_POLARITY_CC1) ? in tcpm_set_vconn()
1087 if (chip->cc_polarity == TYPEC_POLARITY_CC1) { in fusb302_bc_lvl_handler_work()
1131 enum typec_cc_polarity cc_polarity, in fusb302_set_cc_polarity_and_pull() argument
1144 if (cc_polarity == TYPEC_POLARITY_CC1) { in fusb302_set_cc_polarity_and_pull()
1166 chip->cc_polarity = cc_polarity; in fusb302_set_cc_polarity_and_pull()
1177 enum typec_cc_polarity cc_polarity; in fusb302_handle_togdone_snk() local
1181 cc_polarity = (togdone_result == FUSB_REG_STATUS1A_TOGSS_SNK1) ? in fusb302_handle_togdone_snk()
1183 ret = fusb302_set_cc_polarity_and_pull(chip, cc_polarity, false, true); in fusb302_handle_togdone_snk()
[all …]