Searched defs:outptr (Results 1 - 6 of 6) sorted by relevance

/drivers/md/
H A Ddm-ioctl.c1054 char *outbuf, *outptr; local
1058 outptr = outbuf = get_result_buffer(param, param_size, &len);
1070 remaining = len - (outptr - outbuf);
1076 spec = (struct dm_target_spec *) outptr;
1084 outptr += sizeof(struct dm_target_spec);
1085 remaining = len - (outptr - outbuf);
1093 if (ti->type->status(ti, type, outptr, remaining)) {
1098 outptr[0] = '\0';
1100 outptr += strlen(outptr)
[all...]
/drivers/media/video/
H A Dc-qcam.c383 size_t wantlen, outptr = 0; local
432 if (outptr < len) {
433 size_t sz = len - outptr;
437 if (__copy_to_user(buf + outptr, tmpbuf, sz))
439 outptr += sz;
447 len = outptr;
/drivers/staging/speakup/
H A Dkobjects.c114 char *outptr = NULL; /* Will hold keyword or desc. */ local
178 outptr = desc;
180 outptr = keyword;
184 outptr[i] = temp[i];
185 outptr[desc_length] = '\0';
/drivers/video/console/
H A Dsticore.c81 struct sti_init_outptr outptr = { 0, }; local
88 &outptr, sti->glob_cfg);
93 printk(KERN_ERR "STI init_graph failed (ret %d, errno %d)\n",ret,outptr.errno);
97 sti->text_planes = outptr.text_planes;
111 sti->outptr.ext_ptr = STI_PTR(&sti->outptr_ext);
116 &inptr, &sti->outptr, sti->glob_cfg);
137 struct sti_font_outptr outptr = { 0, }; local
144 &inptr, &outptr, sti->glob_cfg);
169 struct sti_blkmv_outptr outptr = { 0, }; local
176 &inptr, &outptr, st
195 struct sti_blkmv_outptr outptr = { 0, }; local
223 struct sti_blkmv_outptr outptr = { 0, }; local
[all...]
/drivers/video/
H A Dsticore.h43 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \
47 STI_PTR(outptr), \
336 struct sti_conf_outptr outptr; /* configuration */ member in struct:sti_struct
/drivers/scsi/lpfc/
H A Dlpfc_init.c429 uint8_t *outptr; local
431 outptr = &vport->fc_nodename.u.s.IEEE[0];
433 status = *outptr++;

Completed in 202 milliseconds