Searched refs:outptr (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/sti/ |
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() 110 sti->outptr.ext_ptr = STI_PTR(&sti->outptr_ext); in sti_inq_conf() 115 &inptr, &sti->outptr, sti->glob_cfg); in sti_inq_conf() 133 struct sti_font_outptr outptr = { 0, }; in sti_putc() local 140 &inptr, &outptr, sti->glob_cfg); in sti_putc() 162 struct sti_blkmv_outptr outptr = { 0, }; in sti_set() local 169 &inptr, &outptr, sti->glob_cfg); in sti_set() [all …]
|
D | sticore.h | 46 void *flags, void *inptr, void *outptr, void *glob_cfg ) in STI_CALL() argument 50 return f(flags, inptr, outptr, glob_cfg); in STI_CALL() 57 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \ argument 61 (unsigned long)STI_PTR(outptr), \ 374 struct sti_conf_outptr outptr; /* configuration */ member
|
D | stifb.c | 1277 dev_name = fb->sti->outptr.dev_name; in stifb_init_fb()
|
/linux-2.4.37.9/drivers/media/video/ |
D | c-qcam.c | 366 size_t wantlen, outptr = 0; in qc_capture() local 417 if (outptr < len) in qc_capture() 419 size_t sz = len - outptr; in qc_capture() 421 if (__copy_to_user(buf+outptr, tmpbuf, sz)) in qc_capture() 423 outptr += sz; in qc_capture() 432 len = outptr; in qc_capture()
|