Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c107 enum typec_cc_polarity cc_polarity; member
619 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()
1140 enum typec_cc_polarity cc_polarity, in fusb302_set_cc_polarity_and_pull() argument
1153 if (cc_polarity == TYPEC_POLARITY_CC1) { in fusb302_set_cc_polarity_and_pull()
1175 chip->cc_polarity = cc_polarity; in fusb302_set_cc_polarity_and_pull()
1186 enum typec_cc_polarity cc_polarity; in fusb302_handle_togdone_snk() local
1190 cc_polarity = (togdone_result == FUSB_REG_STATUS1A_TOGSS_SNK1) ? in fusb302_handle_togdone_snk()
1192 ret = fusb302_set_cc_polarity_and_pull(chip, cc_polarity, false, true); in fusb302_handle_togdone_snk()
[all …]