/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/mtcmos/ |
D | mtcmos.c | 197 uint32_t power_on; in mtcmos_non_cpu_ctrl() local 208 power_on = VDE_PWR_ON; in mtcmos_non_cpu_ctrl() 213 power_on = MFG_PWR_ON; in mtcmos_non_cpu_ctrl() 218 power_on = VEN_PWR_ON; in mtcmos_non_cpu_ctrl() 223 power_on = ISP_PWR_ON; in mtcmos_non_cpu_ctrl() 228 power_on = DIS_PWR_ON; in mtcmos_non_cpu_ctrl() 233 power_on = VEN2_PWR_ON; in mtcmos_non_cpu_ctrl() 238 power_on = AUDIO_PWR_ON; in mtcmos_non_cpu_ctrl() 243 power_on = MFG_2D_PWR_ON; in mtcmos_non_cpu_ctrl() 248 power_on = MFG_ASYNC_PWR_ON; in mtcmos_non_cpu_ctrl() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/mtcmos/ |
H A D | mtcmos.c | 197 uint32_t power_on; in mtcmos_non_cpu_ctrl() local 208 power_on = VDE_PWR_ON; in mtcmos_non_cpu_ctrl() 213 power_on = MFG_PWR_ON; in mtcmos_non_cpu_ctrl() 218 power_on = VEN_PWR_ON; in mtcmos_non_cpu_ctrl() 223 power_on = ISP_PWR_ON; in mtcmos_non_cpu_ctrl() 228 power_on = DIS_PWR_ON; in mtcmos_non_cpu_ctrl() 233 power_on = VEN2_PWR_ON; in mtcmos_non_cpu_ctrl() 238 power_on = AUDIO_PWR_ON; in mtcmos_non_cpu_ctrl() 243 power_on = MFG_2D_PWR_ON; in mtcmos_non_cpu_ctrl() 248 power_on = MFG_ASYNC_PWR_ON; in mtcmos_non_cpu_ctrl() [all …]
|
/aosp_15_r20/external/autotest/client/common_lib/cros/cfm/usb/ |
H A D | usb_port_manager.py | 91 def set_port_power(self, port_ids, power_on): argument 101 self._set_gpio_power(self._get_board(), gpio_index, power_on) 135 def _set_gpio_power_guado(self, gpio_idx, power_on): argument 158 value_string = '1' if power_on else '0' 166 def _set_gpio_power_fizz(self, gpio_idx, power_on): argument 173 value_string = '1' if power_on else '0' 178 def _set_gpio_power(self, board, gpio_index, power_on): argument 187 self._set_gpio_power_guado(gpio_index, power_on) 189 self._set_gpio_power_fizz(gpio_index, power_on)
|
/aosp_15_r20/external/python/bumble/tests/ |
D | self_test.py | 99 await two_devices.devices[0].power_on() 100 await two_devices.devices[1].power_on() 133 await two_devices.devices[0].power_on() 134 await two_devices.devices[1].power_on() 206 await two_devices.devices[0].power_on() 207 await two_devices.devices[1].power_on() 267 await two_devices.devices[0].power_on() 268 await two_devices.devices[1].power_on() 292 await two_devices.devices[0].power_on() 293 await two_devices.devices[1].power_on() [all …]
|
D | gatt_test.py | 175 await client.power_on() 176 await server.power_on() 498 await client.power_on() 499 await server.power_on() 557 await client.power_on() 558 await server.power_on() 659 await client.power_on() 660 await server.power_on() 836 await client.power_on() 837 await server.power_on() [all …]
|
D | a2dp_test.py | 107 await two_devices.devices[0].power_on() 108 await two_devices.devices[1].power_on() 172 await two_devices.devices[0].power_on() 173 await two_devices.devices[1].power_on()
|
D | test_utils.py | 72 await self.devices[0].power_on() 73 await self.devices[1].power_on()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_handsfree_abstract_device.py | 89 def power_on(self): member in BluetoothHandsfreeAbstractDevice 146 def power_on(self): member in PixelBudsBluetoothHandsfreeAbstractDevice 194 def power_on(self): member in EarstudioReceiverBluetoothHandsfreeAbstractDevice 195 return self.earstudio_controller.power_on() 240 def power_on(self): member in JaybirdX3EarbudsBluetoothHandsfreeAbstractDevice 241 return self.jaybird_controller.power_on() 298 def power_on(self): member in AndroidHeadsetBluetoothHandsfreeAbstractDevice
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
H A D | vpe10_mpc.c | 185 void vpe10_mpc_power_on_ogam_lut(struct mpc *mpc, bool power_on) in vpe10_mpc_power_on_ogam_lut() argument 195 REG_UPDATE(VPMPCC_MEM_PWR_CTRL, VPMPCC_OGAM_MEM_PWR_DIS, power_on ? 1 : 0); in vpe10_mpc_power_on_ogam_lut() 198 if (power_on) { in vpe10_mpc_power_on_ogam_lut() 200 REG_UPDATE(VPMPCC_MEM_PWR_CTRL, VPMPCC_OGAM_MEM_PWR_DIS, power_on ? 1 : 0); in vpe10_mpc_power_on_ogam_lut() 201 REG_UPDATE(VPMPCC_MEM_PWR_CTRL, VPMPCC_OGAM_MEM_PWR_DIS, power_on ? 1 : 0); in vpe10_mpc_power_on_ogam_lut() 589 void vpe10_mpc_power_on_1dlut_shaper_3dlut(struct mpc *mpc, bool power_on) in vpe10_mpc_power_on_1dlut_shaper_3dlut() argument 595 VPMPCC_MCM_SHAPER_MEM_PWR_DIS, power_on == true ? 1 : 0, VPMPCC_MCM_3DLUT_MEM_PWR_DIS, in vpe10_mpc_power_on_1dlut_shaper_3dlut() 596 power_on == true ? 1 : 0, VPMPCC_MCM_1DLUT_MEM_PWR_DIS, power_on == true ? 1 : 0); in vpe10_mpc_power_on_1dlut_shaper_3dlut() 599 if (power_on && vpe_priv->init.debug.enable_mem_low_power.bits.mpc) { in vpe10_mpc_power_on_1dlut_shaper_3dlut() 604 VPMPCC_MCM_SHAPER_MEM_PWR_DIS, power_on == true ? 1 : 0, VPMPCC_MCM_3DLUT_MEM_PWR_DIS, in vpe10_mpc_power_on_1dlut_shaper_3dlut() [all …]
|
H A D | vpe10_dpp_dscl.c | 316 static void dpp1_power_on_dscl(struct dpp *dpp, bool power_on) in dpp1_power_on_dscl() argument 321 if (power_on) { in dpp1_power_on_dscl() 336 if (power_on) { in dpp1_power_on_dscl()
|
H A D | vpe10_dpp_cm.c | 23 static void vpe10_power_on_gamcor_lut(struct dpp *dpp, bool power_on) in vpe10_power_on_gamcor_lut() argument 28 if (power_on) { in vpe10_power_on_gamcor_lut() 43 power_on == true ? 1 : 0, GAMCOR_MEM_PWR_FORCE, 0); in vpe10_power_on_gamcor_lut()
|
/aosp_15_r20/external/autotest/client/site_tests/power_CheckAC/ |
H A D | power_CheckAC.py | 19 def run_once(self, power_on=True): argument 21 lambda: power_status.get_status().on_ac() == power_on, 22 timeout=10, exception=error.TestError('AC power not %d' % power_on))
|
/aosp_15_r20/external/coreboot/src/mainboard/google/corsola/ |
H A D | panel_wugtrio.c | 31 .power_on = mipi_panel_power_on, 39 .power_on = mipi_panel_power_on, 47 .power_on = mipi_panel_power_on,
|
H A D | panel_starmie.c | 55 .power_on = mipi_panel_power_on, 63 .power_on = mipi_panel_power_on, 71 .power_on = mipi_panel_power_on,
|
/aosp_15_r20/external/coreboot/src/superio/ite/it8720f/ |
H A D | superio.c | 20 unsigned int power_on = get_uint_option("power_on_after_fail", MAINBOARD_POWER_OFF); in power_control_init() local 27 if (power_on == MAINBOARD_POWER_KEEP) in power_control_init() 34 if (power_on == MAINBOARD_POWER_ON) in power_control_init()
|
/aosp_15_r20/external/autotest/server/cros/faft/utils/ |
H A D | mode_switcher.py | 158 psc.power_on(psc.REC_ON) 238 psc.power_on(psc.REC_ON) 340 psc.power_on(psc.REC_ON) 774 psc.power_on(psc.REC_ON) 799 psc.power_on(psc.REC_ON_FORCE_MRC) 810 psc.power_on(psc.REC_OFF)
|
/aosp_15_r20/external/autotest/server/site_tests/sequences/ |
H A D | control.power | 40 client.power_on() 58 client.power_on() 85 client.power_on()
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_dbus_api_tests.py | 56 power_on = self._wait_till_power_on() 59 'power_on' : power_on, 152 power_on = self.bluetooth_facade.set_powered(True)
|
/aosp_15_r20/external/coreboot/src/mainboard/google/geralt/ |
H A D | panel_ciri.c | 33 .power_on = power_on_mipi_himax_83102j, 42 .power_on = power_on_mipi_himax_83102j,
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/triangle/ |
D | connection_switching_test.py | 21 self.headset.power_on() 49 self.headset.power_on()
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | display.c | 72 if (panel->power_on) in mtk_display_init() 73 panel->power_on(); in mtk_display_init()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | AkXB10PairingTest.py | 42 self.ak_xb10_speaker.power_on() 121 self.ak_xb10_speaker.power_on()
|
D | SonyXB2PairingTest.py | 42 self.sony_xb2_speaker.power_on() 121 self.sony_xb2_speaker.power_on()
|
/aosp_15_r20/external/python/bumble/examples/ |
D | run_gatt_client_and_server.py | 57 await client_device.power_on() 67 await server_device.power_on()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | jaybird_x3.py | 52 def power_on(self): member in JaybirdX3Earbuds 62 self.power_on()
|