Symbol: POWER_SUPPLY_USB_TYPE_PD
drivers/power/supply/bq257xx_charger.c
602
if ((pdata->usb_type == POWER_SUPPLY_USB_TYPE_PD) ||
drivers/power/supply/bq257xx_charger.c
637
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/power/supply/cros_usbpd-charger.c
254
port->psy_usb_type = POWER_SUPPLY_USB_TYPE_PD;
drivers/power/supply/cros_usbpd-charger.c
640
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/power/supply/power_supply_sysfs.c
70
[POWER_SUPPLY_USB_TYPE_PD] = "PD",
drivers/power/supply/qcom_battmgr.c
1061
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/power/supply/qcom_battmgr.c
1089
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/power/supply/ucs1002_power.c
309
case POWER_SUPPLY_USB_TYPE_PD:
drivers/power/supply/ucs1002_power.c
345
type = POWER_SUPPLY_USB_TYPE_PD;
drivers/power/supply/ucs1002_power.c
428
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/usb/typec/anx7411.c
1444
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/usb/typec/anx7411.c
355
ctx->usb_type = POWER_SUPPLY_USB_TYPE_PD;
drivers/usb/typec/anx7411.c
665
ctx->usb_type = POWER_SUPPLY_USB_TYPE_PD;
drivers/usb/typec/rt1719.c
306
enum power_supply_usb_type usb_type = POWER_SUPPLY_USB_TYPE_PD;
drivers/usb/typec/rt1719.c
570
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/usb/typec/tcpm/tcpm.c
4225
port->usb_type = POWER_SUPPLY_USB_TYPE_PD;
drivers/usb/typec/tcpm/tcpm.c
4328
if (port->usb_type != POWER_SUPPLY_USB_TYPE_PD)
drivers/usb/typec/tcpm/tcpm.c
8450
BIT(POWER_SUPPLY_USB_TYPE_PD) |
drivers/usb/typec/tipd/core.c
1118
val->intval = POWER_SUPPLY_USB_TYPE_PD;
drivers/usb/typec/tipd/core.c
1176
BIT(POWER_SUPPLY_USB_TYPE_PD);
drivers/usb/typec/ucsi/psy.c
246
val->intval = POWER_SUPPLY_USB_TYPE_PD;
drivers/usb/typec/ucsi/psy.c
329
BIT(POWER_SUPPLY_USB_TYPE_PD) |