Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_plane.c47 struct sti_fps_info *fps; in sti_plane_update_fps() local
53 fps = &plane->fps_info; in sti_plane_update_fps()
56 fps->curr_field_counter++; in sti_plane_update_fps()
62 fps->curr_frame_counter++; in sti_plane_update_fps()
63 ms_since_last = ktime_to_ms(ktime_sub(now, fps->last_timestamp)); in sti_plane_update_fps()
64 num_frames = fps->curr_frame_counter - fps->last_frame_counter; in sti_plane_update_fps()
69 fps->last_timestamp = now; in sti_plane_update_fps()
70 fps->last_frame_counter = fps->curr_frame_counter; in sti_plane_update_fps()
84 if (fps->curr_field_counter) { in sti_plane_update_fps()
86 num_fields = fps->curr_field_counter - fps->last_field_counter; in sti_plane_update_fps()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dfan.c70 struct acpi_fan_fps *fps; member
130 if (fan->fif.fine_grain_ctrl && control < fan->fps[i].control) { in fan_get_state_acpi4()
133 } else if (control == fan->fps[i].control) { in fan_get_state_acpi4()
195 fan->fps[state].control); in fan_set_state_acpi4()
275 struct acpi_fan_fps *fps = container_of(attr, struct acpi_fan_fps, dev_attr); in show_state() local
278 if (fps->control == 0xFFFFFFFF || fps->control > 100) in show_state()
281 count = scnprintf(buf, PAGE_SIZE, "%lld:", fps->control); in show_state()
283 if (fps->trip_point == 0xFFFFFFFF || fps->trip_point > 9) in show_state()
286 count += scnprintf(&buf[count], PAGE_SIZE - count, "%lld:", fps->trip_point); in show_state()
288 if (fps->speed == 0xFFFFFFFF) in show_state()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2180.dtsi61 function = "fps-out";
63 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
64 maxim,active-fps-power-up-slot = <7>;
65 maxim,active-fps-power-down-slot = <0>;
70 function = "fps-out";
72 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
87 fps {
89 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
90 maxim,suspend-fps-time-period-us = <1280>;
94 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
[all …]
H A Dtegra210-p3450-0000.dts200 function = "fps-out";
202 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
203 maxim,active-fps-power-up-slot = <0>;
204 maxim,active-fps-power-down-slot = <7>;
209 function = "fps-out";
211 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
212 maxim,active-fps-power-up-slot = <0>;
213 maxim,active-fps-power-down-slot = <7>;
218 function = "fps-out";
220 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
[all …]
H A Dtegra194-p3668-0000.dtsi145 function = "fps-out";
146 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>;
151 function = "fps-out";
152 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>;
157 function = "fps-out";
158 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>;
180 fps {
182 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
183 maxim,shutdown-fps-time-period-us = <640>;
187 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
[all …]
H A Dtegra194-p2888.dtsi150 function = "fps-out";
151 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>;
156 function = "fps-out";
157 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>;
162 function = "fps-out";
163 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>;
185 fps {
187 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
188 maxim,shutdown-fps-time-period-us = <640>;
192 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
[all …]
H A Dtegra186-p3310.dtsi246 function = "fps-out";
247 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
252 function = "fps-out";
253 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
258 function = "fps-out";
259 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
287 fps {
289 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
290 maxim,shutdown-fps-time-period-us = <640>;
294 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
[all …]
H A Dtegra210-smaug.dts1388 function = "fps-out";
1390 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
1391 maxim,active-fps-power-up-slot = <4>;
1392 maxim,active-fps-power-down-slot = <2>;
1407 fps {
1409 maxim,shutdown-fps-time-period-us = <5120>;
1410 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
1414 maxim,shutdown-fps-time-period-us = <5120>;
1415 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
1420 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
[all …]
/OK3568_Linux_fs/app/lvgl_demo/lv_demo/
H A Dmain.c69 float fps; in main() local
96 fps = 1000 / (et - st); in main()
97 if (fps != 0.0 && fps < minfps) { in main()
98 minfps = fps; in main()
101 if (fps < 60 && fps > maxfps) { in main()
102 maxfps = fps; in main()
105 if (fps > 0.0 && fps < 60) { in main()
106 fps0 = (fps0 + fps) / 2; in main()
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/
H A Dmain.c110 float fps; in main() local
129 fps = 1000 / (et - st); in main()
130 if (fps != 0.0 && fps < minfps) { in main()
131 minfps = fps; in main()
134 if (fps < 60 && fps > maxfps) { in main()
135 maxfps = fps; in main()
138 if (fps > 0.0 && fps < 60) { in main()
139 fps0 = (fps0 + fps) / 2; in main()
/OK3568_Linux_fs/external/rockchip-test/video/
H A Dtest_gst_multivideo.sh23 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps0 video-sink="wayla…
24 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps1 video-sink="wayla…
25 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps2 video-sink="wayla…
26 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps3 video-sink="wayla…
27 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps4 video-sink="wayla…
28 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps5 video-sink="wayla…
29 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps6 video-sink="wayla…
30 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps7 video-sink="wayla…
31 …GST_DEBUG=fps*:5 gst-launch-1.0 uridecodebin uri=$URI ! fpsdisplaysink name=fps8 video-sink="wayla…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-max77620.txt38 gpio, lpm-control-in, fps-out, 32k-out, sd0-dvs-in, sd1-dvs-in,
46 - maxim,active-fps-source: FPS source for the GPIOs to get
64 - maxim,active-fps-power-up-slot: Sequencing event slot number on which
71 - maxim,active-fps-power-down-slot: Sequencing event slot number on which
78 - maxim,suspend-fps-source: This is same as property
79 "maxim,active-fps-source" but value
83 - maxim,suspend-fps-power-up-slot: This is same as property
84 "maxim,active-fps-power-up-slot" but
91 - maxim,suspend-fps-power-down-slot: This is same as property
92 "maxim,active-fps-power-down-slot" but
[all …]
/OK3568_Linux_fs/kernel/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 *v…
38 static double fps[] = { variable
55 fail = (ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[i]); in signal_usr1()
59 FPR14 + i, ucp->uc_mcontext.fp_regs[FPR14 + i], fps[i]); in signal_usr1()
65 fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]); in signal_usr1()
69 FPR14 + i, tm_ucp->uc_mcontext.fp_regs[FPR14 + i], fps[NV_FPU_REGS + i]); in signal_usr1()
99 rc = tm_signal_self_context_load(pid, NULL, fps, NULL, NULL); in tm_signal_context_chk_fpu()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Dov5693.h197 int fps; member
1109 .fps = 30,
1123 .fps = 30,
1137 .fps = 30,
1151 .fps = 30,
1175 .fps = 30,
1189 .fps = 30,
1203 .fps = 30,
1217 .fps = 30,
1231 .fps = 30,
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c134 .fps = ISP_FREQ_RULE_ANY,
141 .fps = ISP_FREQ_RULE_ANY,
148 .fps = ISP_FREQ_RULE_ANY,
155 .fps = ISP_FREQ_RULE_ANY,
162 .fps = ISP_FREQ_RULE_ANY,
181 .fps = ISP_FREQ_RULE_ANY,
188 .fps = ISP_FREQ_RULE_ANY,
195 .fps = ISP_FREQ_RULE_ANY,
202 .fps = ISP_FREQ_RULE_ANY,
209 .fps = ISP_FREQ_RULE_ANY,
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmax77620.c602 int fps; in max77620_i2c_suspend() local
605 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) { in max77620_i2c_suspend()
606 if (chip->suspend_fps_period[fps] < 0) in max77620_i2c_suspend()
609 ret = max77620_set_fps_period(chip, fps, in max77620_i2c_suspend()
610 chip->suspend_fps_period[fps]); in max77620_i2c_suspend()
653 int fps; in max77620_i2c_resume() local
655 for (fps = 0; fps < MAX77620_FPS_COUNT; fps++) { in max77620_i2c_resume()
656 if (chip->shutdown_fps_period[fps] < 0) in max77620_i2c_resume()
659 ret = max77620_set_fps_period(chip, fps, in max77620_i2c_resume()
660 chip->shutdown_fps_period[fps]); in max77620_i2c_resume()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/
H A Dgc2235.h135 int fps; member
540 .fps = 30,
556 .fps = 30,
571 .fps = 30,
597 .fps = 30,
612 .fps = 30,
627 .fps = 30,
648 .fps = 30,
663 .fps = 30,
H A Dov2722.h178 int fps; member
1112 .fps = 30,
1128 .fps = 30,
1145 .fps = 30,
1170 .fps = 30,
1186 .fps = 30,
1203 .fps = 30,
1223 .fps = 30,
1239 .fps = 30,
1255 .fps = 30,
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-ctrl.c144 int fps, ret = 0; in set_video_mode_Nala() local
175 fps = frames2table[frames]; in set_video_mode_Nala()
176 pEntry = &Nala_table[size][fps]; in set_video_mode_Nala()
220 int fps, ret = 0; in set_video_mode_Timon() local
230 fps = (frames / 5) - 1; in set_video_mode_Timon()
234 pChoose = &Timon_table[size][fps][*compression]; in set_video_mode_Timon()
254 pdev->vframes = (fps + 1) * 5; in set_video_mode_Timon()
271 int fps, ret = 0; in set_video_mode_Kiara() local
281 fps = (frames / 5) - 1; in set_video_mode_Kiara()
285 pChoose = &Kiara_table[size][fps][*compression]; in set_video_mode_Kiara()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax77620.txt63 The configuration parameters of FPS is provided through sub-node "fps"
78 -maxim,fps-event-source: u32, FPS event source like external
91 -maxim,shutdown-fps-time-period-us: u32, FPS time period in microseconds
95 -maxim,suspend-fps-time-period-us: u32, FPS time period in microseconds
146 fps {
148 maxim,shutdown-fps-time-period-us = <1280>;
149 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
153 maxim,shutdown-fps-time-period-us = <1280>;
154 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
158 maxim,shutdown-fps-time-period-us = <1280>;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dregulator-max77620.txt44 - maxim,active-fps-source: FPS source for the regulators to get
62 - maxim,active-fps-power-up-slot: Sequencing event slot number on which
69 - maxim,active-fps-power-down-slot: Sequencing event slot number on which
76 - maxim,suspend-fps-source: This is same as property
77 "maxim,active-fps-source" but value
81 - maxim,suspend-fps-power-up-slot: This is same as property
82 "maxim,active-fps-power-up-slot" but
89 - maxim,suspend-fps-power-down-slot: This is same as property
90 "maxim,active-fps-power-down-slot" but
134 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2155.c69 unsigned int fps; member
88 unsigned int fps; member
848 .fps = 15,
858 .fps = 7,
1227 unsigned int fps; in gc2155_s_stream() local
1230 fps = DIV_ROUND_CLOSEST(gc2155->cur_mode->max_fps.denominator, in gc2155_s_stream()
1236 fps); in gc2155_s_stream()
1267 delay_us = 1000 * 1000 / fps; in gc2155_s_stream()
1410 unsigned int fps) in __gc2155_try_frame_size_fps() argument
1434 fps >= fsize->fps) in __gc2155_try_frame_size_fps()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c244 RcFpsCfg *fps = &ctx->usr_cfg.fps; in bits_model_smt_init() local
258 if (gop_len < fps->fps_out_num) in bits_model_smt_init()
259 ctx->window_len = fps->fps_out_num; in bits_model_smt_init()
266 if (ctx->window_len > fps->fps_out_num) in bits_model_smt_init()
267 ctx->window_len = fps->fps_out_num; in bits_model_smt_init()
275 mpp_data_init(&ctx->inter, fps->fps_out_num); /* need test */ in bits_model_smt_init()
299 …ctx->bits_per_pic_low_rate = axb_div_c(ctx->bps_target_low_rate, fps->fps_out_denorm, fps->fps_out… in bits_model_smt_init()
300 …ctx->bits_per_pic_high_rate = axb_div_c(ctx->bps_target_high_rate, fps->fps_out_denorm, fps->fps_o… in bits_model_smt_init()
339 ctx->bits_per_inter_low_rate -= ctx->bits_per_intra_low_rate / (fps->fps_out_num - 1); in bits_model_smt_init()
343 ctx->bits_per_inter_high_rate -= ctx->bits_per_intra_high_rate / (fps->fps_out_num - 1); in bits_model_smt_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dprocfs.c252 u64 fps, timestamp0, timestamp1; in rkcif_show_format() local
308 fps = timestamp0 > timestamp1 ? in rkcif_show_format()
310 fps = div_u64(fps, 1000000); in rkcif_show_format()
334 seq_printf(f, "\trate:%llu ms\n", fps); in rkcif_show_format()
335 fps = div_u64(1000, fps); in rkcif_show_format()
336 seq_printf(f, "\tfps:%llu\n", fps); in rkcif_show_format()
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c146 solo_enc->bw_weight = max(solo_dev->fps / solo_enc->interval, 1); in solo_update_mode()
195 u16 fps = solo_dev->fps * 1000; in solo_update_mode() local
201 vop[22] = fps >> 4; in solo_update_mode()
202 vop[23] = ((fps << 4) & 0xf0) | 0x0c in solo_update_mode()
1005 fintv->stepwise.min.denominator = solo_dev->fps; in solo_enum_frameintervals()
1008 fintv->stepwise.max.denominator = solo_dev->fps; in solo_enum_frameintervals()
1011 fintv->stepwise.step.denominator = solo_dev->fps; in solo_enum_frameintervals()
1024 cp->timeperframe.denominator = solo_enc->solo_dev->fps; in solo_g_parm()
1032 static inline int calc_interval(u8 fps, u32 n, u32 d) in calc_interval() argument
1036 if (d == fps) in calc_interval()
[all …]

123456789