Searched refs:USB_PW_CONN (Results 1 – 1 of 1) sorted by relevance
42 #define USB_PW_CONN 2 macro 655 * USB_PW_CONN if the USB power supply is connected656 * AC_PW_CONN + USB_PW_CONN if USB and AC power supplies are both connected696 result |= USB_PW_CONN; in ab8500_charger_detect_chargers() 2206 if (!(ret & USB_PW_CONN)) { in ab8500_charger_detect_usb_type_work() 2316 if (detected_chargers & USB_PW_CONN) { in ab8500_charger_usb_link_status_work() 2360 if (!(detected_chargers & USB_PW_CONN)) { in ab8500_charger_usb_link_status_work() 3350 if (ch_stat & USB_PW_CONN) { in ab8500_charger_bind()