Searched refs:frt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c246 int bttv_try_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) argument
259 return try_fmt(&frt->fmt.vbi, tvnorm, crop_start);
263 int bttv_s_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) argument
278 rc = try_fmt(&frt->fmt.vbi, tvnorm, btv->crop_start);
282 start1 = frt->fmt.vbi.start[1] - tvnorm->vbistart[1] +
291 end = max(frt->fmt.vbi.start[0], start1) * 2 + 2;
293 btv->vbi_fmt.fmt = frt->fmt.vbi;
306 int bttv_g_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) argument
311 frt->fmt.vbi = btv->vbi_fmt.fmt;
326 frt
[all...]
/linux-master/tools/testing/selftests/powerpc/include/
H A Dinstructions.h131 #define PLFS(frt, a, r, d) PREFIX_MLS(PPC_INST_LFS, frt, a, r, d)
132 #define PLFD(frt, a, r, d) PREFIX_MLS(PPC_INST_LFD, frt, a, r, d)

Completed in 164 milliseconds