Home
last modified time | relevance | path

Searched refs:fps (Results 1 – 53 of 53) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dptrace_32.c328 struct fps { struct
347 struct fps __user *fps; in arch_ptrace() argument
353 fps = (struct fps __user *) addr; in arch_ptrace()
386 &fps->regs[0]); in arch_ptrace()
391 &fps->fsr); in arch_ptrace()
394 if (__put_user(0, &fps->fpqd) || in arch_ptrace()
395 __put_user(0, &fps->flags) || in arch_ptrace()
396 __put_user(0, &fps->extra) || in arch_ptrace()
397 clear_user(fps->fpq, sizeof(fps->fpq))) in arch_ptrace()
407 &fps->regs[0]); in arch_ptrace()
[all …]
Dptrace_64.c869 struct compat_fps __user *fps; in compat_arch_ptrace() local
876 fps = (struct compat_fps __user *) addr; in compat_arch_ptrace()
911 &fps->regs[0]); in compat_arch_ptrace()
916 &fps->fsr); in compat_arch_ptrace()
918 if (__put_user(0, &fps->flags) || in compat_arch_ptrace()
919 __put_user(0, &fps->extra) || in compat_arch_ptrace()
920 __put_user(0, &fps->fpqd) || in compat_arch_ptrace()
921 clear_user(&fps->fpq[0], 32 * sizeof(unsigned int))) in compat_arch_ptrace()
930 &fps->regs[0]); in compat_arch_ptrace()
935 &fps->fsr); in compat_arch_ptrace()
[all …]
/linux-4.4.14/drivers/acpi/
Dfan.c78 struct acpi_fan_fps *fps; member
132 if (control == fan->fps[i].control) in fan_get_state_acpi4()
193 fan->fps[state].control); in fan_set_state_acpi4()
291 fan->fps = devm_kzalloc(&device->dev, in acpi_fan_get_fps()
294 if (!fan->fps) { in acpi_fan_get_fps()
301 struct acpi_buffer fps = { sizeof(fan->fps[i]), &fan->fps[i] }; in acpi_fan_get_fps() local
303 &format, &fps); in acpi_fan_get_fps()
311 sort(fan->fps, fan->fps_count, sizeof(*fan->fps), in acpi_fan_get_fps()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1383 static int kiblnd_create_fmr_pool(kib_fmr_poolset_t *fps, in kiblnd_create_fmr_pool() argument
1387 kib_dev_t *dev = fps->fps_net->ibn_dev; in kiblnd_create_fmr_pool()
1394 .pool_size = fps->fps_pool_size, in kiblnd_create_fmr_pool()
1395 .dirty_watermark = fps->fps_flush_trigger, in kiblnd_create_fmr_pool()
1401 LIBCFS_CPT_ALLOC(fpo, lnet_cpt_table(), fps->fps_cpt, sizeof(*fpo)); in kiblnd_create_fmr_pool()
1418 fpo->fpo_owner = fps; in kiblnd_create_fmr_pool()
1424 static void kiblnd_fail_fmr_poolset(kib_fmr_poolset_t *fps, in kiblnd_fail_fmr_poolset() argument
1427 if (fps->fps_net == NULL) /* intialized? */ in kiblnd_fail_fmr_poolset()
1430 spin_lock(&fps->fps_lock); in kiblnd_fail_fmr_poolset()
1432 while (!list_empty(&fps->fps_pool_list)) { in kiblnd_fail_fmr_poolset()
[all …]
Do2iblnd.h918 int kiblnd_fmr_pool_map(kib_fmr_poolset_t *fps, __u64 *pages,
Do2iblnd_cb.c561 kib_fmr_poolset_t *fps; in kiblnd_fmr_map_tx() local
583 fps = net->ibn_fmr_ps[cpt]; in kiblnd_fmr_map_tx()
584 rc = kiblnd_fmr_pool_map(fps, pages, npages, 0, &tx->fmr); in kiblnd_fmr_map_tx()
/linux-4.4.14/drivers/media/usb/pwc/
Dpwc-ctrl.c156 int fps, ret = 0; in set_video_mode_Nala() local
187 fps = frames2table[frames]; in set_video_mode_Nala()
188 pEntry = &Nala_table[size][fps]; in set_video_mode_Nala()
232 int fps, ret = 0; in set_video_mode_Timon() local
242 fps = (frames / 5) - 1; in set_video_mode_Timon()
247 pChoose = &Timon_table[size][fps][*compression]; in set_video_mode_Timon()
266 pdev->vframes = (fps + 1) * 5; in set_video_mode_Timon()
283 int fps, ret = 0; in set_video_mode_Kiara() local
293 fps = (frames / 5) - 1; in set_video_mode_Kiara()
297 pChoose = &Kiara_table[size][fps][*compression]; in set_video_mode_Kiara()
[all …]
Dphilips.txt53 fps
221 # modprobe pwc size=cif fps=15 power_save=1
226 size and fps only specify defaults when you open() the device; this is to
229 defaults is QCIF size at 10 fps.
Dpwc-v4l.c1004 int ret, fps; in pwc_s_parm() local
1014 fps = 30; in pwc_s_parm()
1016 fps = parm->parm.capture.timeperframe.denominator / in pwc_s_parm()
1023 fps, &compression, 0); in pwc_s_parm()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c155 solo_enc->bw_weight = max(solo_dev->fps / solo_enc->interval, 1); in solo_update_mode()
204 u16 fps = solo_dev->fps * 1000; in solo_update_mode() local
210 vop[22] = fps >> 4; in solo_update_mode()
211 vop[23] = ((fps << 4) & 0xf0) | 0x0c in solo_update_mode()
1030 fintv->stepwise.min.denominator = solo_dev->fps; in solo_enum_frameintervals()
1033 fintv->stepwise.max.denominator = solo_dev->fps; in solo_enum_frameintervals()
1036 fintv->stepwise.step.denominator = solo_dev->fps; in solo_enum_frameintervals()
1049 cp->timeperframe.denominator = solo_enc->solo_dev->fps; in solo_g_parm()
1057 static inline int calc_interval(u8 fps, u32 n, u32 d) in calc_interval() argument
1061 if (d == fps) in calc_interval()
[all …]
Dsolo6x10-disp.c275 solo_dev->fps = 30; in solo_disp_init()
278 solo_dev->fps = 25; in solo_disp_init()
Dsolo6x10-core.c313 int fps = solo_dev->fps; in intervals_show() local
318 i, solo_dev->v4l2_enc[i]->interval, fps, in intervals_show()
Dsolo6x10.h243 u8 fps; member
/linux-4.4.14/arch/arm/mach-davinci/
Dboard-dm365-evm.c388 .fps = {30000, 1001},
400 .fps = {25, 1},
416 .fps = {5994, 100},
428 .fps = {50, 1},
440 .fps = {60, 1},
456 .fps = {30, 1},
Dboard-dm644x-evm.c628 .fps = {30000, 1001},
640 .fps = {25, 1},
656 .fps = {5994, 100},
668 .fps = {50, 1},
Dboard-dm355-evm.c257 .fps = {30000, 1001},
269 .fps = {25, 1},
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_transport.c456 struct fcoe_percpu_s *fps) in fcoe_get_paged_crc_eof() argument
460 page = fps->crc_eof_page; in fcoe_get_paged_crc_eof()
466 fps->crc_eof_page = page; in fcoe_get_paged_crc_eof()
467 fps->crc_eof_offset = 0; in fcoe_get_paged_crc_eof()
472 fps->crc_eof_offset, tlen); in fcoe_get_paged_crc_eof()
476 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof); in fcoe_get_paged_crc_eof()
478 if (fps->crc_eof_offset >= PAGE_SIZE) { in fcoe_get_paged_crc_eof()
479 fps->crc_eof_page = NULL; in fcoe_get_paged_crc_eof()
480 fps->crc_eof_offset = 0; in fcoe_get_paged_crc_eof()
Dfcoe.c1436 struct fcoe_percpu_s *fps; in fcoe_rcv() local
1510 fps = &per_cpu(fcoe_percpu, cpu); in fcoe_rcv()
1511 spin_lock(&fps->fcoe_rx_list.lock); in fcoe_rcv()
1512 if (unlikely(!fps->thread)) { in fcoe_rcv()
1522 spin_unlock(&fps->fcoe_rx_list.lock); in fcoe_rcv()
1524 fps = &per_cpu(fcoe_percpu, cpu); in fcoe_rcv()
1525 spin_lock(&fps->fcoe_rx_list.lock); in fcoe_rcv()
1526 if (!fps->thread) { in fcoe_rcv()
1527 spin_unlock(&fps->fcoe_rx_list.lock); in fcoe_rcv()
1545 __skb_queue_tail(&fps->fcoe_rx_list, skb); in fcoe_rcv()
[all …]
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-fw.c786 int fps = go->sensor_framerate / go->fps_scale; in mpeg4_sequence_header() local
805 CODE_ADD(c, fps, 16); in mpeg4_sequence_header()
937 int fps = go->sensor_framerate / go->fps_scale; in brctrl_to_package() local
940 u32 sgop_expt_addr = go->bitrate / 32 * (go->ipb ? 3 : 1) * 1001 / fps; in brctrl_to_package()
941 u32 sgop_peak_addr = peak_rate / 32 * 1001 / fps; in brctrl_to_package()
942 u32 total_expt_addr = go->bitrate / 32 * 1000 / fps * (fps / 1000); in brctrl_to_package()
1086 int fps = go->sensor_framerate / go->fps_scale / 1000; in config_package() local
1088 int brc_window_size = fps; in config_package()
1185 0xbfe7, fps << 8, in config_package()
1211 int fps = go->sensor_framerate / go->fps_scale * in seqhead_to_package() local
[all …]
/linux-4.4.14/Documentation/video4linux/
DZoran33 Norms: PAL, SECAM (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
47 Norms: PAL, SECAM (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
59 Norms: PAL (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
70 Norms: PAL (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
81 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
92 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
104 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
116 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
128 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
Dcpia2_overview.txt5 STV0672, which is capable of up to 30 frames per second (fps) in frame sizes
6 up to CIF, and 15 fps for VGA frames. The STV0676 is an improved version,
7 which can handle up to 30 fps VGA. Both coprocessors can be attached to two
DREADME.cpia226 - Sensor framerate is adjustable (up to 30 fps CIF, 15 fps VGA).
89 any alternate at frame rates down to 15fps. For lower frame rates, it may
94 Alternate bytes/ms 15fps 30fps
Dmeye.txt12 It can do at maximum 30 fps @ 320x240 or 15 fps @ 640x480.
Dvivid.txt276 supports frames per second settings of 10, 15, 25, 30, 50 and 60 fps. Which ones
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft-core.c350 long fps, throughput; in fbtft_update_display() local
399 fps = ktime_us_delta(ts_start, par->update_time); in fbtft_update_display()
400 fps = fps ? 1000000 / fps : 0; in fbtft_update_display()
408 throughput, fps); in fbtft_update_display()
663 unsigned fps = display->fps; in fbtft_framebuffer_alloc() local
677 if (!fps) in fbtft_framebuffer_alloc()
678 fps = 20; in fbtft_framebuffer_alloc()
688 if (pdata->fps) in fbtft_framebuffer_alloc()
689 fps = pdata->fps; in fbtft_framebuffer_alloc()
764 fbdefio->delay = HZ/fps; in fbtft_framebuffer_alloc()
[all …]
Dfbtft_device.c61 static unsigned fps; variable
62 module_param(fps, uint, 0);
63 MODULE_PARM_DESC(fps, "Frames per second (override driver default)");
612 .fps = 50,
1493 if (fps) in fbtft_device_init()
1494 pdata->fps = fps; in fbtft_device_init()
Dfbtft.h133 unsigned fps; member
159 unsigned fps; member
Dfb_s6d1121.c173 .fps = FPS,
Dfb_ili9163.c269 .fps = FPS,
Dfb_ili9325.c255 .fps = FPS,
Dfb_uc1611.c321 .fps = FPS,
Dfb_watterott.c283 .fps = FPS,
Dfb_agm1264k-fl.c437 .fps = FPS,
/linux-4.4.14/sound/drivers/
Dmts64.c77 u8 fps; member
372 static u8 fps[5] = { MTS64_CMD_SMPTE_FPS_24, in mts64_smpte_start() local
385 mts64_write_command(p, fps[idx]); in mts64_smpte_start()
477 mts->fps); in snd_mts64_ctl_smpte_switch_put()
620 uctl->value.enumerated.item[0] = mts->fps; in snd_mts64_ctl_smpte_fps_get()
635 if (mts->fps != uctl->value.enumerated.item[0]) { in snd_mts64_ctl_smpte_fps_put()
637 mts->fps = uctl->value.enumerated.item[0]; in snd_mts64_ctl_smpte_fps_put()
/linux-4.4.14/include/media/davinci/
Dvpbe_types.h76 struct v4l2_fract fps; member
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-control.c74 vidinf->fps = dev->usbc_buf[4]; in get_video_info()
75 vidinf->valid = vidinf->width && vidinf->height && vidinf->fps; in get_video_info()
Dhdpvr-video.c301 vidinf.height, vidinf.fps); in hdpvr_start_streaming()
686 interlaced = vid_info.fps <= 30; in vidioc_query_dv_timings()
691 unsigned fps; in vidioc_query_dv_timings() local
695 fps = (unsigned)bt->pixelclock / (hsize * vsize); in vidioc_query_dv_timings()
699 (fps != vid_info.fps && fps + 1 != vid_info.fps)) in vidioc_query_dv_timings()
Dhdpvr.h156 u8 fps; member
/linux-4.4.14/include/video/
Dauo_k190xfb.h104 int fps; member
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dv-timings.c259 u32 fps; in v4l2_print_dv_timings() local
269 fps = (htot * vtot) > 0 ? div_u64((100 * (u64)bt->pixelclock), in v4l2_print_dv_timings()
277 fps / 100, fps % 100, htot, vtot); in v4l2_print_dv_timings()
/linux-4.4.14/drivers/media/platform/
Dtimblogiw.c61 u8 fps; member
86 .fps = 25
92 .fps = 30
279 cp->timeperframe.denominator = fh->cur_norm->fps; in timblogiw_g_parm()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-is-param.c266 void __is_set_sensor(struct fimc_is *is, int fps) in __is_set_sensor() argument
275 if (fps == 0) { in __is_set_sensor()
281 sensor->frame_rate.frame_rate = fps; in __is_set_sensor()
283 isp->otf_input.frametime_max = (u32)1000000 / fps; in __is_set_sensor()
Dfimc-is-param.h1002 void __is_set_sensor(struct fimc_is *is, int fps);
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1046 struct bnx2fc_percpu_s *fps = NULL; in bnx2fc_process_new_cqes() local
1049 fps = &per_cpu(bnx2fc_percpu, cpu); in bnx2fc_process_new_cqes()
1050 spin_lock_bh(&fps->fp_work_lock); in bnx2fc_process_new_cqes()
1051 if (unlikely(!fps->iothread)) in bnx2fc_process_new_cqes()
1057 &fps->work_list); in bnx2fc_process_new_cqes()
1059 spin_unlock_bh(&fps->fp_work_lock); in bnx2fc_process_new_cqes()
1062 if (fps->iothread && work) in bnx2fc_process_new_cqes()
1063 wake_up_process(fps->iothread); in bnx2fc_process_new_cqes()
/linux-4.4.14/include/scsi/
Dlibfcoe.h380 struct fcoe_percpu_s *fps);
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-cap.c213 unsigned fps = 25; in vid_cap_buf_finish() local
225 fps = 30; in vid_cap_buf_finish()
226 tc->type = (fps == 30) ? V4L2_TC_TYPE_30FPS : V4L2_TC_TYPE_25FPS; in vid_cap_buf_finish()
228 tc->frames = seq % fps; in vid_cap_buf_finish()
229 tc->seconds = (seq / fps) % 60; in vid_cap_buf_finish()
230 tc->minutes = (seq / (60 * fps)) % 60; in vid_cap_buf_finish()
231 tc->hours = (seq / (60 * 60 * fps)) % 24; in vid_cap_buf_finish()
/linux-4.4.14/drivers/media/usb/gspca/
Dov534.c760 u8 fps; in set_frame_rate() member
797 if (sd->frame_rate >= r->fps) in set_frame_rate()
806 PDEBUG(D_PROBE, "frame_rate: %d", r->fps); in set_frame_rate()
Dcpia1.c369 atomic_t fps; member
1277 framerate = atomic_read(&sd->fps); in monitor_exposure()
1620 atomic_set(&sd->fps, 0); in sd_start()
1707 atomic_set(&sd->fps, data[41]); in sd_pkt_scan()
Dxirlink_cit.c1465 int fps[8] = { 30, 25, 20, 15, 12, 8, 6, 3 }; in cit_get_clock_div() local
1475 fps[clock_div - 1] * 3 / 2) in cit_get_clock_div()
1481 clock_div, fps[clock_div]); in cit_get_clock_div()
Dov519.c3487 int hsegs, vsegs, packet_size, fps, needed; in ov511_mode_init_regs() local
3586 fps = (interlaced ? 60 : 30) / (sd->clockdiv + 1) + 1; in ov511_mode_init_regs()
3587 needed = fps * sd->gspca_dev.pixfmt.width * in ov511_mode_init_regs()
/linux-4.4.14/drivers/media/i2c/
Dtc358743.c301 static inline unsigned fps(const struct v4l2_bt_timings *t) in fps() function
314 unsigned width, height, frame_width, frame_height, frame_interval, fps; in tc358743_get_detected_timings() local
343 fps = (frame_interval > 0) ? in tc358743_get_detected_timings()
350 bt->pixelclock = frame_width * frame_height * fps; in tc358743_get_detected_timings()
677 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel; in tc358743_num_csi_lanes_needed()
/linux-4.4.14/drivers/video/fbdev/
Dauo_k190x.c1091 dev_dbg(info->device, "targeting %d frames per second\n", board->fps); in auok190x_common_probe()
1092 info->fbdefio->delay = HZ / board->fps; in auok190x_common_probe()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt84 0=30fps
85 1=25fps