/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 96 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()
|
D | btcx-risc.h | 20 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
D | bttv-risc.c | 345 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()
|
D | bttv-driver.c | 267 #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,
|
D | bttvp.h | 93 u16 swidth, sheight; /* scaled standard width, height */ member
|
/Linux-v4.19/drivers/media/common/ |
D | btcx-risc.h | 22 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
/Linux-v4.19/drivers/dma/ |
D | mpc512x_dma.c | 218 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/ |
D | xfs.txt | 116 "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/ |
D | xfs_fs.h | 142 __u32 swidth; /* stripe width, fsblocks */ member 168 __u32 swidth; /* stripe width, fsblocks */ member
|
D | xfs_sb.c | 1111 geo->swidth = sbp->sb_width; in xfs_fs_geometry()
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-core.c | 680 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/ |
D | xfs_ioctl32.h | 193 __u32 swidth; /* stripe width, fsblocks */ member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 767 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, ®s->SWIDTH); in intel_overlay_do_put_image()
|
/Linux-v4.19/sound/soc/codecs/ |
D | cs42l42.h | 763 u32 swidth; member
|
D | cs42l42.c | 838 cs42l42->swidth = params_width(params); in cs42l42_pcm_hw_params()
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene.h | 622 u16 swidth, sheight; /* scaled standard width, height */ member
|