Symbol: TYPEC_POLARITY_CC1
drivers/usb/typec/tcpm/fusb302.c
1105
if (chip->cc_polarity == TYPEC_POLARITY_CC1) {
drivers/usb/typec/tcpm/fusb302.c
1144
[TYPEC_POLARITY_CC1] = "Polarity_CC1",
drivers/usb/typec/tcpm/fusb302.c
1162
if (cc_polarity == TYPEC_POLARITY_CC1) {
drivers/usb/typec/tcpm/fusb302.c
1200
TYPEC_POLARITY_CC1 : TYPEC_POLARITY_CC2;
drivers/usb/typec/tcpm/fusb302.c
1220
cc1 = (cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/fusb302.c
1262
switches0_data = (cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/fusb302.c
1328
ret = fusb302_get_src_cc_status(chip, TYPEC_POLARITY_CC1, &cc1);
drivers/usb/typec/tcpm/fusb302.c
1343
ret = fusb302_get_src_cc_status(chip, TYPEC_POLARITY_CC1, &cc1);
drivers/usb/typec/tcpm/fusb302.c
1350
cc_polarity = TYPEC_POLARITY_CC1;
drivers/usb/typec/tcpm/fusb302.c
622
switches0_data |= (chip->cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/fusb302.c
743
switches0_data = (chip->cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/tcpci.c
175
return regmap_update_bits(tcpci->regmap, TCPC_ROLE_CTRL, polarity == TYPEC_POLARITY_CC1 ?
drivers/usb/typec/tcpm/tcpci.c
91
enum typec_cc_polarity polarity = TYPEC_POLARITY_CC1;
drivers/usb/typec/tcpm/tcpm.c
1292
if (port->polarity == TYPEC_POLARITY_CC1)
drivers/usb/typec/tcpm/tcpm.c
4812
: TYPEC_POLARITY_CC1;
drivers/usb/typec/tcpm/tcpm.c
4829
if ((polarity == TYPEC_POLARITY_CC1 && port->cc2 == TYPEC_CC_RA) ||
drivers/usb/typec/tcpm/tcpm.c
4952
tcpm_set_polarity(port, TYPEC_POLARITY_CC1);
drivers/usb/typec/tcpm/tcpm.c
5001
TYPEC_POLARITY_CC2 : TYPEC_POLARITY_CC1);
drivers/usb/typec/tcpm/tcpm.c
792
(port->attached && ((port->polarity == TYPEC_POLARITY_CC1 &&