[go: nahoru, domu]

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

/drivers/staging/lustre/lustre/lov/
H A Dlov_offset.c51 u64 swidth; local
59 lsm_op_find(magic)->lsm_stripe_by_index(lsm, &stripeno, NULL, &swidth);
64 lov_size = ost_size * swidth + stripeno * ssize + stripe_size;
66 lov_size = (ost_size - 1) * swidth + (stripeno + 1) * ssize;
123 u64 stripe_off, this_stripe, swidth; local
135 &swidth);
138 stripe_off = lov_do_div64(lov_off, swidth);
180 u64 stripe_off, this_stripe, swidth; local
188 &swidth);
191 stripe_off = lov_do_div64(file_size, swidth);
252 u64 stripe_off, swidth; local
[all...]
H A Dlov_ea.c146 u64 *lov_off, u64 *swidth)
148 if (swidth)
149 *swidth = (u64)lsm->lsm_stripe_size * lsm->lsm_stripe_count;
154 u64 *lov_off, u64 *swidth)
156 if (swidth)
157 *swidth = (u64)lsm->lsm_stripe_size * lsm->lsm_stripe_count;
145 lsm_stripe_by_index_plain(struct lov_stripe_md *lsm, int *stripeno, u64 *lov_off, u64 *swidth) argument
153 lsm_stripe_by_offset_plain(struct lov_stripe_md *lsm, int *stripeno, u64 *lov_off, u64 *swidth) argument
/drivers/media/common/
H A Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
H A Dbtcx-risc.c92 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, argument
103 if (win->left + win->width > swidth) {
105 clips[n].c.left = swidth - win->left;
/drivers/media/pci/bt8xx/
H A Dbttv-risc.c343 int swidth = tvnorm->swidth; local
348 swidth = 720;
355 xsf = (width*scaledtwidth)/swidth;
358 geo->hdelay = (geo->hdelay*width)/swidth;
396 && width <= tvnorm->swidth /* see PAL-Nc et al */)
848 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight,
H A Dbttvp.h92 u16 swidth, sheight; /* scaled standard width, height */ member in struct:bttv_tvnorm
H A Dbttv-driver.c259 swidth width of active video and
268 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \
280 .cropcap.defrect.width = swidth, \
293 .swidth = 924,
314 /* swidth */ 924,
327 .swidth = 768,
343 /* swidth */ 768,
354 .swidth = 924,
369 /* swidth */ 924,
380 .swidth
[all...]
/drivers/media/pci/cx88/
H A Dcx88-core.c705 unsigned int swidth = norm_swidth(core->tvnorm); local
717 value = (width * norm_hdelay(core->tvnorm)) / swidth;
721 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth);
723 value = (swidth * 4096 / width) - 4096;
/drivers/gpu/drm/i915/
H A Dintel_overlay.c692 u32 swidth, swidthsw, sheight, ostride; local
745 swidth = params->src_w;
755 swidth |= (params->src_w/uv_hscale) << 16;
767 iowrite32(swidth, &regs->SWIDTH);
/drivers/media/pci/ngene/
H A Dngene.h610 u16 swidth, sheight; /* scaled standard width, height */ member in struct:ngene_tvnorm

Completed in 151 milliseconds