Home
last modified time | relevance | path

Searched refs:swidth (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/arch/arm/mach-pnx4008/
Ddma.c373 switch (ch_ctrl->swidth) { in pnx4008_dma_pack_control()
454 ch_ctrl->swidth = WIDTH_BYTE; in pnx4008_dma_parse_control()
457 ch_ctrl->swidth = WIDTH_HWORD; in pnx4008_dma_parse_control()
460 ch_ctrl->swidth = WIDTH_WORD; in pnx4008_dma_parse_control()
700 switch (ctrl->swidth) { in pnx4008_dma_split_head_entry()
822 switch (ctrl->swidth) { in pnx4008_dma_split_ll_entry()
/linux-3.4.99/drivers/media/video/
Dbtcx-risc.c92 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument
103 if (win->left + win->width > swidth) { in btcx_screen_clips()
105 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
Dsaa7146.h42 ushort swidth, sheight; member
/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-risc.c343 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local
348 swidth = 720; in bttv_calc_geo_old()
355 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old()
358 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
396 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo()
848 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
Dbttvp.h90 u16 swidth, sheight; /* scaled standard width, height */ member
Dbttv-driver.c255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument
266 .cropcap.defrect.width = swidth, \
279 .swidth = 924,
313 .swidth = 768,
339 .swidth = 924,
364 .swidth = 640,
389 .swidth = 640,
414 .swidth = 768,
439 .swidth = 640,
467 .swidth = 924,
/linux-3.4.99/Documentation/filesystems/
Dxfs.txt82 If "largeio" specified, a filesystem that has a "swidth" specified
83 will return the "swidth" value (in bytes) in st_blksize. If the
84 filesystem does not have a "swidth" specified but does specify
152 sunit=value and swidth=value
163 The "swidth" option is required if the "sunit" option has been
/linux-3.4.99/arch/arm/mach-pnx4008/include/mach/
Ddma.h92 int swidth; member
/linux-3.4.99/fs/xfs/
Dxfs_fs.h174 __u32 swidth; /* stripe width, fsblocks */ member
200 __u32 swidth; /* stripe width, fsblocks */ member
Dxfs_ioctl32.h204 __u32 swidth; /* stripe width, fsblocks */ member
Dxfs_fsops.c75 geo->swidth = mp->m_sb.sb_width; in xfs_fs_geometry()
/linux-3.4.99/drivers/media/video/cx88/
Dcx88-core.c703 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local
715 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale()
719 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth); in cx88_set_scale()
721 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
/linux-3.4.99/drivers/media/dvb/ngene/
Dngene.h610 u16 swidth, sheight; /* scaled standard width, height */ member