/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | mdio-aspeed.c | 6 #include <linux/reset.h> 45 struct reset_control *reset; member 154 ctx->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in aspeed_mdio_probe() 155 if (IS_ERR(ctx->reset)) in aspeed_mdio_probe() 156 return PTR_ERR(ctx->reset); in aspeed_mdio_probe() 158 reset_control_deassert(ctx->reset); in aspeed_mdio_probe() 171 reset_control_assert(ctx->reset); in aspeed_mdio_probe() 185 reset_control_assert(ctx->reset); in aspeed_mdio_remove()
|
/third_party/skia/samplecode/ |
H A D | SampleClock.cpp | 53 path.reset(); 81 path.reset(); 103 path.reset(); 124 path.reset(); 146 path.reset(); 161 path.reset(); 171 path.reset(); 197 path.reset();
|
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | metav1_compat.cpp | 79 node.reset(new RootNode(n.GetSerializerVersion(), VisitNode(n.GetObject()))); 83 node.reset(new ObjectNode( 94 node.reset(new ArrayNode(BASE_NS::move(arr))); 231 node.reset(new NilNode); 235 node.reset(new BoolNode(n.GetValue())); 239 node.reset(new DoubleNode(n.GetValue())); 243 node.reset(new IntNode(n.GetValue())); 247 node.reset(new UIntNode(n.GetValue())); 251 node.reset(new StringNode(n.GetValue())); 255 node.reset(ne [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | sunkbd.c | 69 volatile s8 reset; member 83 if (sunkbd->reset <= -1) { in sunkbd_interrupt() 85 * If cp[i] is 0xff, sunkbd->reset will stay -1. in sunkbd_interrupt() 88 sunkbd->reset = data; in sunkbd_interrupt() 104 sunkbd->reset = -1; in sunkbd_interrupt() 181 sunkbd->reset = -2; in sunkbd_initialize() 183 wait_event_interruptible_timeout(sunkbd->wait, sunkbd->reset >= 0, HZ); in sunkbd_initialize() 184 if (sunkbd->reset < 0) in sunkbd_initialize() 187 sunkbd->type = sunkbd->reset; in sunkbd_initialize() 224 * sunkbd_reinit() wait for the keyboard reset t [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | sunkbd.c | 66 volatile s8 reset; member 80 if (sunkbd->reset <= -1) { in sunkbd_interrupt() 82 * If cp[i] is 0xff, sunkbd->reset will stay -1. in sunkbd_interrupt() 85 sunkbd->reset = data; in sunkbd_interrupt() 101 sunkbd->reset = -1; in sunkbd_interrupt() 178 sunkbd->reset = -2; in sunkbd_initialize() 180 wait_event_interruptible_timeout(sunkbd->wait, sunkbd->reset >= 0, HZ); in sunkbd_initialize() 181 if (sunkbd->reset < 0) in sunkbd_initialize() 184 sunkbd->type = sunkbd->reset; in sunkbd_initialize() 221 * sunkbd_reinit() wait for the keyboard reset t [all...] |
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | rockchip_saradc.c | 17 #include <linux/reset.h> 77 struct reset_control *reset; member 84 static void rockchip_saradc_reset_controller(struct reset_control *reset); 99 if (info->reset) in rockchip_saradc_start_v2() 100 rockchip_saradc_reset_controller(info->reset); in rockchip_saradc_start_v2() 341 static void rockchip_saradc_reset_controller(struct reset_control *reset) in rockchip_saradc_reset_controller() argument 343 reset_control_assert(reset); in rockchip_saradc_reset_controller() 345 reset_control_deassert(reset); in rockchip_saradc_reset_controller() 450 * The reset should be an optional property, as it should work in rockchip_saradc_probe() 453 info->reset in rockchip_saradc_probe() [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | p2p_default_state_test.cpp | 36 pMockP2pPendant.reset(new MockP2pPendant()); in SetUp() 37 pDefaultState.reset(new P2pDefaultState(pMockP2pPendant->GetP2pStateMachine())); in SetUp() 41 pDefaultState.reset(); in TearDown() 43 pMockP2pPendant.reset(); in TearDown()
|
H A D | p2p_enabling_state_test.cpp | 38 pMockP2pPendant.reset(new MockP2pPendant()); in SetUp() 39 pP2pEnablingState.reset( in SetUp() 44 pP2pEnablingState.reset(); in TearDown() 46 pMockP2pPendant.reset(); in TearDown()
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | fdsan.h | 26 reset(fd); in fdsan_fd() 37 reset(); in ~fdsan_fd() 46 reset(); in operator =() 61 void reset(int new_fd = -1) in reset() function
|
/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:
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | DemoActivity.java | 30 Button reset = findViewById(R.id.reset); in onCreate() 31 reset.setOnClickListener(this); in onCreate() 47 case R.id.reset: in onClick()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_init.c | 271 /* Clear graceful reset bit */ in qlcnic_83xx_idc_clear_registers() 324 * Return 0 if all functions have acknowledged the reset request. 385 netdev_info(adapter->netdev, "%s: soft reset complete.\n", __func__); in qlcnic_83xx_idc_tx_soft_reset() 394 * Detach net interface, stop TX and cleanup resources before the HW reset. 533 * Returns: reset owner id or failure indication (-EIO) 862 /* Move to need reset state and prepare for reset */ in qlcnic_83xx_idc_ready_state() 867 /* Check for soft reset request */ in qlcnic_83xx_idc_ready_state() 935 "%s: Waiting for reset ACK\n", __func__); in qlcnic_83xx_idc_need_reset_state() 1177 /* Check if reset recover in qlcnic_83xx_setup_idc_parameters() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_init.c | 271 /* Clear graceful reset bit */ in qlcnic_83xx_idc_clear_registers() 324 * Return 0 if all functions have acknowledged the reset request. 385 netdev_info(adapter->netdev, "%s: soft reset complete.\n", __func__); in qlcnic_83xx_idc_tx_soft_reset() 394 * Detach net interface, stop TX and cleanup resources before the HW reset. 533 * Returns: reset owner id or failure indication (-EIO) 862 /* Move to need reset state and prepare for reset */ in qlcnic_83xx_idc_ready_state() 867 /* Check for soft reset request */ in qlcnic_83xx_idc_ready_state() 935 "%s: Waiting for reset ACK\n", __func__); in qlcnic_83xx_idc_need_reset_state() 1177 /* Check if reset recover in qlcnic_83xx_setup_idc_parameters() [all...] |
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.cpp | 173 pixmaps[0].reset(SkImageInfo::MakeA8(w, h), data[0], strides[0]); in make_yuv_420() 176 pixmaps[1].reset(SkImageInfo::MakeA8(w, h), data[1], strides[1]); in make_yuv_420() 177 pixmaps[2].reset(SkImageInfo::MakeA8(w, h), data[2], strides[2]); in make_yuv_420() 314 this->reset(); in ~SkVideoDecoder() 317 void SkVideoDecoder::reset() { in reset() function in SkVideoDecoder 336 fStream.reset(nullptr); in reset() 342 this->reset(); in loadStream() 358 this->reset(); in loadStream() 364 this->reset(); in loadStream() 379 this->reset(); in loadStream() [all...] |
/third_party/skia/src/core/ |
H A D | SkClipStack.cpp | 25 fDeviceSpacePath.reset(); in Element() 26 fShader.reset(); in Element() 30 fDeviceSpacePath.reset(); in Element() 31 fShader.reset(); in Element() 35 fShader.reset(); in Element() 39 fDeviceSpacePath.reset(); in Element() 264 path->reset(); in asDeviceSpacePath() 267 path->reset(); in asDeviceSpacePath() 271 path->reset(); in asDeviceSpacePath() 278 path->reset(); in asDeviceSpacePath() 575 void SkClipStack::reset() { reset() function in SkClipStack 846 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) { reset() function in SkClipStack::Iter [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | ice40-spi.c | 28 struct gpio_desc *reset; member 71 gpiod_set_value(priv->reset, 1); in ice40_fpga_ops_write_init() 77 /* Come out of reset */ in ice40_fpga_ops_write_init() 78 gpiod_set_value(priv->reset, 0); in ice40_fpga_ops_write_init() 84 /* Check CDONE is de-asserted i.e. the FPGA is reset */ in ice40_fpga_ops_write_init() 86 dev_err(&dev->dev, "Device reset failed, CDONE is asserted\n"); in ice40_fpga_ops_write_init() 174 priv->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ice40_fpga_probe() 175 if (IS_ERR(priv->reset)) { in ice40_fpga_probe() 176 ret = PTR_ERR(priv->reset); in ice40_fpga_probe() [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | capsule.c | 34 * @reset_type: store the type of EFI reset if capsule is pending 37 * firmware we need to perform a specific type of reset. If a capsule is 38 * pending return the reset type in @reset_type. 77 * @reset: the reset type required for this capsule 82 * No attempt is made to check @reset against the reset type required 85 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset) in efi_capsule_supported() argument 99 status = efi.query_capsule_caps(cap_list, 1, &max_size, reset); in efi_capsule_supported() 130 * @reset 142 efi_capsule_update_locked(efi_capsule_header_t *capsule, struct page **sg_pages, int reset) efi_capsule_update_locked() argument [all...] |
/kernel/linux/linux-5.10/drivers/reset/sti/ |
H A D | reset-syscfg.c | 17 #include "reset-syscfg.h" 22 * @reset: regmap field for the channel's reset bit. 26 struct regmap_field *reset; member 31 * struct syscfg_reset_controller - A reset controller which groups together 32 * a set of related reset bits, which may be located in different system 35 * @rst: base reset controller structure. 37 * the reset bit puts the hardware into reset. 38 * @channels: An array of reset channel [all...] |
/kernel/linux/linux-6.6/drivers/reset/sti/ |
H A D | reset-syscfg.c | 17 #include "reset-syscfg.h" 22 * @reset: regmap field for the channel's reset bit. 26 struct regmap_field *reset; member 31 * struct syscfg_reset_controller - A reset controller which groups together 32 * a set of related reset bits, which may be located in different system 35 * @rst: base reset controller structure. 37 * the reset bit puts the hardware into reset. 38 * @channels: An array of reset channel [all...] |
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | bd6107.c | 74 struct gpio_desc *reset; member 93 /* Assert the reset line (gpiolib will handle active low) */ in bd6107_backlight_update_status() 94 gpiod_set_value(bd->reset, 1); in bd6107_backlight_update_status() 96 gpiod_set_value(bd->reset, 0); in bd6107_backlight_update_status() 144 * Request the reset GPIO line with GPIOD_OUT_HIGH meaning asserted, in bd6107_probe() 147 * the reset. in bd6107_probe() 149 bd->reset = devm_gpiod_get(&client->dev, "reset", GPIOD_OUT_HIGH); in bd6107_probe() 150 if (IS_ERR(bd->reset)) { in bd6107_probe() 151 dev_err(&client->dev, "unable to request reset GPI in bd6107_probe() [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | ice40-spi.c | 28 struct gpio_desc *reset; member 71 gpiod_set_value(priv->reset, 1); in ice40_fpga_ops_write_init() 77 /* Come out of reset */ in ice40_fpga_ops_write_init() 78 gpiod_set_value(priv->reset, 0); in ice40_fpga_ops_write_init() 84 /* Check CDONE is de-asserted i.e. the FPGA is reset */ in ice40_fpga_ops_write_init() 86 dev_err(&dev->dev, "Device reset failed, CDONE is asserted\n"); in ice40_fpga_ops_write_init() 174 priv->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ice40_fpga_probe() 175 if (IS_ERR(priv->reset)) { in ice40_fpga_probe() 176 ret = PTR_ERR(priv->reset); in ice40_fpga_probe() [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | capsule.c | 35 * @reset_type: store the type of EFI reset if capsule is pending 38 * firmware we need to perform a specific type of reset. If a capsule is 39 * pending return the reset type in @reset_type. 78 * @reset: the reset type required for this capsule 83 * No attempt is made to check @reset against the reset type required 86 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset) in efi_capsule_supported() argument 100 status = efi.query_capsule_caps(cap_list, 1, &max_size, reset); in efi_capsule_supported() 131 * @reset 143 efi_capsule_update_locked(efi_capsule_header_t *capsule, struct page **sg_pages, int reset) efi_capsule_update_locked() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuadUtils.h | 58 void reset(const GrQuad& deviceQuad, const GrQuad* localQuad); 83 // Compute the edge equations of the original device space quad passed to 'reset()'. The 91 // Compute the edge lengths of the original device space quad passed to 'reset()'. The 118 void reset(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, 126 void reset(const EdgeVectors& edgeVectors); 152 void reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType, 164 void reset(const GrQuad& deviceQuad, const GrQuad* localQuad); 222 outsetter.reset(*quad, nullptr); in Outset()
|
/third_party/skia/src/gpu/ |
H A D | GrRefCnt.h | 87 this->reset(); in operator =() 97 this->reset(SafeRef(that.get())); in operator =() 108 this->reset(SafeRef(that.get())); in operator =() 118 this->reset(that.release()); in operator =() 128 this->reset(SafeRef(that.get())); in operator =() 146 void reset(T* ptr = nullptr) { in reset() function in gr_sp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 62 void reset() { in reset() function in llvm::TrackingMDRef 66 void reset(Metadata *MD) { in reset() function in llvm::TrackingMDRef 134 void reset() { Ref.reset(); } in reset() function in llvm::TypedTrackingMDRef 135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function in llvm::TypedTrackingMDRef
|