Home
last modified time | relevance | path

Searched refs:power_type (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/extcon/
Dextcon-usbc-cros-ec.c31 unsigned int power_type; member
250 int role, power_type; in extcon_cros_ec_detect_cable() local
258 power_type = cros_ec_usb_get_power_type(info); in extcon_cros_ec_detect_cable()
259 if (power_type < 0) { in extcon_cros_ec_detect_cable()
261 power_type); in extcon_cros_ec_detect_cable()
262 return power_type; in extcon_cros_ec_detect_cable()
287 role, power_type, dr, pr, polarity, mux, dp, hpd); in extcon_cros_ec_detect_cable()
295 cros_ec_usb_power_type_is_wall_wart(power_type, role)) in extcon_cros_ec_detect_cable()
299 info->mux != mux || info->power_type != power_type) { in extcon_cros_ec_detect_cable()
303 cros_ec_usb_power_type_string(power_type), in extcon_cros_ec_detect_cable()
[all …]