Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A Dextcon-intel-int3496.c36 bool vbus_boost_enabled; member
66 if (data->vbus_boost_enabled == enable) in int3496_set_vbus_boost()
75 data->vbus_boost_enabled = enable; in int3496_set_vbus_boost()
H A Dextcon-lc824206xa.c120 bool vbus_boost_enabled; member
176 if (data->vbus_boost_enabled == enable) in lc824206xa_set_vbus_boost()
185 data->vbus_boost_enabled = enable; in lc824206xa_set_vbus_boost()
289 data->vbus_ok && !data->vbus_boost_enabled) { in lc824206xa_work()
371 val->intval = data->vbus_ok && !data->vbus_boost_enabled; in lc824206xa_psy_get_prop()
H A Dextcon-intel-cht-wc.c114 bool vbus_boost_enabled; member
243 if (ext->vbus_boost && ext->vbus_boost_enabled != enable) { in cht_wc_extcon_set_otgmode()
252 ext->vbus_boost_enabled = enable; in cht_wc_extcon_set_otgmode()