/openbmc/qemu/target/s390x/ |
H A D | helper.h | 243 DEF_HELPER_6(gvec_vstrc_cc8, void, ptr, cptr, cptr, cptr, env, i32) 244 DEF_HELPER_6(gvec_vstrc_cc16, void, ptr, cptr, cptr, cptr, env, i32) 245 DEF_HELPER_6(gvec_vstrc_cc32, void, ptr, cptr, cptr, cptr, env, i32) 246 DEF_HELPER_6(gvec_vstrc_cc_rt8, void, ptr, cptr, cptr, cptr, env, i32) 247 DEF_HELPER_6(gvec_vstrc_cc_rt16, void, ptr, cptr, cptr, cptr, env, i32) 249 DEF_HELPER_6(gvec_vstrs_8, void, ptr, cptr, cptr, cptr, env, i32) 250 DEF_HELPER_6(gvec_vstrs_16, void, ptr, cptr, cptr, cptr, env, i32) 251 DEF_HELPER_6(gvec_vstrs_32, void, ptr, cptr, cptr, cptr, env, i32) 252 DEF_HELPER_6(gvec_vstrs_zs8, void, ptr, cptr, cptr, cptr, env, i32) 253 DEF_HELPER_6(gvec_vstrs_zs16, void, ptr, cptr, cptr, cptr, env, i32) [all …]
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ctrl.c | 17 if (!cptr->info->check_value(cptr,val)) return -ERANGE; in pvr2_ctrl_range_check() 25 cptr->info->get_min_value(cptr,&lim); in pvr2_ctrl_range_check() 30 cptr->info->get_max_value(cptr,&lim); in pvr2_ctrl_range_check() 61 ret = cptr->info->set_value(cptr,mask,val); in pvr2_ctrl_set_mask_value() 76 ret = cptr->info->get_value(cptr,valptr); in pvr2_ctrl_get_value() 97 cptr->info->get_max_value(cptr,&ret); in pvr2_ctrl_get_max() 113 cptr->info->get_min_value(cptr,&ret); in pvr2_ctrl_get_min() 129 ret = cptr->info->get_def_value(cptr, valptr); in pvr2_ctrl_get_def() 237 flags = cptr->info->get_v4lflags(cptr); in pvr2_ctrl_get_v4lflags() 276 return cptr->info->val_to_sym(cptr,mask,val,buf,maxlen,len); in pvr2_ctrl_custom_value_to_sym() [all …]
|
H A D | pvrusb2-hdw.c | 964 {cptr->hdw->vname##_val = v; cptr->hdw->vname##_dirty = !0; return 0;} \ 2164 cptr->info->set_value(cptr,~0,cptr->info->default_value); in pvr2_hdw_setup_low() 2434 cptr->hdw = hdw; in pvr2_hdw_create() 2497 cptr->info = ciptr; in pvr2_hdw_create() 2511 if (cptr) { in pvr2_hdw_create() 2521 if (cptr) { in pvr2_hdw_create() 2531 if (cptr) { in pvr2_hdw_create() 2787 cp2 = cptr; in pvr2_hdw_get_ctrl_nextv4l() 2985 if (!cptr->info->is_dirty(cptr)) continue; in pvr2_hdw_commit_setup() 2992 cptr->info->get_value(cptr,&value); in pvr2_hdw_commit_setup() [all …]
|
H A D | pvrusb2-sysfs.c | 59 struct pvr2_ctrl *cptr; member 76 name = pvr2_ctrl_get_desc(cip->cptr); in show_name() 91 tp = pvr2_ctrl_get_type(cip->cptr); in show_type() 111 val = pvr2_ctrl_get_min(cip->cptr); in show_min() 124 val = pvr2_ctrl_get_max(cip->cptr); in show_max() 195 ecnt = pvr2_ctrl_get_cnt(cip->cptr); in show_enum() 285 struct pvr2_ctrl *cptr; in pvr2_sysfs_add_control() local 290 if (!cptr) return; in pvr2_sysfs_add_control() 296 cip->cptr = cptr; in pvr2_sysfs_add_control() 351 if (pvr2_ctrl_is_writable(cptr)) { in pvr2_sysfs_add_control() [all …]
|
H A D | pvrusb2-v4l2.c | 166 struct pvr2_ctrl *cptr; in pvr2_enum_input() local 193 pvr2_ctrl_get_valname(cptr, val, in pvr2_enum_input() 215 struct pvr2_ctrl *cptr; in pvr2_g_input() local 505 struct pvr2_ctrl *cptr; in pvr2_queryctrl() local 511 if (cptr) in pvr2_queryctrl() 516 if (!cptr) { in pvr2_queryctrl() 526 pvr2_ctrl_get_desc(cptr)); in pvr2_queryctrl() 529 pvr2_ctrl_get_def(cptr, &val); in pvr2_queryctrl() 605 struct pvr2_ctrl *cptr; in pvr2_g_ext_ctrls() local 614 if (cptr) { in pvr2_g_ext_ctrls() [all …]
|
/openbmc/linux/arch/x86/boot/ |
H A D | cmdline.c | 30 addr_t cptr; in __cmdline_find_option() local 45 cptr = cmdline_ptr & 0xf; in __cmdline_find_option() 48 while (cptr < 0x10000 && (c = rdfs8(cptr++))) { in __cmdline_find_option() 102 addr_t cptr; in __cmdline_find_option_bool() local 115 cptr = cmdline_ptr & 0xf; in __cmdline_find_option_bool() 118 while (cptr < 0x10000) { in __cmdline_find_option_bool() 119 c = rdfs8(cptr++); in __cmdline_find_option_bool()
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_clientmgr.c | 1198 if (cptr == NULL) in snd_seq_ioctl_running_mode() 1260 if (cptr == NULL) in snd_seq_ioctl_get_client_info() 1389 if (cptr == NULL) in snd_seq_ioctl_get_port_info() 1857 if (cptr == NULL) in snd_seq_ioctl_get_client_pool() 1992 if (!cptr) in snd_seq_ioctl_query_subs() 2036 if (cptr) in snd_seq_ioctl_query_subs() 2059 if (cptr) in snd_seq_ioctl_query_next_client() 2062 if (cptr == NULL) in snd_seq_ioctl_query_next_client() 2082 if (cptr == NULL) in snd_seq_ioctl_query_next_port() 2179 if (!cptr) in snd_seq_ioctl_client_ump_info() [all …]
|
H A D | seq_ump_client.c | 423 struct snd_seq_client *cptr; in setup_client_midi_version() local 426 if (!cptr) in setup_client_midi_version() 432 snd_seq_kernel_client_put(cptr); in setup_client_midi_version() 438 struct snd_seq_client *cptr; in setup_client_group_filter() local 443 if (!cptr) in setup_client_group_filter() 450 cptr->group_filter = filter; in setup_client_group_filter() 451 snd_seq_kernel_client_put(cptr); in setup_client_group_filter() 500 struct snd_seq_client *cptr; in snd_seq_ump_probe() local 538 if (!cptr) { in snd_seq_ump_probe() 542 cptr->ump_info = client->ump_info; in snd_seq_ump_probe() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-tm-spd-gpr.c | 13 int *cptr, *pptr; variable 22 cptr[2] = 1; in wait_parent() 23 while (!cptr[1]) in wait_parent() 33 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_gpr() 36 cptr[2] = 0; in tm_spd_gpr() 75 if (!cptr[0]) in tm_spd_gpr() 78 shmdt((void *)cptr); in tm_spd_gpr() 89 shmdt((void *)cptr); in tm_spd_gpr()
|
H A D | ptrace-tm-spd-tar.c | 12 int *cptr, *pptr; variable 16 cptr[2] = 1; in wait_parent() 17 while (!cptr[1]) in wait_parent() 27 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_tar() 30 cptr[2] = 0; in tm_spd_tar() 81 if (!cptr[0]) in tm_spd_tar() 88 shmdt(&cptr); in tm_spd_tar() 97 shmdt(&cptr); in tm_spd_tar()
|
H A D | ptrace-tm-spd-vsx.c | 12 int *cptr, *pptr; variable 37 cptr[2] = 1; in wait_parent() 38 while (!cptr[1]) in wait_parent() 47 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_vsx() 50 cptr[2] = 0; in tm_spd_vsx() 82 if (!cptr[0]) in tm_spd_vsx() 84 shmdt((void *)cptr); in tm_spd_vsx() 92 shmdt((void *)cptr); in tm_spd_vsx()
|
H A D | ptrace-tm-gpr.c | 13 unsigned long *cptr, *pptr; variable 26 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_gpr() 29 cptr[1] = 0; in tm_gpr() 59 [flt_2] "b" (&b), [cptr1] "b" (&cptr[1]) in tm_gpr() 68 if (!cptr[0]) in tm_gpr() 71 shmdt((void *)cptr); in tm_gpr() 83 shmdt((void *)cptr); in tm_gpr()
|
H A D | ptrace-tm-tar.c | 12 unsigned long *cptr, *pptr; variable 21 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_tar() 24 cptr[1] = 0; in tm_tar() 64 [dscr_2]"i"(DSCR_2), [cptr1] "b" (&cptr[1]) in tm_tar() 70 if (!cptr[0]) in tm_tar() 77 shmdt(&cptr); in tm_tar() 86 shmdt(&cptr); in tm_tar()
|
H A D | ptrace-tm-vsx.c | 12 unsigned long *cptr, *pptr; variable 34 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_vsx() 37 cptr[1] = 0; in tm_vsx() 64 : [sprn_texasr] "i" (SPRN_TEXASR), [cptr1] "b" (&cptr[1]) in tm_vsx() 70 if (!cptr[0]) in tm_vsx() 73 shmdt((void *)cptr); in tm_vsx() 80 shmdt((void *)cptr); in tm_vsx()
|
H A D | ptrace-tar.c | 12 int *cptr; variable 20 cptr = (int *)shmat(shm_id, NULL, 0); in tar() 28 cptr[2] = 1; in tar() 31 while (!cptr[0]) in tar() 42 cptr[1] = 1; in tar() 43 shmdt((int *)cptr); in tar()
|
H A D | ptrace-tm-spr.c | 18 struct shared *cptr, *pptr; variable 37 cptr = (struct shared *)shmat(shm_id, NULL, 0); in tm_spr() 82 if (!cptr->flag) in tm_spr() 85 ret = validate_tm_spr((struct tm_spr_regs *)&cptr->regs); in tm_spr() 86 shmdt((void *)cptr); in tm_spr() 92 shmdt((void *)cptr); in tm_spr()
|
H A D | ptrace-vsx.c | 12 int *cptr, *pptr; variable 22 cptr = (int *)shmat(shm_id, NULL, 0); in vsx() 24 cptr[1] = 1; in vsx() 26 while (!cptr[0]) in vsx() 28 shmdt((void *) cptr); in vsx()
|
H A D | ptrace-gpr.c | 14 int *cptr, *pptr; variable 28 cptr = (int *)shmat(shm_id, NULL, 0); in child() 37 gpr_child_loop(&cptr[0], &cptr[1], gpr_buf, fpr_buf); in child() 39 shmdt((void *)cptr); in child()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdboc.c | 135 static int kgdboc_register_kbd(char **cptr) in kgdboc_register_kbd() argument 137 if (strncmp(*cptr, "kbd", 3) == 0 || in kgdboc_register_kbd() 138 strncmp(*cptr, "kdb", 3) == 0) { in kgdboc_register_kbd() 142 if (cptr[0][3] == ',') in kgdboc_register_kbd() 143 *cptr += 4; in kgdboc_register_kbd() 200 char *cptr = config; in configure_kgdboc() local 213 if (strncmp(cptr, "kms,", 4) == 0) { in configure_kgdboc() 214 cptr += 4; in configure_kgdboc() 218 if (kgdboc_register_kbd(&cptr)) in configure_kgdboc() 221 p = tty_find_polling_driver(cptr, &tty_line); in configure_kgdboc()
|
/openbmc/linux/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 783 cptr = line; in tw68_dump_regs() 784 cptr += sprintf(cptr, "%03x ", i); in tw68_dump_regs() 787 cptr += sprintf(cptr, "%08x ", tw_readl(j)); in tw68_dump_regs() 788 *cptr++ = ' '; in tw68_dump_regs() 790 cptr += sprintf(cptr, "%08x ", tw_readl(j)); in tw68_dump_regs() 791 *cptr++ = '\n'; in tw68_dump_regs() 792 *cptr = 0; in tw68_dump_regs() 797 cptr = line; in tw68_dump_regs() 798 cptr += sprintf(cptr, "%03x ", i); in tw68_dump_regs() 802 cptr += sprintf(cptr, "%02x ", in tw68_dump_regs() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2.c | 116 const struct mlxfw_mfa2_tlv_component_ptr *cptr; in mlxfw_mfa2_file_dev_validate() local 171 cptr = mlxfw_mfa2_tlv_component_ptr_get(mfa2_file, tlv); in mlxfw_mfa2_file_dev_validate() 172 if (!cptr) { in mlxfw_mfa2_file_dev_validate() 179 be16_to_cpu(cptr->component_index)); in mlxfw_mfa2_file_dev_validate() 507 const struct mlxfw_mfa2_tlv_component_ptr *cptr; in mlxfw_mfa2_file_component_find() local 522 cptr = mlxfw_mfa2_tlv_component_ptr_get(mfa2_file, cptr_tlv); in mlxfw_mfa2_file_component_find() 523 if (!cptr) in mlxfw_mfa2_file_component_find() 526 comp_idx = be16_to_cpu(cptr->component_index); in mlxfw_mfa2_file_component_find()
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | request_manager.h | 129 u64 cptr:61; member 131 u64 cptr:61; 141 union vq_cmd_word3 cptr; member
|
/openbmc/linux/drivers/net/ppp/ |
H A D | bsd_comp.c | 133 unsigned short cptr; /* map code to hash table entry */ member 491 db->dict[indx].cptr = 0; in bsd_init() 716 indx = dictp2->cptr; in bsd_compress() 724 dictp2->cptr = hval; in bsd_compress() 1000 dictp = dict_ptr (db, dictp2->cptr); in bsd_decompress() 1008 incode, finchar, dictp2->cptr, max_ent); in bsd_decompress() 1019 oldcode, dictp2->cptr, dictp->codem1); in bsd_decompress() 1084 indx = dictp2->cptr; in bsd_decompress() 1092 dictp2->cptr = hval; in bsd_decompress()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | alauda.c | 815 unsigned char *bptr, *cptr, *xptr; in alauda_write_lba() local 863 cptr = bptr + pagesize; in alauda_write_lba() 865 if (!nand_compare_ecc(cptr+13, ecc)) { in alauda_write_lba() 868 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 871 if (!nand_compare_ecc(cptr+8, ecc)) { in alauda_write_lba() 874 nand_store_ecc(cptr+8, ecc); in alauda_write_lba() 876 cptr[6] = cptr[11] = MSB_of(lbap); in alauda_write_lba() 877 cptr[7] = cptr[12] = LSB_of(lbap); in alauda_write_lba() 884 cptr = bptr + pagesize; in alauda_write_lba() 888 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() [all …]
|
/openbmc/linux/sound/drivers/vx/ |
H A D | vx_core.c | 688 const unsigned char *image, *cptr; in snd_vx_dsp_load() local 705 cptr = image; in snd_vx_dsp_load() 706 csum ^= *cptr; in snd_vx_dsp_load() 708 vx_outb(chip, TXH, *cptr++); in snd_vx_dsp_load() 709 csum ^= *cptr; in snd_vx_dsp_load() 711 vx_outb(chip, TXM, *cptr++); in snd_vx_dsp_load() 712 csum ^= *cptr; in snd_vx_dsp_load() 714 vx_outb(chip, TXL, *cptr++); in snd_vx_dsp_load()
|