Searched refs:fps (Results 1 - 25 of 82) sorted by relevance

1234

/linux-master/drivers/gpu/drm/sti/
H A Dsti_plane.c48 struct sti_fps_info *fps; local
54 fps = &plane->fps_info;
57 fps->curr_field_counter++;
59 /* do not perform fps calcul if new_frame is false */
63 fps->curr_frame_counter++;
64 ms_since_last = ktime_to_ms(ktime_sub(now, fps->last_timestamp));
65 num_frames = fps->curr_frame_counter - fps->last_frame_counter;
70 fps->last_timestamp = now;
71 fps
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_dfs_tables.h26 unsigned short fps; member in struct:atomisp_freq_scaling_rule
H A Datomisp_v4l2.c108 .fps = ISP_FREQ_RULE_ANY,
115 .fps = ISP_FREQ_RULE_ANY,
122 .fps = ISP_FREQ_RULE_ANY,
141 .fps = ISP_FREQ_RULE_ANY,
148 .fps = ISP_FREQ_RULE_ANY,
155 .fps = ISP_FREQ_RULE_ANY,
173 .fps = 30,
180 .fps = 30,
187 .fps = 45,
194 .fps
[all...]
/linux-master/drivers/acpi/
H A Dfan_attr.c21 struct acpi_fan_fps *fps = container_of(attr, struct acpi_fan_fps, dev_attr); local
24 if (fps->control == 0xFFFFFFFF || fps->control > 100)
27 count = scnprintf(buf, PAGE_SIZE, "%lld:", fps->control);
29 if (fps->trip_point == 0xFFFFFFFF || fps->trip_point > 9)
32 count += sysfs_emit_at(buf, count, "%lld:", fps->trip_point);
34 if (fps->speed == 0xFFFFFFFF)
37 count += sysfs_emit_at(buf, count, "%lld:", fps->speed);
39 if (fps
98 struct acpi_fan_fps *fps = &fan->fps[i]; local
[all...]
H A Dfan.h49 struct acpi_fan_fps *fps; member in struct:acpi_fan
H A Dfan_core.c101 if (fst.control == fan->fps[i].control)
171 value = fan->fps[state].control;
285 fan->fps = devm_kcalloc(&device->dev,
288 if (!fan->fps) {
295 struct acpi_buffer fps = { offsetof(struct acpi_fan_fps, name), local
296 &fan->fps[i] };
298 &format, &fps);
306 sort(fan->fps, fan->fps_count, sizeof(*fan->fps),
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
38 static double fps[] = { variable
55 fail = (ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[i]);
59 FPR14 + i, ucp->uc_mcontext.fp_regs[FPR14 + i], fps[i]);
65 fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]);
69 FPR14 + i, tm_ucp->uc_mcontext.fp_regs[FPR14 + i], fps[NV_FPU_REGS + i]);
97 * array pointers to it, in that case 'fps', and invoke the
100 rc = tm_signal_self_context_load(pid, NULL, fps, NULL, NULL);
H A Dtm-signal-context-chk-gpr.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vsx.c37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
/linux-master/drivers/media/usb/pwc/
H A Dpwc-ctrl.c144 int fps, ret = 0; local
175 fps = frames2table[frames];
176 pEntry = &Nala_table[size][fps];
220 int fps, ret = 0; local
230 fps = (frames / 5) - 1;
234 pChoose = &Timon_table[size][fps][*compression];
254 pdev->vframes = (fps + 1) * 5;
271 int fps, ret = 0; local
281 fps = (frames / 5) - 1;
285 pChoose = &Kiara_table[size][fps][*compressio
[all...]
/linux-master/drivers/mfd/
H A Dmax77620.c336 sprintf(fps_name, "fps%d", fps_id);
346 ret = of_property_read_u32(fps_np, "maxim,shutdown-fps-time-period-us",
357 ret = of_property_read_u32(fps_np, "maxim,suspend-fps-time-period-us",
363 ret = of_property_read_u32(fps_np, "maxim,fps-event-source",
413 fps_np = of_get_child_by_name(dev->of_node, "fps");
600 int fps; local
603 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) {
604 if (chip->suspend_fps_period[fps] <
651 int fps; local
[all...]
/linux-master/sound/soc/sof/
H A Dipc4-fw-reg.h114 * @fps: Current DSP clock status
131 u32 fps; member in struct:sof_ipc4_fw_registers
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c348 struct fps { struct
366 struct fps __user *fps; local
371 fps = (struct fps __user *) addr;
394 fps);
402 fps);
H A Dptrace_64.c932 struct compat_fps __user *fps; local
939 fps = (struct compat_fps __user *) addr;
964 fps);
971 fps);
1005 struct fps { struct
1016 struct fps __user *fps; local
1021 fps = (struct fps __user *) addr;
1047 fps);
[all...]
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c259 struct fpstate *fps = gfpu->fpstate; local
261 if (!fps)
264 if (WARN_ON_ONCE(!fps->is_valloc || !fps->is_guest || fps->in_use))
268 vfree(fps);
319 struct fpstate *fps = current->thread.fpu.fpstate; local
323 rdmsrl(MSR_IA32_XFD, fps->xfd);
324 __this_cpu_write(xfd_state, fps->xfd);
/linux-master/drivers/staging/media/atomisp/i2c/
H A Dgc2235.h129 int fps; member in struct:gc2235_resolution
529 .fps = 30,
542 .fps = 30,
554 .fps = 30,
577 .fps = 30,
589 .fps = 30,
601 .fps = 30,
619 .fps = 30,
631 .fps = 30,
/linux-master/drivers/media/i2c/
H A Dmt9v111.c134 unsigned int fps; member in struct:mt9v111_dev
449 unsigned int fps = tpf->numerator ? local
467 diff = abs(fps - mt9v111_frame_intervals[i]);
473 fps = mt9v111_frame_intervals[idx];
504 diff = abs(fps - t_fps);
728 unsigned int fps = tpf->numerator ? local
750 if (mt9v111->fps == fps) {
767 if (fps > max_fps) {
774 mt9v111->fps
[all...]
H A Dov772x.c431 unsigned int fps; member in struct:ov772x_priv
618 unsigned int fps = tpf->numerator ? local
629 diff = abs(fps - ov772x_frame_intervals[i]);
640 unsigned int fps,
666 pclk = fps * fsize;
735 tpf->denominator = priv->fps;
746 unsigned int fps; local
763 fps = ov772x_select_fps(priv, tpf);
771 ret = ov772x_set_frame_rate(priv, fps, priv->cfmt, priv->win);
777 tpf->denominator = fps;
639 ov772x_set_frame_rate(struct ov772x_priv *priv, unsigned int fps, const struct ov772x_color_format *cfmt, const struct ov772x_win_size *win) argument
[all...]
/linux-master/arch/x86/include/asm/fpu/
H A Dapi.h142 extern void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature);
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c234 long fps, throughput; local
286 fps = ktime_us_delta(ts_start, par->update_time);
288 fps = fps ? 1000000 / fps : 0;
295 "Display update: %ld kB/s, fps=%ld\n",
296 throughput, fps);
515 unsigned int fps = display->fps; local
530 if (!fps)
[all...]
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c146 solo_enc->bw_weight = max(solo_dev->fps / solo_enc->interval, 1);
195 u16 fps = solo_dev->fps * 1000; local
201 vop[22] = fps >> 4;
202 vop[23] = ((fps << 4) & 0xf0) | 0x0c
1002 fintv->stepwise.min.denominator = solo_dev->fps;
1005 fintv->stepwise.max.denominator = solo_dev->fps;
1008 fintv->stepwise.step.denominator = solo_dev->fps;
1021 cp->timeperframe.denominator = solo_enc->solo_dev->fps;
1029 static inline int calc_interval(u8 fps, u3 argument
1044 u8 fps = solo_enc->solo_dev->fps; local
[all...]
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c347 0x80000006, /* 2 fps (60Hz), 2 fps (50Hz) */
348 0x80018006, /* 4 fps (60Hz), 4 fps (50Hz) */
349 0x80618006, /* 6 fps (60Hz), 6 fps (50Hz) */
350 0x81818186, /* 8 fps (60Hz), 8 fps (50Hz) */
351 0x86186186, /* 10 fps (60Hz), 8 fps (5
374 tw686x_fps_idx(unsigned int fps, unsigned int max_fps) argument
401 tw686x_set_framerate(struct tw686x_video_channel *vc, unsigned int fps) argument
959 unsigned int fps; local
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c302 u32 fps; local
312 fps = (htot * vtot) > 0 ? div_u64((100 * (u64)bt->pixelclock),
320 fps / 100, fps % 100, htot, vtot);
412 u32 htot, vtot, fps; local
426 fps = (htot * vtot) > 0 ? div_u64((100 * pclk), (htot * vtot)) : 0;
427 if (!fps)
430 rational_best_approximation(fps, 100, fps, 100, &n, &d);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_transport.c460 * @fps: The fcoe context
471 struct fcoe_percpu_s *fps)
475 page = fps->crc_eof_page;
481 fps->crc_eof_page = page;
482 fps->crc_eof_offset = 0;
487 fps->crc_eof_offset, tlen);
491 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof);
493 if (fps->crc_eof_offset >= PAGE_SIZE) {
494 fps->crc_eof_page = NULL;
495 fps
470 fcoe_get_paged_crc_eof(struct sk_buff *skb, int tlen, struct fcoe_percpu_s *fps) argument
[all...]

Completed in 518 milliseconds

1234