Searched refs:outptr (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/video/console/ |
D | sticore.c | 79 struct sti_init_outptr outptr = { 0, }; in sti_init_graph() local 86 &outptr, sti->glob_cfg); in sti_init_graph() 91 printk(KERN_ERR "STI init_graph failed (ret %d, errno %d)\n",ret,outptr.errno); in sti_init_graph() 95 sti->text_planes = outptr.text_planes; in sti_init_graph() 109 sti->outptr.ext_ptr = STI_PTR(&sti->outptr_ext); in sti_inq_conf() 114 &inptr, &sti->outptr, sti->glob_cfg); in sti_inq_conf() 135 struct sti_font_outptr outptr = { 0, }; in sti_putc() local 142 &inptr, &outptr, sti->glob_cfg); in sti_putc() 167 struct sti_blkmv_outptr outptr = { 0, }; in sti_set() local 174 &inptr, &outptr, sti->glob_cfg); in sti_set() [all …]
|
/linux-2.6.39/drivers/md/ |
D | dm-ioctl.c | 1031 char *outbuf, *outptr; in retrieve_status() local 1035 outptr = outbuf = get_result_buffer(param, param_size, &len); in retrieve_status() 1047 remaining = len - (outptr - outbuf); in retrieve_status() 1053 spec = (struct dm_target_spec *) outptr; in retrieve_status() 1061 outptr += sizeof(struct dm_target_spec); in retrieve_status() 1062 remaining = len - (outptr - outbuf); in retrieve_status() 1070 if (ti->type->status(ti, type, outptr, remaining)) { in retrieve_status() 1075 outptr[0] = '\0'; in retrieve_status() 1077 outptr += strlen(outptr) + 1; in retrieve_status() 1078 used = param->data_start + (outptr - outbuf); in retrieve_status() [all …]
|
/linux-2.6.39/drivers/video/ |
D | sticore.h | 43 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \ argument 47 STI_PTR(outptr), \ 336 struct sti_conf_outptr outptr; /* configuration */ member
|
D | stifb.c | 1117 if (strstr(sti->outptr.dev_name, "DX")) { in stifb_init_fb() 1121 sti->outptr.dev_name); in stifb_init_fb() 1133 sti->outptr.dev_name, fb->id); in stifb_init_fb() 1157 dev_name = fb->sti->outptr.dev_name; in stifb_init_fb() 1293 sti->outptr.dev_name, in stifb_init_fb()
|
/linux-2.6.39/drivers/media/video/ |
D | c-qcam.c | 384 size_t wantlen, outptr = 0; in qc_capture() local 433 if (outptr < len) { in qc_capture() 434 size_t sz = len - outptr; in qc_capture() 438 if (__copy_to_user(buf + outptr, tmpbuf, sz)) in qc_capture() 440 outptr += sz; in qc_capture() 448 len = outptr; in qc_capture()
|
/linux-2.6.39/drivers/staging/speakup/ |
D | kobjects.c | 114 char *outptr = NULL; /* Will hold keyword or desc. */ in chars_chartab_store() local 178 outptr = desc; in chars_chartab_store() 180 outptr = keyword; in chars_chartab_store() 184 outptr[i] = temp[i]; in chars_chartab_store() 185 outptr[desc_length] = '\0'; in chars_chartab_store()
|
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_init.c | 400 uint8_t *outptr; in lpfc_config_port_post() local 402 outptr = &vport->fc_nodename.u.s.IEEE[0]; in lpfc_config_port_post() 404 status = *outptr++; in lpfc_config_port_post()
|