Searched refs:otg_enabled (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_optc.c | 1315 OTG_MASTER_EN, &s->otg_enabled); in optc1_read_otg_state() 1365 uint32_t otg_enabled; in optc1_get_otg_active_size() local 1374 OTG_MASTER_EN, &otg_enabled); in optc1_get_otg_active_size() 1376 if (otg_enabled == 0) in optc1_get_otg_active_size() 1409 uint32_t otg_enabled = 0; in optc1_is_tg_enabled() local 1411 REG_GET(OTG_CONTROL, OTG_MASTER_EN, &otg_enabled); in optc1_is_tg_enabled() 1413 return (otg_enabled != 0); in optc1_is_tg_enabled()
|
H A D | dcn10_hw_sequencer_debug.c | 435 if (s.otg_enabled & 1) { in dcn10_get_otg_states() 499 if (s.otg_enabled & 1) in dcn10_clear_otpc_underflow()
|
H A D | dcn10_optc.h | 603 uint32_t otg_enabled; member
|
H A D | dcn10_hw_sequencer.c | 361 if ((s.otg_enabled & 1) == 0) in dcn10_log_hw_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_optc.c | 1330 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()
|
H A D | dcn10_hw_sequencer_debug.c | 436 if (s.otg_enabled & 1) { in dcn10_get_otg_states() 500 if (s.otg_enabled & 1) in dcn10_clear_otpc_underflow()
|
H A D | dcn10_optc.h | 614 uint32_t otg_enabled; member
|
H A D | dcn10_hw_sequencer.c | 373 if ((s.otg_enabled & 1) == 0) in dcn10_log_hw_state()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq24190_charger.c | 1529 bool otg_enabled; in bq24190_configure_usb_otg() local 1532 otg_enabled = !!(ss_reg & BQ24190_REG_SS_VBUS_STAT_MASK); in bq24190_configure_usb_otg() 1533 ret = extcon_set_state_sync(bdi->edev, EXTCON_USB, otg_enabled); in bq24190_configure_usb_otg() 1536 otg_enabled, ret); in bq24190_configure_usb_otg()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq24190_charger.c | 1589 bool otg_enabled; in bq24190_configure_usb_otg() local 1592 otg_enabled = !!(ss_reg & BQ24190_REG_SS_VBUS_STAT_MASK); in bq24190_configure_usb_otg() 1593 ret = extcon_set_state_sync(bdi->edev, EXTCON_USB, otg_enabled); in bq24190_configure_usb_otg() 1596 otg_enabled, ret); in bq24190_configure_usb_otg()
|
Completed in 22 milliseconds