| /drivers/media/usb/pvrusb2/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| 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_query_ext_ctrl() local 511 if (cptr) in pvr2_query_ext_ctrl() 516 if (!cptr) { in pvr2_query_ext_ctrl() 526 pvr2_ctrl_get_desc(cptr)); in pvr2_query_ext_ctrl() 529 pvr2_ctrl_get_def(cptr, &val); in pvr2_query_ext_ctrl() 583 struct pvr2_ctrl *cptr; in pvr2_g_ext_ctrls() local 592 if (cptr) { in pvr2_g_ext_ctrls() [all …]
|
| /drivers/tty/serial/ |
| 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() 198 char *cptr = config; in configure_kgdboc() local 211 if (strncmp(cptr, "kms,", 4) == 0) { in configure_kgdboc() 212 cptr += 4; in configure_kgdboc() 216 if (kgdboc_register_kbd(&cptr)) in configure_kgdboc() 219 p = tty_find_polling_driver(cptr, &tty_line); in configure_kgdboc()
|
| /drivers/media/pci/tw68/ |
| A D | tw68-video.c | 782 cptr = line; in tw68_dump_regs() 783 cptr += sprintf(cptr, "%03x ", i); in tw68_dump_regs() 786 cptr += sprintf(cptr, "%08x ", tw_readl(j)); in tw68_dump_regs() 787 *cptr++ = ' '; in tw68_dump_regs() 789 cptr += sprintf(cptr, "%08x ", tw_readl(j)); in tw68_dump_regs() 790 *cptr++ = '\n'; in tw68_dump_regs() 791 *cptr = 0; in tw68_dump_regs() 796 cptr = line; in tw68_dump_regs() 797 cptr += sprintf(cptr, "%03x ", i); in tw68_dump_regs() 801 cptr += sprintf(cptr, "%02x ", in tw68_dump_regs() [all …]
|
| /drivers/net/ethernet/mellanox/mlxfw/ |
| 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()
|
| /drivers/crypto/cavium/cpt/ |
| A D | request_manager.h | 129 u64 cptr:61; member 131 u64 cptr:61; 141 union vq_cmd_word3 cptr; member
|
| A D | cptvf_reqmanager.c | 471 vq_cmd.cptr.u64 = 0; in process_request() 472 vq_cmd.cptr.s.grp = group; in process_request() 522 cptinst.s.ei3 = vq_cmd.cptr.u64; in process_request()
|
| /drivers/usb/storage/ |
| 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 …]
|
| A D | sddr09.c | 859 unsigned char *bptr, *cptr, *xptr; in sddr09_write_lba() local 900 cptr = bptr + info->pagesize; in sddr09_write_lba() 902 if (!nand_compare_ecc(cptr+13, ecc)) { in sddr09_write_lba() 905 nand_store_ecc(cptr+13, ecc); in sddr09_write_lba() 908 if (!nand_compare_ecc(cptr+8, ecc)) { in sddr09_write_lba() 911 nand_store_ecc(cptr+8, ecc); in sddr09_write_lba() 913 cptr[6] = cptr[11] = MSB_of(lbap); in sddr09_write_lba() 914 cptr[7] = cptr[12] = LSB_of(lbap); in sddr09_write_lba() 921 cptr = bptr + info->pagesize; in sddr09_write_lba() 925 nand_store_ecc(cptr+13, ecc); in sddr09_write_lba() [all …]
|
| /drivers/net/ppp/ |
| 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()
|
| /drivers/crypto/marvell/octeontx/ |
| A D | otx_cptvf_reqmgr.h | 107 u64 cptr:61; member 109 u64 cptr:61; 119 union otx_cpt_iq_cmd_word3 cptr; member
|
| A D | otx_cptvf_reqmgr.c | 259 inst->s.ei3 = cmd->cptr.u64; in cpt_fill_inst() 371 iq_cmd.cptr.u64 = 0; in process_request() 372 iq_cmd.cptr.s.grp = ctrl->s.grp; in process_request()
|
| /drivers/scsi/ |
| A D | aha1740.c | 407 struct aha1740_chain * cptr; in aha1740_queuecommand_lck() local 413 cptr = sgptr->sg_chain; in aha1740_queuecommand_lck() 415 cptr[i].datalen = sg_dma_len (sg); in aha1740_queuecommand_lck() 416 cptr[i].dataptr = sg_dma_address (sg); in aha1740_queuecommand_lck() 421 printk("cptr %x: ",cptr); in aha1740_queuecommand_lck() 422 ptr = (unsigned char *) cptr; in aha1740_queuecommand_lck()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | ar9003_eeprom.c | 3271 int cptr; in ar9300_eeprom_restore_internal() local 3303 cptr = AR9300_BASE_ADDR_4K; in ar9300_eeprom_restore_internal() 3307 cptr = AR9300_BASE_ADDR; in ar9300_eeprom_restore_internal() 3309 cptr); in ar9300_eeprom_restore_internal() 3313 cptr = AR9300_BASE_ADDR_4K; in ar9300_eeprom_restore_internal() 3315 cptr); in ar9300_eeprom_restore_internal() 3321 cptr); in ar9300_eeprom_restore_internal() 3326 cptr = AR9300_BASE_ADDR; in ar9300_eeprom_restore_internal() 3355 (length > cptr)) { in ar9300_eeprom_restore_internal() 3357 cptr -= COMP_HDR_LEN; in ar9300_eeprom_restore_internal() [all …]
|
| /drivers/net/arcnet/ |
| A D | rfc1201.c | 213 uint8_t *cptr = (uint8_t *)arp + sizeof(struct arphdr); in rx() local 215 if (!*cptr) { /* is saddr = 00? */ in rx() 220 *cptr = saddr; in rx() 223 *cptr); in rx()
|
| /drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptvf_reqmgr.c | 162 iq_cmd.cptr.s.cptr = cpt_req->cptr_dma; in process_request() 163 iq_cmd.cptr.s.grp = ctrl->s.grp; in process_request()
|
| A D | cn10k_cpt.c | 197 void cn10k_cpt_ctx_flush(struct pci_dev *pdev, u64 cptr, bool inval) in cn10k_cpt_ctx_flush() argument 203 reg = (uintptr_t)cptr >> 7; in cn10k_cpt_ctx_flush()
|
| A D | cn10k_cpt.h | 54 void cn10k_cpt_ctx_flush(struct pci_dev *pdev, u64 cptr, bool inval);
|
| A D | otx2_cpt_reqmgr.h | 54 void *cptr; member 74 u64 cptr:61; member 83 union otx2_cpt_iq_cmd_word3 cptr; member
|
| /drivers/accessibility/speakup/ |
| A D | main.c | 1646 unsigned int cptr[8]; in get_highlight_color() local 1650 cptr[i] = i; in get_highlight_color() 1654 if (speakup_console[vc_num]->ht.bgcount[cptr[i]] > in get_highlight_color() 1655 speakup_console[vc_num]->ht.bgcount[cptr[j]]) in get_highlight_color() 1656 swap(cptr[i], cptr[j]); in get_highlight_color() 1659 if (speakup_console[vc_num]->ht.bgcount[cptr[i]] != 0) in get_highlight_color() 1660 if (speakup_console[vc_num]->ht.highsize[cptr[i]] > 0) in get_highlight_color() 1661 return cptr[i]; in get_highlight_color()
|
| /drivers/crypto/cavium/nitrox/ |
| A D | nitrox_req.h | 432 u64 cptr : 61; member 434 u64 cptr : 61; member
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_gmc.c | 1126 uint8_t cptr[10]; in amdgpu_gmc_vram_checking() local 1137 memset(cptr, 0x86, 10); in amdgpu_gmc_vram_checking() 1147 ret = memcmp(vram_ptr, cptr, 10); in amdgpu_gmc_vram_checking() 1153 ret = memcmp(vram_ptr + (size / 2), cptr, 10); in amdgpu_gmc_vram_checking() 1159 ret = memcmp(vram_ptr + size - 10, cptr, 10); in amdgpu_gmc_vram_checking()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | cn10k_ipsec.h | 184 u64 cptr : 60; /* W7 */ member
|