psy_usb_type       34 drivers/power/supply/cros_usbpd-charger.c 	int psy_usb_type;
psy_usb_type      209 drivers/power/supply/cros_usbpd-charger.c 	last_psy_usb_type = port->psy_usb_type;
psy_usb_type      241 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_SDP;
psy_usb_type      250 drivers/power/supply/cros_usbpd-charger.c 			port->psy_usb_type = POWER_SUPPLY_USB_TYPE_PD_DRP;
psy_usb_type      252 drivers/power/supply/cros_usbpd-charger.c 			port->psy_usb_type = POWER_SUPPLY_USB_TYPE_SDP;
psy_usb_type      256 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_APPLE_BRICK_ID;
psy_usb_type      259 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_C;
psy_usb_type      262 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_DCP;
psy_usb_type      265 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_CDP;
psy_usb_type      269 drivers/power/supply/cros_usbpd-charger.c 			port->psy_usb_type = POWER_SUPPLY_USB_TYPE_PD_DRP;
psy_usb_type      271 drivers/power/supply/cros_usbpd-charger.c 			port->psy_usb_type = POWER_SUPPLY_USB_TYPE_PD;
psy_usb_type      280 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_UNKNOWN;
psy_usb_type      286 drivers/power/supply/cros_usbpd-charger.c 		port->psy_usb_type = POWER_SUPPLY_USB_TYPE_SDP;
psy_usb_type      306 drivers/power/supply/cros_usbpd-charger.c 	if (last_psy_usb_type != port->psy_usb_type ||
psy_usb_type      424 drivers/power/supply/cros_usbpd-charger.c 		val->intval = port->psy_usb_type;