Home
last modified time | relevance | path

Searched refs:swidth (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_sb.c1208 geo->swidth = sbp->sb_width; in xfs_fs_geometry()
1320 * sunit, swidth, sectorsize(optional with 0) should be all in bytes,
1327 __s64 swidth, in xfs_validate_stripe_geometry()
1331 if (swidth > INT_MAX) { in xfs_validate_stripe_geometry()
1334 "stripe width (%lld) is too large", swidth); in xfs_validate_stripe_geometry()
1338 if (sunit > swidth) { in xfs_validate_stripe_geometry()
1341 "stripe unit (%lld) is larger than the stripe width (%lld)", sunit, swidth); in xfs_validate_stripe_geometry()
1353 if (sunit && !swidth) { in xfs_validate_stripe_geometry()
1360 if (!sunit && swidth) { in xfs_validate_stripe_geometry()
1363 "invalid stripe width (%lld) and stripe unit of 0", swidth); in xfs_validate_stripe_geometry()
1324 xfs_validate_stripe_geometry( struct xfs_mount *mp, __s64 sunit, __s64 swidth, int sectorsize, bool silent) xfs_validate_stripe_geometry() argument
[all...]
H A Dxfs_sb.h39 __s64 sunit, __s64 swidth, int sectorsize, bool silent);
H A Dxfs_fs.h127 __u32 swidth; /* stripe width, fsblocks */ member
153 __u32 swidth; /* stripe width, fsblocks */ member
180 __u32 swidth; /* stripe width, fsblocks */ member
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbtcx-risc.c84 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument
95 if (win->left + win->width > swidth) { in btcx_screen_clips()
97 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
H A Dbtcx-risc.h20 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
H A Dbttv-risc.c333 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local
338 swidth = 720; in bttv_calc_geo_old()
345 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old()
348 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
386 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo()
838 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
H A Dbttvp.h81 u16 swidth, sheight; /* scaled standard width, height */ member
H A Dbttv-driver.c246 swidth width of active video and
255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \
267 .cropcap.defrect.width = swidth, \
280 .swidth = 924,
301 /* swidth */ 924,
314 .swidth = 768,
330 /* swidth */ 768,
341 .swidth = 924,
356 /* swidth */ 924,
367 .swidth
[all...]
/kernel/linux/linux-5.10/drivers/media/common/
H A Dbtcx-risc.h22 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-risc.c244 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local
249 swidth = 720; in bttv_calc_geo_old()
256 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old()
259 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
297 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo()
791 bttv_calc_geo(btv, &buf->geo, tvnorm->swidth, tvnorm->sheight, in bttv_buffer_risc()
H A Dbttv-driver.c246 swidth width of active video and
255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \
267 .cropcap.defrect.width = swidth, \
280 .swidth = 924,
301 /* swidth */ 924,
314 .swidth = 768,
330 /* swidth */ 768,
341 .swidth = 924,
356 /* swidth */ 924,
367 .swidth
[all...]
H A Dbttvp.h80 u16 swidth, sheight; /* scaled standard width, height */ member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h142 __u32 swidth; /* stripe width, fsblocks */ member
168 __u32 swidth; /* stripe width, fsblocks */ member
195 __u32 swidth; /* stripe width, fsblocks */ member
H A Dxfs_sb.c1140 geo->swidth = sbp->sb_width; in xfs_fs_geometry()
/kernel/linux/linux-5.10/drivers/dma/
H A Dmpc512x_dma.c206 u8 swidth; member
754 if (!IS_ALIGNED(sg_dma_address(sg), mchan->swidth)) in mpc_dma_prep_slave_sg()
757 tcd->soff = mchan->swidth; in mpc_dma_prep_slave_sg()
761 tcd->ssize = buswidth_to_dmatsize(mchan->swidth); in mpc_dma_prep_slave_sg()
766 if (!IS_ALIGNED(tcd->nbytes, mchan->swidth)) in mpc_dma_prep_slave_sg()
862 mchan->swidth = cfg->src_addr_width; in mpc_dma_device_config()
/kernel/linux/linux-6.6/drivers/dma/
H A Dmpc512x_dma.c206 u8 swidth; member
754 if (!IS_ALIGNED(sg_dma_address(sg), mchan->swidth)) in mpc_dma_prep_slave_sg()
757 tcd->soff = mchan->swidth; in mpc_dma_prep_slave_sg()
761 tcd->ssize = buswidth_to_dmatsize(mchan->swidth); in mpc_dma_prep_slave_sg()
766 if (!IS_ALIGNED(tcd->nbytes, mchan->swidth)) in mpc_dma_prep_slave_sg()
863 mchan->swidth = cfg->src_addr_width; in mpc_dma_device_config()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl32.h160 __u32 swidth; /* stripe width, fsblocks */ member
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-core.c671 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local
683 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale()
687 dprintk(1, "set_scale: hdelay 0x%04x (width %d)\n", value, swidth); in cx88_set_scale()
689 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-core.c685 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local
697 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale()
701 dprintk(1, "set_scale: hdelay 0x%04x (width %d)\n", value, swidth); in cx88_set_scale()
703 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl32.h184 __u32 swidth; /* stripe width, fsblocks */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c763 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local
816 swidth = params->src_width; in intel_overlay_do_put_image()
827 swidth |= (params->src_width / uv_hscale) << 16; in intel_overlay_do_put_image()
844 iowrite32(swidth, &regs->SWIDTH); in intel_overlay_do_put_image()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c792 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local
845 swidth = params->src_width; in intel_overlay_do_put_image()
856 swidth |= (params->src_width / uv_hscale) << 16; in intel_overlay_do_put_image()
873 iowrite32(swidth, &regs->SWIDTH); in intel_overlay_do_put_image()
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene.h612 u16 swidth, sheight; /* scaled standard width, height */ member

Completed in 33 milliseconds