Home
last modified time | relevance | path

Searched refs:usb_type (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_sysfs.c214 enum power_supply_usb_type usb_type; in power_supply_show_usb_type() local
220 usb_type = desc->usb_types[i]; in power_supply_show_usb_type()
222 if (value->intval == usb_type) { in power_supply_show_usb_type()
223 count += sprintf(buf + count, "[%s] ", POWER_SUPPLY_USB_TYPE_TEXT[usb_type]); in power_supply_show_usb_type()
226 count += sprintf(buf + count, "%s ", POWER_SUPPLY_USB_TYPE_TEXT[usb_type]); in power_supply_show_usb_type()

Completed in 1 milliseconds