/kernel/linux/linux-6.6/drivers/reset/ |
H A D | reset-bcm6345.c | 13 #include <linux/reset-controller.h> 71 * Ensure component is taken out reset state by sleeping also after in bcm6345_reset_reset() 72 * deasserting the reset. Otherwise, the component may not be ready in bcm6345_reset_reset() 92 .reset = bcm6345_reset_reset, 121 { .compatible = "brcm,bcm6345-reset" }, 128 .name = "bcm6345-reset",
|
H A D | reset-brcmstb-rescal.c | 9 #include <linux/reset-controller.h> 58 /* This is needed if #reset-cells == 0. */ in brcm_rescal_reset_xlate() 63 .reset = brcm_rescal_reset_set, 97 .name = "brcm-rescal-reset", 104 MODULE_DESCRIPTION("Broadcom SATA/PCIe rescal reset controller");
|
H A D | reset-berlin.c | 4 * Marvell Berlin reset driver 22 #include <linux/reset-controller.h> 45 /* let the reset be effective */ in berlin_reset_reset() 52 .reset = berlin_reset_reset, 93 { .compatible = "marvell,berlin2-reset" }, 101 .name = "berlin2-reset", 109 MODULE_DESCRIPTION("Synaptics Berlin reset controller");
|
H A D | reset-meson.c | 14 #include <linux/reset-controller.h> 85 .reset = meson_reset_reset, 106 { .compatible = "amlogic,meson8b-reset", .data = &meson8b_param}, 107 { .compatible = "amlogic,meson-gxbb-reset", .data = &meson8b_param}, 108 { .compatible = "amlogic,meson-axg-reset", .data = &meson8b_param}, 109 { .compatible = "amlogic,meson-a1-reset", .data = &meson_a1_param}, 110 { .compatible = "amlogic,meson-s4-reset", .data = &meson_s4_param},
|
H A D | reset-mpfs.c | 14 #include <linux/reset-controller.h> 19 * The ENVM reset is the lowest bit in the register & I am using the CLK_FOO 28 /* block concurrent access to the soft reset register */ 90 .reset = mpfs_reset, 102 * CLK_RESERVED does not map to a clock, but it does map to a reset, in mpfs_reset_xlate() 103 * so it has to be accounted for here. It is the reset for the fabric, in mpfs_reset_xlate() 104 * so if this reset gets called - do not reset it. in mpfs_reset_xlate() 112 dev_err(rcdev->dev, "Invalid reset index %u\n", index); in mpfs_reset_xlate() 142 .name = "clk_mpfs.reset [all...] |
H A D | reset-pistachio.c | 14 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/pistachio-resets.h> 125 { .compatible = "img,pistachio-reset", }, 132 .name = "pistachio-reset",
|
H A D | reset-zynqmp.c | 10 #include <linux/reset-controller.h> 97 .reset = zynqmp_reset_reset, 126 { .compatible = "xlnx,zynqmp-reset", .data = &zynqmp_reset_data, }, 127 { .compatible = "xlnx,versal-reset", .data = &versal_reset_data, }, 128 { .compatible = "xlnx,versal-net-reset", .data = &versal_net_reset_data, },
|
/kernel/linux/linux-6.6/drivers/reset/starfive/ |
H A D | reset-starfive-jh71x0.c | 12 #include <linux/reset-controller.h> 15 #include "reset-starfive-jh71x0.h" 103 .reset = jh71x0_reset_reset,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cphy.h | 61 int (*reset)(struct cphy *, int wait); member 157 int (*reset)(adapter_t *adapter); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
H A D | gk104.c | 62 info->reset = (data & 0x00003e00) >> 9; in gk104_top_parse() 99 "reset %2d\n", type, inst, in gk104_top_parse() 102 info->intr, info->reset); in gk104_top_parse()
|
H A D | ga100.c | 54 info->reset = (data & 0x0000001f); in ga100_top_parse() 88 "runlist %6x engine %2d reset %2d\n", type, inst, in ga100_top_parse() 91 info->engine, info->reset); in ga100_top_parse()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.h | 64 /* Callback to reset the HDMI block */ 65 void (*reset)(struct vc4_hdmi *vc4_hdmi); member 178 struct reset_control *reset; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpegls.h | 39 int limit, reset, bpp, qbpp, maxval, range; member 86 if (state->N[Q] == state->reset) { in ff_jpegls_downscale_state()
|
H A D | jpegls.c | 100 if (s->reset == 0 || reset_all) in ff_jpegls_reset_coding_parameters() 101 s->reset = 64; in ff_jpegls_reset_coding_parameters()
|
/third_party/gn/src/base/mac/ |
H A D | scoped_typeref.h | 87 reset(that.get(), base::scoped_policy::RETAIN); in operator =() 93 // object be reset to NULL before this may be used. 99 void reset(__unsafe_unretained T object = Traits::InvalidValue(), in reset() function in base::ScopedTypeRef 125 // Release(), use ScopedTypeRef<>::reset().
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_internal_entry.h | 67 * manager->reset() 137 reset(); in ParallelManager() 146 void reset() in reset() function in ParallelManager
|
/third_party/cJSON/tests/ |
H A D | common.h | 28 void reset(cJSON *item); 29 void reset(cJSON *item) { in reset() function
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | UTF16CollationIterator.java | 53 reset(); in resetToOffset() 63 reset(numeric); in setText()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ConstrainedFieldPosition.java | 83 reset(); in ConstrainedFieldPosition() 94 public void reset() { in reset() method in ConstrainedFieldPosition
|
/third_party/icu/icu4c/source/i18n/ |
H A D | usrchimp.h | 73 void reset(); 147 UBool reset; member
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbi_cache.h | 39 void reset(); 90 void reset(int32_t pos = 0, int32_t ruleStatus = 0);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ConstrainedFieldPosition.java | 81 reset(); in ConstrainedFieldPosition() 90 public void reset() { in reset() method in ConstrainedFieldPosition
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | UTF16CollationIterator.java | 55 reset(); in resetToOffset() 65 reset(numeric); in setText()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_conditionaljumptracker.cpp | 100 f.reset(new IfFrame(start)); in push() 103 f.reset(new LoopFrame(start)); in push()
|
/third_party/node/test/parallel/ |
H A D | test-zlib-dictionary.js | 104 deflate.reset(); 163 deflate.reset();
|