/linux/drivers/accessibility/speakup/ |
H A D | kobjects.c | 237 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() [all …]
|
H A D | main.c | 705 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, cp, key_data_len + 3); in spk_set_key_info() [all …]
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9132-sr-cex7.dtsi | 13 #define CP11X_NAME cp1 456 com_10g_int1_pins: cp1-10g-int-pins { 461 cp1_10g_phy_rst_01_pins: cp1-10g-phy-rst-01-pins { 466 cp1_10g_phy_rst_23_pins: cp1-10g-phy-rst-23-pins { 471 cp1_batlow_pins: cp1-batlow-pins { 476 cp1_rsvd16_pins: cp1-rsvd16-pins { 481 cp1_sata_act_pins: cp1-sata-act-pins { 486 cp1_spi1_pins: cp1-spi1-pins { 491 cp1_thrm_irq_pins: cp1-thrm-irq-pins { 496 cp1_thrm_trip_pins: cp1-thrm-trip-pins { [all …]
|
H A D | armada-80x0.dtsi | 43 #define CP11X_NAME cp1
|
/linux/arch/alpha/kernel/ |
H A D | smp.c | 201 register char *cp1, *cp2; in send_secondary_console_msg() local 217 cp1 = (char *) &cpu->ipc_buffer[1]; in send_secondary_console_msg() 218 memcpy(cp1, cp2, len); in send_secondary_console_msg() 240 char *cp1, *cp2, buf[80]; in recv_secondary_console_msg() local 267 cp1 = (char *) &cpu->ipc_buffer[1]; in recv_secondary_console_msg() 269 memcpy(cp2, cp1, cnt); in recv_secondary_console_msg()
|
/linux/arch/xtensa/kernel/ |
H A D | ptrace.c | 138 newregs->cp1 = ti->xtregs_cp.cp1; in tie_get() 176 ti->xtregs_cp.cp1 = newregs->cp1; in tie_set()
|
H A D | asm-offsets.c | 106 DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1)); in main()
|
/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 37 xtregs_cp1_t cp1; member
|
H A D | elf.h | 183 xtregs_cp1_t cp1; member
|
/linux/security/tomoyo/ |
H A D | util.c | 533 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()
|
/linux/Documentation/driver-api/mtd/ |
H A D | nand_ecc.rst | 53 cp1 cp0 cp1 cp0 cp1 cp0 cp1 cp0 67 Similarly cp1 is the sum of all bit1, bit3, bit5 and bit7. 109 ECC 2 cp5 cp4 cp3 cp2 cp1 cp0 1 1 161 cp1 = bit7 ^ bit5 ^ bit3 ^ bit1 ^ cp1;
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-skov-reve-mi1010ait-1cp1.dts | 11 compatible = "skov,imx6q-skov-reve-mi1010ait-1cp1", "fsl,imx6q";
|
/linux/sound/pci/ |
H A D | es1968.c | 1824 unsigned int cp1; in snd_es1968_suppress_jitter() local 1828 cp1 = __apu_get_register(chip, 0, 5); in snd_es1968_suppress_jitter() 1830 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter() 1833 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()
|
/linux/fs/jfs/ |
H A D | jfs_dmap.c | 3885 s8 *tp, *cp, *cp1; in dbInitTree() local 3942 for (i = 0, cp = tp + child, cp1 = tp + parent; in dbInitTree() 3943 i < nparent; i++, cp += 4, cp1++) in dbInitTree() 3944 *cp1 = TREEMAX(cp); in dbInitTree()
|
/linux/net/openvswitch/ |
H A D | flow_table.c | 669 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key() local 674 if (*cp1++ ^ *cp2++) in cmp_key()
|