/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_reset_gpu.c | 33 /* Waiting timeout for GPU reset to complete */ 61 * DOC: Mechanism for coherent access to the HW with respect to GPU reset 63 * Access to the HW from non-atomic context outside of the reset thread must 66 * This currently works by taking the &kbase_device's csf.reset.sem, for 67 * 'write' access by the GPU reset thread and 'read' access by every other 71 * reset ('writer') and threads trying to access the GPU for 'normal' 74 * - multiple threads may prevent reset from happening without serializing each 75 * other prematurely. Note that at present the wait for reset to finish has 83 * If instead &kbase_device's csf.reset.wait &wait_queue_head_t were used on 88 * Indeed places where we wait on &kbase_device's csf.reset [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/include/ |
H A D | sys_hal.h | 38 hi_s32 sys_hal_vi_bus_reset(hi_bool reset); 40 hi_s32 sys_hal_vi_ppc_reset(hi_bool reset); 43 hi_s32 sys_hal_vi_port_reset(hi_vi_dev dev, hi_bool reset); 48 hi_s32 sys_hal_vi_isp_cfg_reset(hi_vi_pipe pipe, hi_bool reset); 49 hi_s32 sys_hal_vi_isp_core_reset(hi_vi_pipe pipe, hi_bool reset); 52 hi_s32 sys_hal_vi_proc_reset(hi_s32 vi_proc, hi_bool reset); 72 hi_s32 sys_hal_vou_bus_reset_sel(hi_bool reset); 104 hi_s32 sys_hal_vedu_reset_sel(hi_s32 vedu, hi_bool reset); 110 hi_s32 sys_hal_vpss_reset_sel(hi_s32 vpss, hi_bool reset); 117 hi_s32 sys_hal_avs_reset_sel(hi_bool reset); [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | bean.py | 102 def suite(self, reset=False): 103 if reset or not self.current_suite: 108 def get_suites(self, reset=False): 109 if reset or not self.current_suites: 114 def test(self, reset=False, test_index=None): 115 if reset or not self.current_test:
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | bean.py | 39 def suite(self, reset=False): 40 if reset or not self.current_suite_list: 46 def test(self, reset=False, test_index=None): 47 if reset or not self.current_test:
|
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/ |
H A D | rockchip_saradc.c | 16 #include <linux/reset.h> 53 struct reset_control *reset; member 241 static void rockchip_saradc_reset_controller(struct reset_control *reset) in rockchip_saradc_reset_controller() argument 243 reset_control_assert(reset); in rockchip_saradc_reset_controller() 245 reset_control_deassert(reset); in rockchip_saradc_reset_controller() 414 * The reset should be an optional property, as it should work in rockchip_saradc_probe() 417 info->reset = devm_reset_control_get_exclusive(&pdev->dev, "saradc-apb"); in rockchip_saradc_probe() 418 if (IS_ERR(info->reset)) { in rockchip_saradc_probe() 419 ret = PTR_ERR(info->reset); in rockchip_saradc_probe() 424 dev_dbg(&pdev->dev, "no reset contro in rockchip_saradc_probe() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
H A D | hdfinit_3881.c | 44 if (device->reset != NULL && device->reset->Reset != NULL) { in InitHi3881Chip() 45 device->reset->Reset(device->reset); in InitHi3881Chip()
|
/device/soc/rockchip/common/vendor/drivers/net/ |
H A D | rfkill-bt.c | 272 struct rfkill_rk_gpio *reset = &rfkill->pdata->reset_gpio;
in rfkill_rk_set_power() local 319 if (gpio_is_valid(reset->io)) {
in rfkill_rk_set_power() 320 if (gpio_get_value(reset->io) == !reset->enable) {
in rfkill_rk_set_power() 321 gpio_direction_output(reset->io, !reset->enable);
in rfkill_rk_set_power() 323 gpio_direction_output(reset->io, reset->enable);
in rfkill_rk_set_power() 350 if (gpio_is_valid(reset->io)) {
in rfkill_rk_set_power() 351 if (gpio_get_value(reset in rfkill_rk_set_power() [all...] |
H A D | rfkill-wlan.c | 228 struct rksdmmc_gpio *poweron, *reset;
in rockchip_wifi_power() local 286 reset = &mrfkill->pdata->reset_n;
in rockchip_wifi_power() 299 if (gpio_is_valid(reset->io)) {
in rockchip_wifi_power() 300 gpio_direction_output(reset->io, reset->enable);
in rockchip_wifi_power() 313 if (gpio_is_valid(reset->io)) {
in rockchip_wifi_power() 314 gpio_direction_output(reset->io, !(reset->enable));
in rockchip_wifi_power()
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
H A D | rfkill-bt.c | 283 struct rfkill_rk_gpio *reset = &rfkill->pdata->reset_gpio; in rfkill_rk_set_power() local 331 if (gpio_is_valid(reset->io)) { in rfkill_rk_set_power() 332 if (gpio_get_value(reset->io) == !reset->enable) { in rfkill_rk_set_power() 333 gpio_direction_output(reset->io, in rfkill_rk_set_power() 334 !reset->enable); in rfkill_rk_set_power() 336 gpio_direction_output(reset->io, reset->enable); in rfkill_rk_set_power() 364 if (gpio_is_valid(reset->io)) { in rfkill_rk_set_power() 365 if (gpio_get_value(reset in rfkill_rk_set_power() [all...] |
H A D | rfkill-wlan.c | 230 struct rksdmmc_gpio *poweron, *reset; in rockchip_wifi_power() local 289 reset = &mrfkill->pdata->reset_n; in rockchip_wifi_power() 302 if (gpio_is_valid(reset->io)) { in rockchip_wifi_power() 303 gpio_direction_output(reset->io, reset->enable); in rockchip_wifi_power() 316 if (gpio_is_valid(reset->io)) { in rockchip_wifi_power() 317 gpio_direction_output(reset->io, !(reset->enable)); in rockchip_wifi_power()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/hal/ |
H A D | sys_drv.c | 109 hi_bool *reset = HI_NULL; in sys_drv_drv_ioctrl() local 110 reset = (hi_bool *)io_args; in sys_drv_drv_ioctrl() 111 sys_hal_vou_bus_reset_sel(*reset); in sys_drv_drv_ioctrl() 280 hi_bool *reset = HI_NULL; in sys_drv_drv_ioctrl() local 281 reset = (hi_bool *)io_args; in sys_drv_drv_ioctrl() 282 sys_hal_aio_reset_sel(*reset); in sys_drv_drv_ioctrl()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | cpp_parser_lite.py | 168 test_result = self.state_machine.test(reset=True) 225 self.state_machine.get_suites(reset=True) 237 self.state_machine.suite(reset=True) 287 suites_result = self.state_machine.get_suites(reset=True) 292 suite_result = self.state_machine.suite(reset=True) 293 test_result = self.state_machine.test(reset=True) 404 test_result = self.state_machine.test(reset=True) 422 self.state_machine.get_suites(reset=True) 431 self.state_machine.suite(reset=True) 459 suite_result = self.state_machine.suite(reset [all...] |
H A D | oh_kernel_parser.py | 76 self.state_machine.get_suites(reset=True) 97 self.state_machine.suite(reset=True) 125 test_result = self.state_machine.test(reset=True) 156 test_result = self.state_machine.test(reset=True)
|
H A D | oh_yara_parser.py | 56 self.state_machine.get_suites(reset=True) 80 test_result = self.state_machine.test(reset=True) 101 self.state_machine.suite(reset=True)
|
H A D | cpp_parser.py | 160 test_result = self.state_machine.test(reset=True) 224 self.state_machine.get_suites(reset=True) 237 self.state_machine.suite(reset=True) 289 suites_result = self.state_machine.get_suites(reset=True) 293 suite_result = self.state_machine.suite(reset=True) 294 test_result = self.state_machine.test(reset=True)
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 17 b reset 55 * the actual reset code 58 reset: label 145 ldr r1, rstctl @ get addr for global reset 147 mov r3, #0x2 @ full reset pll + mpu 148 str r3, [r1] @ force reset 196 /* reset */
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 17 b reset 55 * the actual reset code 58 reset: label 145 ldr r1, rstctl @ get addr for global reset 147 mov r3, #0x2 @ full reset pll + mpu 148 str r3, [r1] @ force reset 196 /* reset */
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 16 #include <linux/reset.h> 46 if (hw->reset) { in rkispp_soft_reset() 47 reset_control_assert(hw->reset); in rkispp_soft_reset() 49 reset_control_deassert(hw->reset); in rkispp_soft_reset() 53 /* refresh iommu after reset */ in rkispp_soft_reset() 371 hw_dev->reset = devm_reset_control_array_get(dev, false, false); in rkispp_hw_probe() 372 if (IS_ERR(hw_dev->reset)) { in rkispp_hw_probe() 373 dev_info(dev, "failed to get cru reset\n"); in rkispp_hw_probe() 374 hw_dev->reset = NULL; in rkispp_hw_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 16 #include <linux/reset.h> 47 if (hw->reset) { in rkispp_soft_reset() 48 reset_control_assert(hw->reset); in rkispp_soft_reset() 50 reset_control_deassert(hw->reset); in rkispp_soft_reset() 54 /* refresh iommu after reset */ in rkispp_soft_reset() 379 hw_dev->reset = devm_reset_control_array_get(dev, false, false); in rkispp_hw_probe() 380 if (IS_ERR(hw_dev->reset)) { in rkispp_hw_probe() 381 dev_info(dev, "failed to get cru reset\n"); in rkispp_hw_probe() 382 hw_dev->reset = NULL; in rkispp_hw_probe()
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_driver_bdh_register.c | 53 if (wlanDevice && strcmp(wlanDevice->driverName, BDH6_DRIVER_NAME) == 0 && wlanDevice->reset) { in BDH6_ResetDriver() 59 ret = wlanDevice->reset->Reset(wlanDevice->reset); in BDH6_ResetDriver()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mode_config.c | 180 * drm_mode_config_reset - call ->reset callbacks 183 * This functions calls all the crtc's, encoder's and connector's ->reset 185 * reset hardware and software state. 195 drm_for_each_plane(plane, dev) if (plane->funcs->reset) plane->funcs->reset(plane); in drm_mode_config_reset() 197 drm_for_each_crtc(crtc, dev) if (crtc->funcs->reset) crtc->funcs->reset(crtc); in drm_mode_config_reset() 199 drm_for_each_encoder(encoder, dev) if (encoder->funcs->reset) encoder->funcs->reset(encoder); in drm_mode_config_reset() 202 drm_for_each_connector_iter(connector, &conn_iter) if (connector->funcs->reset) connecto in drm_mode_config_reset() [all...] |
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | allocator_manager.cpp | 61 frameBufferAllocator_.reset(); in DeInit() 62 allocator_.reset(); in DeInit()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/ |
H A D | main.c | 66 reset(); in start_loaderboot() 82 reset(); in start_loaderboot()
|
/test/xts/hats/hdf/display/buffer/death/ |
H A D | death_test.cpp | 49 displayBuffer_.reset(IDisplayBuffer::Get()); in HWTEST_F() 68 displayBuffer_.reset(IDisplayBuffer::Get()); in HWTEST_F()
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-usb.c | 27 #include <linux/reset.h>
145 struct reset_control *reset;
member 377 if (phy->reset) {
in rockchip_usb_phy_reset() 378 reset_control_assert(phy->reset);
in rockchip_usb_phy_reset() 380 reset_control_deassert(phy->reset);
in rockchip_usb_phy_reset() 389 .reset = rockchip_usb_phy_reset,
759 rk_phy->reset = of_reset_control_get(child, "phy-reset");
in rockchip_usb_phy_init() 760 if (IS_ERR(rk_phy->reset)) {
in rockchip_usb_phy_init() 761 rk_phy->reset in rockchip_usb_phy_init() [all...] |