/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-emsff.c | 27 int weak, strong; in emsff_play() local 30 strong = effect->u.rumble.strong_magnitude; in emsff_play() 32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play() 35 strong = strong * 0xff / 0xffff; in emsff_play() 38 emsff->report->field[0]->value[2] = strong; in emsff_play() 40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
|
H A D | hid-mf.c | 38 int strong, weak; in mf_play() local 40 strong = effect->u.rumble.strong_magnitude; in mf_play() 43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play() 45 strong = strong * 0xff / 0xffff; in mf_play() 48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play() 51 mf->report->field[0]->value[1] = strong; in mf_play()
|
H A D | hid-pl.c | 43 s32 *strong; member 61 *plff->strong = left; in hid_plff_play() 80 s32 *strong; in plff_init() local 120 strong = &report->field[0]->value[2]; in plff_init() 133 strong = &report->field[2]->value[0]; in plff_init() 158 plff->strong = strong; in plff_init() 162 *strong = 0x00; in plff_init()
|
H A D | hid-lg2ff.c | 27 int weak, strong; in play_effect() local 29 strong = effect->u.rumble.strong_magnitude; in play_effect() 32 if (weak || strong) { in play_effect() 34 strong = strong * 0xff / 0xffff; in play_effect() 38 lg2ff->report->field[0]->value[4] = strong; in play_effect()
|
H A D | hid-dr.c | 36 int strong, weak; in drff_play() local 38 strong = effect->u.rumble.strong_magnitude; in drff_play() 41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play() 43 if (strong || weak) { in drff_play() 44 strong = strong * 0xff / 0xffff; in drff_play() 48 this value is set, it causes the strong rumble to function in drff_play() 56 drff->report->field[0]->value[4] = strong; in drff_play() 68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-emsff.c | 27 int weak, strong; in emsff_play() local 30 strong = effect->u.rumble.strong_magnitude; in emsff_play() 32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play() 35 strong = strong * 0xff / 0xffff; in emsff_play() 38 emsff->report->field[0]->value[2] = strong; in emsff_play() 40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
|
H A D | hid-mf.c | 38 int strong, weak; in mf_play() local 40 strong = effect->u.rumble.strong_magnitude; in mf_play() 43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play() 45 strong = strong * 0xff / 0xffff; in mf_play() 48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play() 51 mf->report->field[0]->value[1] = strong; in mf_play()
|
H A D | hid-pl.c | 43 s32 *strong; member 61 *plff->strong = left; in hid_plff_play() 80 s32 *strong; in plff_init() local 120 strong = &report->field[0]->value[2]; in plff_init() 133 strong = &report->field[2]->value[0]; in plff_init() 158 plff->strong = strong; in plff_init() 162 *strong = 0x00; in plff_init()
|
H A D | hid-lg2ff.c | 27 int weak, strong; in play_effect() local 29 strong = effect->u.rumble.strong_magnitude; in play_effect() 32 if (weak || strong) { in play_effect() 34 strong = strong * 0xff / 0xffff; in play_effect() 38 lg2ff->report->field[0]->value[4] = strong; in play_effect()
|
H A D | hid-dr.c | 36 int strong, weak; in drff_play() local 38 strong = effect->u.rumble.strong_magnitude; in drff_play() 41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play() 43 if (strong || weak) { in drff_play() 44 strong = strong * 0xff / 0xffff; in drff_play() 48 this value is set, it causes the strong rumble to function in drff_play() 56 drff->report->field[0]->value[4] = strong; in drff_play() 68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
|
H A D | hid-megaworld.c | 21 s32 *strong; member 30 *mwctrl->strong = effect->u.rumble.strong_magnitude >> 8; in mwctrl_play() 82 mwctrl->strong = &report->field[2]->value[0]; in mwctrl_init()
|
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/ |
H A D | Makefile | 20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
/kernel/linux/linux-6.6/arch/xtensa/boot/lib/ |
H A D | Makefile | 23 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 24 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 25 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 26 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | BaseObjectJS.cpp | 94 void TrueRootObject::SetNativeObject(META_NS::IObject::Ptr real, bool strong) in SetNativeObject() argument 96 if (strong) { in SetNativeObject() 104 // if we have a strong ref... in GetNativeObject() 114 // Synchronously destroy the lume object in engine thread.. (only for strong refs.) in Finalize() 127 NapiApi::Object CreateJsObj(napi_env env, const BASE_NS::string_view jsName, META_NS::IObject::Ptr real, bool strong, in CreateJsObj() argument 135 oo->SetNativeObject(real, strong); in CreateJsObj() 208 napi_env env, const META_NS::IObject::Ptr& obj, bool strong, uint32_t argc, napi_value* argv) in CreateFromNativeInstance() 254 nodeJS = CreateJsObj(env, name, obj, strong, argc, argv); in CreateFromNativeInstance() 207 CreateFromNativeInstance( napi_env env, const META_NS::IObject::Ptr& obj, bool strong, uint32_t argc, napi_value* argv) CreateFromNativeInstance() argument
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | au8522_dig.c | 696 u16 strong; in au8522_led_status() local 705 strong = led_config->qam256_strong; in au8522_led_status() 707 strong = led_config->qam64_strong; in au8522_led_status() 709 strong = led_config->vsb8_strong; in au8522_led_status() 711 if (*snr >= strong) in au8522_led_status() 717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status() 762 * strong signals that can show at 100% in au8522_read_signal_strength()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | au8522_dig.c | 696 u16 strong; in au8522_led_status() local 705 strong = led_config->qam256_strong; in au8522_led_status() 707 strong = led_config->qam64_strong; in au8522_led_status() 709 strong = led_config->vsb8_strong; in au8522_led_status() 711 if (*snr >= strong) in au8522_led_status() 717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status() 762 * strong signals that can show at 100% in au8522_read_signal_strength()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | entropy.h | 56 #define MBEDTLS_ERR_ENTROPY_NO_STRONG_SOURCE -0x003D /**< No strong sources have been added to poll. */ 86 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ 116 int strong; /**< Is the source strong? */ member 168 * \param strong MBEDTLS_ENTROPY_SOURCE_STRONG or 170 * At least one strong source needs to be added. 178 size_t threshold, int strong );
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 283 * @internal_strong_refs: used to take strong references when 290 * @local_strong_refs: strong user refs from local process 303 * @has_strong_ref: userspace notified of strong ref 306 * @pending_strong_ref: userspace has acked notification of strong ref 380 * @strong: strong ref count (debugging only if not locked) 391 int strong; member 1226 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked() argument 1235 if (strong) { in binder_inc_node_nilocked() 1242 pr_err("invalid inc strong nod in binder_inc_node_nilocked() 1275 binder_inc_node(struct binder_node *node, int strong, int internal, struct list_head *target_list) binder_inc_node() argument 1287 binder_dec_node_nilocked(struct binder_node *node, int strong, int internal) binder_dec_node_nilocked() argument 1347 binder_dec_node(struct binder_node *node, int strong, int internal) binder_dec_node() argument 1593 binder_inc_ref_olocked(struct binder_ref *ref, int strong, struct list_head *target_list) binder_inc_ref_olocked() argument 1625 binder_dec_ref_olocked(struct binder_ref *ref, int strong) binder_dec_ref_olocked() argument 1723 binder_update_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool increment, bool strong, struct binder_ref_data *rdata) binder_update_ref_for_handle() argument 1766 binder_dec_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool strong, struct binder_ref_data *rdata) binder_dec_ref_for_handle() argument 1786 binder_inc_ref_for_node(struct binder_proc *proc, struct binder_node *node, bool strong, struct list_head *target_list, struct binder_ref_data *rdata) binder_inc_ref_for_node() argument 4063 bool strong = cmd == BC_ACQUIRE || cmd == BC_RELEASE; binder_thread_write() local 4737 int strong, weak; binder_thread_read() local 6403 int count, strong, weak, ready_threads; print_binder_proc_stats() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.cpp | 74 RefTracker::RefTracker(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in RefTracker() argument 75 : ptrID (id), strongRefCNT (strong), weakRefCNT (weak), refCNT (ref), PID (pid), TID (tid), exTrace (exTracker) in RefTracker() 79 void RefTracker::GetTrace(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in GetTrace() argument 82 strongRefCNT = strong; in GetTrace() 90 void RefTracker::GetStrongTrace(RefTracker* exTracker, const void* id, int strong, int pid, int tid) in GetStrongTrace() argument 93 strongRefCNT = strong; in GetStrongTrace() 231 // unexpected case: there had never a strong reference. in DecStrongRefCount() 273 // only weak ptr case: no strong reference, delete the object in DecWeakRefCount() 322 // if the object already had strong references.just promoting it. in AttemptIncStrongRef() 353 // the object destroyed on strong referenc in AttemptIncStrongRef() [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | submesh_impl.cpp | 135 auto strong = ite->lock(); variable 136 if (!strong || bridge == strong) {
|
/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 82 // Release this instance, while its strong reference have reduced to zero. in DecRefCount() 156 // Decrease strong reference count. in ~RefPtr() 195 // Construct a temporary 'RefPtr' by different parameters to increase strong reference count of the new instance, 196 // swap with 'this', and then decrease strong reference of the old instance while destroying the temporary 'RefPtr'. 289 // 'WeakPtr' may construct 'RefPtr' without increasing its strong reference count, 290 // because strong reference count is already increased in 'WeakPtr' while upgrading. 295 // Increase strong reference count for holding instance. in RefPtr() 441 bool operator==(const RefPtr<O>& strong) const in operator ==() 443 return strong.rawPtr_ != nullptr ? strong in operator ==() [all...] |
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-memless.c | 248 unsigned int strong, weak, i; in ml_combine_effects() local 272 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects() 275 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects() 279 new->direction, strong); in ml_combine_effects() 288 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | ff-memless.c | 245 unsigned int strong, weak, i; in ml_combine_effects() local 269 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects() 272 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects() 276 new->direction, strong); in ml_combine_effects() 285 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 425 if (auto strong = v.second.ptr.lock()) { in GetAllObjectInstances() 426 result.emplace_back(strong); in GetAllObjectInstances() 440 if (auto strong = s.second.lock()) { in GetAllSingletonObjectInstances() 441 result.push_back(strong); in GetAllSingletonObjectInstances() 456 if (auto strong = i.second.ptr.lock()) { in GetObjectInstancesByCategory() 457 result.emplace_back(strong); in GetObjectInstancesByCategory() 490 if (auto strong = it2->second.ptr.lock()) { in GetObjectInstanceByInstanceId() 491 return strong; in GetObjectInstanceByInstanceId()
|
/device/soc/hisilicon/common/platform/mipi_csi/ |
H A D | Makefile | 26 LOCAL_CFLAGS += -fstack-protector-strong
|