Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1336 OTG_MASTER_EN, &s->otg_enabled); in optc1_read_otg_state()
1392 uint32_t otg_enabled; in optc1_get_otg_active_size() local
1401 OTG_MASTER_EN, &otg_enabled); in optc1_get_otg_active_size()
1403 if (otg_enabled == 0) in optc1_get_otg_active_size()
1436 uint32_t otg_enabled = 0; in optc1_is_tg_enabled() local
1438 REG_GET(OTG_CONTROL, OTG_MASTER_EN, &otg_enabled); in optc1_is_tg_enabled()
1440 return (otg_enabled != 0); in optc1_is_tg_enabled()
Ddcn10_hw_sequencer_debug.c435 if (s.otg_enabled & 1) { in dcn10_get_otg_states()
499 if (s.otg_enabled & 1) in dcn10_clear_otpc_underflow()
Ddcn10_optc.h579 uint32_t otg_enabled; member
Ddcn10_hw_sequencer.c370 if ((s.otg_enabled & 1) == 0) in dcn10_log_hw_state()
/linux-5.19.10/drivers/power/supply/
Dbq24190_charger.c1575 bool otg_enabled; in bq24190_configure_usb_otg() local
1578 otg_enabled = !!(ss_reg & BQ24190_REG_SS_VBUS_STAT_MASK); in bq24190_configure_usb_otg()
1579 ret = extcon_set_state_sync(bdi->edev, EXTCON_USB, otg_enabled); in bq24190_configure_usb_otg()
1582 otg_enabled, ret); in bq24190_configure_usb_otg()