Searched defs:outw (Results 1 - 5 of 5) sorted by relevance

/drivers/video/omap2/dss/
H A Doverlay.c637 u16 outw, outh; local
646 outw = info->width;
650 outw = info->width;
652 outw = info->out_width;
660 if (dw < info->pos_x + outw) {
663 ovl->id, info->pos_x, outw, dw);
H A Ddispc.c1771 u16 outw, outh; local
1786 outw = oi->out_width == 0 ? oi->width : oi->out_width;
1807 outw, outh, oi->color_mode,
1864 oi->height, outw, outh);
1872 outw, outh,
1875 dispc_ovl_set_vid_size(plane, outw, outh);
/drivers/media/video/omap/
H A Domap_vout.c368 struct omap_overlay *ovl, int posx, int posy, int outw,
376 (outw != vout->pix.width || outh != vout->pix.height)) {
410 info.out_width = outw;
451 int posx, posy, outw, outh, temp; local
463 outw = win->w.width;
470 temp = outw;
471 outw = outh;
483 temp = outw;
484 outw = outh;
497 outw, out
367 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, u32 addr) argument
[all...]
/drivers/net/ethernet/smsc/
H A Depic100.c185 #undef outw macro
191 #define outw writew macro
648 outw(value, ioaddr + MIIData);
778 outw(StopRx | StopTxDMA | StopRxDMA, ioaddr + COMMAND);
1262 outw(RxQueued, ioaddr + COMMAND);
1408 outw(((u16 *)mc_filter)[i], ioaddr + MC0 + i*4);
/drivers/video/omap2/omapfb/
H A Domapfb-main.c839 u16 posx, u16 posy, u16 outw, u16 outh)
864 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id,
865 posx, posy, outw, outh);
915 info.out_width = outw;
939 u16 outw, outh; local
966 outw = var->yres;
969 outw = var->xres;
975 outw = info.out_width;
989 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh);
838 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) argument

Completed in 124 milliseconds