Searched refs:fps (Results 51 - 75 of 82) sorted by relevance

1234

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c55 #define IVAL_COUNT_720P 12 /* 720p and up is limited to 60 fps */
56 #define IVAL_COUNT_1080P 9 /* 1080p and up is limited to 30 fps */
57 #define IVAL_COUNT_2160P 7 /* 2160p and up is limited to 15 fps */
173 unsigned fps = 25; local
185 fps = 30;
186 tc->type = (fps == 30) ? V4L2_TC_TYPE_30FPS : V4L2_TC_TYPE_25FPS;
188 tc->frames = seq % fps;
189 tc->seconds = (seq / fps) % 60;
190 tc->minutes = (seq / (60 * fps)) % 60;
191 tc->hours = (seq / (60 * 60 * fps))
[all...]
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1342 struct fcoe_percpu_s *fps; local
1416 fps = &per_cpu(fcoe_percpu, cpu);
1417 spin_lock(&fps->fcoe_rx_list.lock);
1431 __skb_queue_tail(&fps->fcoe_rx_list, skb);
1432 schedule_work_on(cpu, &fps->work);
1433 spin_unlock(&fps->fcoe_rx_list.lock);
1452 struct fcoe_percpu_s *fps; local
1456 fps = this_cpu_ptr(&fcoe_percpu);
1457 rc = fcoe_get_paged_crc_eof(skb, tlen, fps);
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c467 u64 us_per_frame, fps; local
487 fps = (u64)USEC_PER_SEC;
488 do_div(fps, us_per_frame);
490 inst->fps = fps;
1615 inst->fps = 30;
H A Dcore.h405 * @fps: holds current FPS
476 u64 fps; member in struct:venus_inst
/linux-master/drivers/pinctrl/
H A Dpinctrl-max77620.c52 .property = "maxim,active-fps-source",
55 .property = "maxim,active-fps-power-up-slot",
58 .property = "maxim,active-fps-power-down-slot",
61 .property = "maxim,suspend-fps-source",
64 .property = "maxim,suspend-fps-power-up-slot",
67 .property = "maxim,suspend-fps-power-down-slot",
151 FUNCTION_GROUP("fps-out", FLEXIBLE_POWER_SEQUENCER_OUT),
323 int addr, int *fps)
333 *fps = (val & MAX77620_FPS_SRC_MASK) >> MAX77620_FPS_SRC_SHIFT;
322 max77620_get_default_fps(struct max77620_pctrl_info *mpci, int addr, int *fps) argument
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c994 struct bnx2fc_percpu_s *fps; local
1045 fps = &per_cpu(bnx2fc_percpu, cpu);
1046 spin_lock_bh(&fps->fp_work_lock);
1047 if (fps->iothread) {
1051 list_add_tail(&work->list, &fps->work_list);
1052 wake_up_process(fps->iothread);
1053 spin_unlock_bh(&fps->fp_work_lock);
1057 spin_unlock_bh(&fps->fp_work_lock);
/linux-master/drivers/media/i2c/
H A Dhi846.c225 u16 fps; member in struct:hi846_mode
1065 .fps = 120,
1090 .fps = 90,
1116 .fps = 30,
1498 static int hi846_set_video_mode(struct hi846 *hi846, int fps) argument
1509 do_div(link_freq, fps);
1560 hi846_set_video_mode(hi846, hi846->cur_mode->fps);
1742 tgt_fps = hi846->cur_mode->fps;
1743 dev_dbg(&client->dev, "%s: target fps: %d\n", __func__, tgt_fps);
H A Dtc358743.c295 static inline unsigned fps(const struct v4l2_bt_timings *t) function
308 unsigned width, height, frame_width, frame_height, frame_interval, fps; local
337 fps = (frame_interval > 0) ?
344 bt->pixelclock = frame_width * frame_height * fps;
673 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel;
H A Dadv7511-v4l2.c1003 u32 fps; local
1023 fps = (u32)bt->pixelclock / (V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt));
1024 switch (fps) {
H A Dov5693.c761 * an even multiple of 30fps.
1014 unsigned int fps = DIV_ROUND_CLOSEST(OV5693_PIXEL_RATE, framesize); local
1024 interval->interval.denominator = fps;
H A Dov8865.c2847 unsigned int fps; local
2861 fps = DIV_ROUND_CLOSEST(sensor->ctrls.pixel_rate->val, framesize);
2864 interval->interval.denominator = fps;
H A Dov5640.c522 /* YUV422 UYVY VGA@30fps */
2753 int minfps, maxfps, best_fps, fps; local
2766 fps = clamp_val(DIV_ROUND_CLOSEST(fi->denominator, fi->numerator),
2773 if (abs(curr_fps - fps) < abs(best_fps - fps)) {
/linux-master/drivers/staging/fbtft/
H A Dfb_uc1611.c318 .fps = FPS,
H A Dfb_agm1264k-fl.c423 .fps = FPS,
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10.h238 u8 fps; member in struct:solo_dev
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1058 struct v4l2_fract fps; local
1063 fps = v4l2_calc_timeperframe(&s->timings);
1064 a->parm.capture.timeperframe.numerator = fps.numerator;
1065 a->parm.capture.timeperframe.denominator = fps.denominator;
/linux-master/drivers/media/usb/gspca/
H A Dcpia1.c358 atomic_t fps; member in struct:sd
664 /* Set Sensor FPS to 15fps. This seems better than 30fps
1274 framerate = atomic_read(&sd->fps);
1618 atomic_set(&sd->fps, 0);
1705 atomic_set(&sd->fps, data[41]);
H A Dov534.c356 {0xda, 0x00}, /* for higher clock rate(30fps) */
814 u8 fps; member in struct:rate_s
851 if (sd->frame_rate >= r->fps)
860 gspca_dbg(gspca_dev, D_PROBE, "frame_rate: %d\n", r->fps);
1100 val = 0x9d; /* insert dummy to 25fps for 50Hz */
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c65 * At 15fps this means 133ms. We set the timeout a bit longer.
105 unsigned short fps = 0; local
112 fps = fi.interval.denominator / fi.interval.numerator;
114 return fps;
203 unsigned short fps = 0; local
224 fps = atomisp_get_sensor_fps(&isp->asd);
225 if (fps == 0) {
234 curr_rules.fps = fps;
245 if (curr_rules.fps !
[all...]
H A Datomisp_ioctl.c1730 int fps; local
1750 fps = fi.interval.denominator / fi.interval.numerator;
1751 if (fps > 30)
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1397 void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature) argument
1399 void *addr = get_xsave_addr(&fps->regs.xsave, xfeature);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h999 void __is_set_sensor(struct fimc_is *is, int fps);
/linux-master/drivers/staging/media/atomisp/i2c/
H A Dmt9m114.h313 int fps; member in struct:mt9m114_res_struct
343 .fps = 30,
356 .fps = 30,
369 .fps = 30,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1362 s64 fps = diff_ms ? div_s64( local
1366 "vblank fps:%lld count:%u total:%llums total_framecount:%llu\n",
1367 fps, dpu_crtc->vblank_cb_count,
/linux-master/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c461 int fps = TIMEPERFRAME_AVG_FPS(*timeperframe); local
475 if (TIMEPERFRAME_AVG_FPS(mode->timeperframe) == fps)

Completed in 325 milliseconds

1234