Symbol: TYPEC_POLARITY_CC1
drivers/usb/typec/tcpm/fusb302.c
1104
if (chip->cc_polarity == TYPEC_POLARITY_CC1) {
drivers/usb/typec/tcpm/fusb302.c
1143
[TYPEC_POLARITY_CC1] = "Polarity_CC1",
drivers/usb/typec/tcpm/fusb302.c
1161
if (cc_polarity == TYPEC_POLARITY_CC1) {
drivers/usb/typec/tcpm/fusb302.c
1199
TYPEC_POLARITY_CC1 : TYPEC_POLARITY_CC2;
drivers/usb/typec/tcpm/fusb302.c
1219
cc1 = (cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/fusb302.c
1261
switches0_data = (cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/fusb302.c
1327
ret = fusb302_get_src_cc_status(chip, TYPEC_POLARITY_CC1, &cc1);
drivers/usb/typec/tcpm/fusb302.c
1342
ret = fusb302_get_src_cc_status(chip, TYPEC_POLARITY_CC1, &cc1);
drivers/usb/typec/tcpm/fusb302.c
1349
cc_polarity = TYPEC_POLARITY_CC1;
drivers/usb/typec/tcpm/fusb302.c
621
switches0_data |= (chip->cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/fusb302.c
742
switches0_data = (chip->cc_polarity == TYPEC_POLARITY_CC1) ?
drivers/usb/typec/tcpm/tcpci.c
176
return regmap_update_bits(tcpci->regmap, TCPC_ROLE_CTRL, polarity == TYPEC_POLARITY_CC1 ?
drivers/usb/typec/tcpm/tcpci.c
89
enum typec_cc_polarity polarity = TYPEC_POLARITY_CC1;
drivers/usb/typec/tcpm/tcpm.c
1189
if (port->polarity == TYPEC_POLARITY_CC1)
drivers/usb/typec/tcpm/tcpm.c
4418
: TYPEC_POLARITY_CC1;
drivers/usb/typec/tcpm/tcpm.c
4435
if ((polarity == TYPEC_POLARITY_CC1 && port->cc2 == TYPEC_CC_RA) ||
drivers/usb/typec/tcpm/tcpm.c
4550
tcpm_set_polarity(port, TYPEC_POLARITY_CC1);
drivers/usb/typec/tcpm/tcpm.c
4600
TYPEC_POLARITY_CC2 : TYPEC_POLARITY_CC1);
drivers/usb/typec/tcpm/tcpm.c
689
(port->attached && ((port->polarity == TYPEC_POLARITY_CC1 &&