Searched refs:POWER_SUPPLY_TYPE_USB (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/drivers/power/supply/
H A Dgpio-charger.c152 return POWER_SUPPLY_TYPE_USB;
154 return POWER_SUPPLY_TYPE_USB;
156 return POWER_SUPPLY_TYPE_USB;
158 return POWER_SUPPLY_TYPE_USB;
H A Dmax8903_charger.c130 data->psy_desc.type = POWER_SUPPLY_TYPE_USB;
187 data->psy_desc.type = POWER_SUPPLY_TYPE_USB;
346 ((data->usb_in) ? POWER_SUPPLY_TYPE_USB :
H A Dmax14656_charger_detector.c69 { POWER_SUPPLY_TYPE_USB },
76 { POWER_SUPPLY_TYPE_USB },
H A Disp1704_charger.c244 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
269 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
421 isp->psy_desc.type = POWER_SUPPLY_TYPE_USB;
H A Dab8500_chargalg.c886 ext->desc->type == POWER_SUPPLY_TYPE_USB)
918 case POWER_SUPPLY_TYPE_USB:
961 case POWER_SUPPLY_TYPE_USB:
1026 case POWER_SUPPLY_TYPE_USB:
1076 case POWER_SUPPLY_TYPE_USB:
1095 case POWER_SUPPLY_TYPE_USB:
1132 case POWER_SUPPLY_TYPE_USB:
1148 case POWER_SUPPLY_TYPE_USB:
H A Dtwl4030_charger.c801 if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
810 if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
830 if (psy->desc->type == POWER_SUPPLY_TYPE_USB) {
860 if (psy->desc->type != POWER_SUPPLY_TYPE_USB) {
895 if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
967 .type = POWER_SUPPLY_TYPE_USB,
H A Daxp20x_usb_power.c424 .type = POWER_SUPPLY_TYPE_USB,
434 .type = POWER_SUPPLY_TYPE_USB,
444 .type = POWER_SUPPLY_TYPE_USB,
H A Dsmb347-charger.c1050 if (psy->desc->type == POWER_SUPPLY_TYPE_USB) {
1111 if (psy->desc->type == POWER_SUPPLY_TYPE_USB) {
1137 if (psy->desc->type == POWER_SUPPLY_TYPE_USB)
1512 .type = POWER_SUPPLY_TYPE_USB,
H A Dmax77650-charger.c271 .type = POWER_SUPPLY_TYPE_USB,
H A Dcros_usbpd-charger.c286 port->psy_desc.type = POWER_SUPPLY_TYPE_USB;
641 psy_desc->type = POWER_SUPPLY_TYPE_USB;
H A Dmax77976_charger.c380 .type = POWER_SUPPLY_TYPE_USB,
H A Dpm8916_lbc.c244 .type = POWER_SUPPLY_TYPE_USB,
H A Dtest_power.c184 .type = POWER_SUPPLY_TYPE_USB,
H A Dip5xxx_power.c575 .type = POWER_SUPPLY_TYPE_USB,
H A Ducs1002_power.c430 .type = POWER_SUPPLY_TYPE_USB,
H A Dsc2731_charger.c315 .type = POWER_SUPPLY_TYPE_USB,
H A Dact8945a_charger.c425 *type = POWER_SUPPLY_TYPE_USB;
H A Dwm8350_power.c401 .type = POWER_SUPPLY_TYPE_USB,
H A Dpower_supply_sysfs.c52 [POWER_SUPPLY_TYPE_USB] = "USB",
H A Dmax8925_power.c358 .type = POWER_SUPPLY_TYPE_USB,
/linux-master/drivers/phy/ti/
H A Dphy-tusb1210.c382 if (psy != tusb->psy && psy->desc->type == POWER_SUPPLY_TYPE_USB)
428 .type = POWER_SUPPLY_TYPE_USB,
/linux-master/drivers/usb/typec/ucsi/
H A Dpsy.c246 con->psy_desc.type = POWER_SUPPLY_TYPE_USB;
/linux-master/drivers/usb/common/
H A Dusb-conn-gpio.c167 desc->type = POWER_SUPPLY_TYPE_USB;
/linux-master/include/linux/
H A Dpower_supply.h184 POWER_SUPPLY_TYPE_USB, /* Standard Downstream Port */ enumerator in enum:power_supply_type
/linux-master/drivers/extcon/
H A Dextcon-intel-cht-wc.c479 .type = POWER_SUPPLY_TYPE_USB,

Completed in 199 milliseconds

123