Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbtcx-risc.c96 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument
107 if (win->left + win->width > swidth) { in btcx_screen_clips()
109 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
Dbtcx-risc.h20 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
Dbttv-risc.c345 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local
350 swidth = 720; in bttv_calc_geo_old()
357 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old()
360 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
398 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo()
850 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
Dbttv-driver.c267 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument
279 .cropcap.defrect.width = swidth, \
292 .swidth = 924,
326 .swidth = 768,
353 .swidth = 924,
379 .swidth = 640,
405 .swidth = 640,
431 .swidth = 768,
457 .swidth = 640,
486 .swidth = 924,
Dbttvp.h93 u16 swidth, sheight; /* scaled standard width, height */ member
/Linux-v4.19/drivers/media/common/
Dbtcx-risc.h22 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
/Linux-v4.19/drivers/dma/
Dmpc512x_dma.c218 u8 swidth; member
766 if (!IS_ALIGNED(sg_dma_address(sg), mchan->swidth)) in mpc_dma_prep_slave_sg()
769 tcd->soff = mchan->swidth; in mpc_dma_prep_slave_sg()
773 tcd->ssize = buswidth_to_dmatsize(mchan->swidth); in mpc_dma_prep_slave_sg()
778 if (!IS_ALIGNED(tcd->nbytes, mchan->swidth)) in mpc_dma_prep_slave_sg()
874 mchan->swidth = cfg->src_addr_width; in mpc_dma_device_config()
/Linux-v4.19/Documentation/filesystems/
Dxfs.txt116 "swidth" specified will return the "swidth" value (in bytes)
117 in st_blksize. If the filesystem does not have a "swidth"
156 with non-zero data alignment parameters (sunit, swidth) by
189 sunit=value and swidth=value
195 The sunit and swidth parameters specified must be compatible
198 increasing it by a power-of-2 multiple. Valid swidth values
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h142 __u32 swidth; /* stripe width, fsblocks */ member
168 __u32 swidth; /* stripe width, fsblocks */ member
Dxfs_sb.c1111 geo->swidth = sbp->sb_width; in xfs_fs_geometry()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-core.c680 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local
692 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale()
696 dprintk(1, "set_scale: hdelay 0x%04x (width %d)\n", value, swidth); in cx88_set_scale()
698 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
/Linux-v4.19/fs/xfs/
Dxfs_ioctl32.h193 __u32 swidth; /* stripe width, fsblocks */ member
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_overlay.c767 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local
817 swidth = params->src_w; in intel_overlay_do_put_image()
827 swidth |= (params->src_w/uv_hscale) << 16; in intel_overlay_do_put_image()
841 iowrite32(swidth, &regs->SWIDTH); in intel_overlay_do_put_image()
/Linux-v4.19/sound/soc/codecs/
Dcs42l42.h763 u32 swidth; member
Dcs42l42.c838 cs42l42->swidth = params_width(params); in cs42l42_pcm_hw_params()
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h622 u16 swidth, sheight; /* scaled standard width, height */ member