Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c1336 OTG_MASTER_EN, &s->otg_enabled); in optc1_read_otg_state()
1401 uint32_t otg_enabled; in optc1_get_otg_active_size() local
1410 OTG_MASTER_EN, &otg_enabled); in optc1_get_otg_active_size()
1412 if (otg_enabled == 0) in optc1_get_otg_active_size()
1445 uint32_t otg_enabled = 0; in optc1_is_tg_enabled() local
1447 REG_GET(OTG_CONTROL, OTG_MASTER_EN, &otg_enabled); in optc1_is_tg_enabled()
1449 return (otg_enabled != 0); in optc1_is_tg_enabled()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Doptc.h91 uint32_t otg_enabled; member
/linux/drivers/power/supply/
H A Dbq24190_charger.c1744 bool otg_enabled; in bq24190_configure_usb_otg() local
1747 otg_enabled = !!(ss_reg & BQ24190_REG_SS_VBUS_STAT_MASK); in bq24190_configure_usb_otg()
1748 ret = extcon_set_state_sync(bdi->edev, EXTCON_USB, otg_enabled); in bq24190_configure_usb_otg()
1751 otg_enabled, ret); in bq24190_configure_usb_otg()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c433 if ((s.otg_enabled & 1) == 0) in dcn10_log_hw_state()