Home
last modified time | relevance | path

Searched refs:cp1 (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dkobjects.c237 u_char *cp1; in keymap_show() local
242 cp1 = spk_key_buf + SHIFT_TBL_SIZE; in keymap_show()
243 num_keys = (int)(*cp1); in keymap_show()
244 nstates = (int)cp1[1]; in keymap_show()
246 cp1 += 2; /* now pointing at shift states */ in keymap_show()
252 ch = *cp1++; in keymap_show()
272 u_char *cp1; in keymap_store() local
291 cp1 = (u_char *)in_buff; in keymap_store()
293 cp = spk_s2uchar(cp, cp1); in keymap_store()
294 cp1 in keymap_store()
552 char *cp1; spk_var_show() local
[all...]
H A Dmain.c705 char *cp1; in spell_word() local
735 cp1 = phonetic[--ch]; in spell_word()
736 synth_printf("%s", cp1); in spell_word()
738 cp1 = spk_characters[ch]; in spell_word()
739 if (*cp1 == '^') { in spell_word()
741 cp1++; in spell_word()
743 synth_printf("%s", cp1); in spell_word()
1224 u_char *cp1 = k_buffer; in spk_set_key_info() local
1246 cp1 += SHIFT_TBL_SIZE; in spk_set_key_info()
1247 memcpy(cp1, c in spk_set_key_info()
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dkobjects.c237 u_char *cp1; in keymap_show() local
242 cp1 = spk_key_buf + SHIFT_TBL_SIZE; in keymap_show()
243 num_keys = (int)(*cp1); in keymap_show()
244 nstates = (int)cp1[1]; in keymap_show()
246 cp1 += 2; /* now pointing at shift states */ in keymap_show()
252 ch = *cp1++; in keymap_show()
272 u_char *cp1; in keymap_store() local
291 cp1 = (u_char *)in_buff; in keymap_store()
293 cp = spk_s2uchar(cp, cp1); in keymap_store()
294 cp1 in keymap_store()
552 char *cp1; spk_var_show() local
[all...]
H A Dmain.c705 char *cp1; in spell_word() local
735 cp1 = phonetic[--ch]; in spell_word()
736 synth_printf("%s", cp1); in spell_word()
738 cp1 = spk_characters[ch]; in spell_word()
739 if (*cp1 == '^') { in spell_word()
741 cp1++; in spell_word()
743 synth_printf("%s", cp1); in spell_word()
1224 u_char *cp1 = k_buffer; in spk_set_key_info() local
1246 cp1 += SHIFT_TBL_SIZE; in spk_set_key_info()
1247 memcpy(cp1, c in spk_set_key_info()
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsmp.c200 register char *cp1, *cp2; in send_secondary_console_msg() local
216 cp1 = (char *) &cpu->ipc_buffer[1]; in send_secondary_console_msg()
217 memcpy(cp1, cp2, len); in send_secondary_console_msg()
239 char *cp1, *cp2, buf[80]; in recv_secondary_console_msg() local
266 cp1 = (char *) &cpu->ipc_buffer[1]; in recv_secondary_console_msg()
268 memcpy(cp2, cp1, cnt); in recv_secondary_console_msg()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsmp.c200 register char *cp1, *cp2; in send_secondary_console_msg() local
216 cp1 = (char *) &cpu->ipc_buffer[1]; in send_secondary_console_msg()
217 memcpy(cp1, cp2, len); in send_secondary_console_msg()
239 char *cp1, *cp2, buf[80]; in recv_secondary_console_msg() local
266 cp1 = (char *) &cpu->ipc_buffer[1]; in recv_secondary_console_msg()
268 memcpy(cp2, cp1, cnt); in recv_secondary_console_msg()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dptrace.c139 newregs->cp1 = ti->xtregs_cp.cp1; in tie_get()
178 ti->xtregs_cp.cp1 = newregs->cp1; in tie_set()
H A Dasm-offsets.c101 DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1)); in main()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dptrace.c138 newregs->cp1 = ti->xtregs_cp.cp1; in tie_get()
176 ti->xtregs_cp.cp1 = newregs->cp1; in tie_set()
H A Dasm-offsets.c106 DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1)); in main()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dthread_info.h37 xtregs_cp1_t cp1; member
H A Delf.h167 xtregs_cp1_t cp1; member
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dthread_info.h37 xtregs_cp1_t cp1; member
H A Delf.h183 xtregs_cp1_t cp1; member
/kernel/linux/linux-5.10/fs/f2fs/
H A Dcheckpoint.c908 struct page *cp1, *cp2, *cur_page; in f2fs_get_valid_checkpoint() local
926 cp1 = validate_checkpoint(sbi, cp_start_blk_no, &cp1_version); in f2fs_get_valid_checkpoint()
933 if (cp1 && cp2) { in f2fs_get_valid_checkpoint()
937 cur_page = cp1; in f2fs_get_valid_checkpoint()
938 } else if (cp1) { in f2fs_get_valid_checkpoint()
939 cur_page = cp1; in f2fs_get_valid_checkpoint()
950 if (cur_page == cp1) in f2fs_get_valid_checkpoint()
982 f2fs_put_page(cp1, 1); in f2fs_get_valid_checkpoint()
987 f2fs_put_page(cp1, 1); in f2fs_get_valid_checkpoint()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcheckpoint.c921 struct page *cp1, *cp2, *cur_page; in f2fs_get_valid_checkpoint() local
939 cp1 = validate_checkpoint(sbi, cp_start_blk_no, &cp1_version); in f2fs_get_valid_checkpoint()
946 if (cp1 && cp2) { in f2fs_get_valid_checkpoint()
950 cur_page = cp1; in f2fs_get_valid_checkpoint()
951 } else if (cp1) { in f2fs_get_valid_checkpoint()
952 cur_page = cp1; in f2fs_get_valid_checkpoint()
963 if (cur_page == cp1) in f2fs_get_valid_checkpoint()
995 f2fs_put_page(cp1, 1); in f2fs_get_valid_checkpoint()
1000 f2fs_put_page(cp1, 1); in f2fs_get_valid_checkpoint()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c528 const char *cp1 = memchr(filename, '/', len); in tomoyo_correct_path2() local
531 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c533 const char *cp1 = memchr(filename, '/', len); in tomoyo_correct_path2() local
536 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
/kernel/linux/linux-5.10/sound/pci/
H A Des1968.c1831 unsigned int cp1; in snd_es1968_suppress_jitter() local
1835 cp1 = __apu_get_register(chip, 0, 5); in snd_es1968_suppress_jitter()
1837 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter()
1840 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()
/kernel/linux/linux-6.6/sound/pci/
H A Des1968.c1832 unsigned int cp1; in snd_es1968_suppress_jitter() local
1836 cp1 = __apu_get_register(chip, 0, 5); in snd_es1968_suppress_jitter()
1838 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter()
1841 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c3938 s8 *tp, *cp, *cp1; in dbInitTree() local
3995 for (i = 0, cp = tp + child, cp1 = tp + parent; in dbInitTree()
3996 i < nparent; i++, cp += 4, cp1++) in dbInitTree()
3997 *cp1 = TREEMAX(cp); in dbInitTree()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c3874 s8 *tp, *cp, *cp1; in dbInitTree() local
3931 for (i = 0, cp = tp + child, cp1 = tp + parent; in dbInitTree()
3932 i < nparent; i++, cp += 4, cp1++) in dbInitTree()
3933 *cp1 = TREEMAX(cp); in dbInitTree()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c671 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key() local
677 diffs |= *cp1++ ^ *cp2++; in cmp_key()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c672 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key() local
677 if (*cp1++ ^ *cp2++) in cmp_key()

Completed in 37 milliseconds