Searched defs:f_type (Results 1 - 3 of 3) sorted by relevance

/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1330 unsigned int f_type; local
1344 f_type = V4L2_TYPE_IS_OUTPUT(f->type) ?
1347 q_data->fmt = s5p_jpeg_find_format(ct, pix->pixelformat, f_type);
1358 f_type == FMT_TYPE_OUTPUT && ct->mode == S5P_JPEG_ENCODE)
1369 if (f_type == FMT_TYPE_OUTPUT) {
1384 ((ct->mode == S5P_JPEG_DECODE && f_type == FMT_TYPE_CAPTURE) ||
1385 (ct->mode == S5P_JPEG_ENCODE && f_type == FMT_TYPE_OUTPUT))) {
1396 f_type == FMT_TYPE_CAPTURE &&
/drivers/media/usb/em28xx/
H A Dem28xx-video.c835 static int get_ressource(enum v4l2_buf_type f_type) argument
837 switch (f_type) {
849 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) argument
851 int res_type = get_ressource(f_type);
865 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) argument
867 int res_type = get_ressource(f_type);
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h420 __u32 f_type; /* holds object type or stripe idx when passing it to member in struct:ll_fid

Completed in 129 milliseconds