/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()
|
H A D | hid-microsoft.c | 35 __u8 strong; member 299 r->magnitude[MAGNITUDE_STRONG] = ms->strong; /* left actuator */ in ms_ff_worker() 319 ms->strong = ((u32) effect->u.rumble.strong_magnitude * 100) / U16_MAX; in ms_play_effect()
|
/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()
|
H A D | hid-microsoft.c | 35 __u8 strong; member 299 r->magnitude[MAGNITUDE_STRONG] = ms->strong; /* left actuator */ in ms_ff_worker() 319 ms->strong = ((u32) effect->u.rumble.strong_magnitude * 100) / U16_MAX; in ms_play_effect()
|
/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
|
/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()
|
/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...] |
/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()
|
/kernel/linux/linux-5.10/kernel/entry/ |
H A D | Makefile | 9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
/kernel/linux/linux-6.6/kernel/entry/ |
H A D | Makefile | 9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 853 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked() argument 862 if (strong) { in binder_inc_node_nilocked() 869 pr_err("invalid inc strong node for %d\n", in binder_inc_node_nilocked() 902 static int binder_inc_node(struct binder_node *node, int strong, int internal, in binder_inc_node() argument 908 ret = binder_inc_node_nilocked(node, strong, internal, target_list); in binder_inc_node() 915 int strong, int internal) in binder_dec_node_nilocked() 922 if (strong) { in binder_dec_node_nilocked() 974 static void binder_dec_node(struct binder_node *node, int strong, int internal) in binder_dec_node() argument 979 free_node = binder_dec_node_nilocked(node, strong, internal); in binder_dec_node() 1046 * and cleanup is needed. Calling with strong in binder_dec_node_tmpref() 914 binder_dec_node_nilocked(struct binder_node *node, int strong, int internal) binder_dec_node_nilocked() argument 1220 binder_inc_ref_olocked(struct binder_ref *ref, int strong, struct list_head *target_list) binder_inc_ref_olocked() argument 1252 binder_dec_ref_olocked(struct binder_ref *ref, int strong) binder_dec_ref_olocked() argument 1350 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 1393 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 1413 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 3898 bool strong = cmd == BC_ACQUIRE || cmd == BC_RELEASE; binder_thread_write() local 4568 int strong, weak; binder_thread_read() local 6455 int count, strong, weak, ready_threads; print_binder_proc_stats() local [all...] |