Symbol: POWER_SUPPLY_USB_TYPE_C
drivers/power/supply/bq257xx_charger.c
617
.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/power/supply/cros_usbpd-charger.c
243
port->psy_usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/power/supply/cros_usbpd-charger.c
640
BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/power/supply/huawei-gaokun-battery.c
157
val->intval = POWER_SUPPLY_USB_TYPE_C;
drivers/power/supply/huawei-gaokun-battery.c
174
.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C),
drivers/power/supply/lenovo_yoga_c630_battery.c
342
val->intval = POWER_SUPPLY_USB_TYPE_C;
drivers/power/supply/lenovo_yoga_c630_battery.c
359
.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C),
drivers/power/supply/power_supply_sysfs.c
69
[POWER_SUPPLY_USB_TYPE_C] = "C",
drivers/power/supply/qcom_battmgr.c
1060
BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/power/supply/qcom_battmgr.c
1088
BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/usb/typec/anx7411.c
1443
psy_desc->usb_types = BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/usb/typec/anx7411.c
1453
ctx->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/anx7411.c
948
ctx->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/rt1719.c
299
data->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/rt1719.c
569
data->psy_desc.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/usb/typec/rt1719.c
578
data->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/tcpm/tcpm.c
4556
port->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/tcpm/tcpm.c
7765
port->psy_desc.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/usb/typec/tcpm/tcpm.c
7774
port->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/tipd/core.c
1118
val->intval = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/tipd/core.c
1173
tps->psy_desc.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C) |
drivers/usb/typec/tipd/core.c
1179
tps->usb_type = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/ucsi/psy.c
243
val->intval = POWER_SUPPLY_USB_TYPE_C;
drivers/usb/typec/ucsi/psy.c
328
con->psy_desc.usb_types = BIT(POWER_SUPPLY_USB_TYPE_C) |