| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-max77620.txt | 38 gpio, lpm-control-in, fps-out, 32k-out, sd0-dvs-in, sd1-dvs-in, 42 customised properties are required to configure FPS configuration parameters 44 detail of Flexible Power Sequence (FPS). 46 - maxim,active-fps-source: FPS source for the GPIOs to get 50 FPS source is FPS0. 52 FPS source is FPS1 54 FPS source is FPS2 57 by FPS events and it gets 61 the FPS configuration register for that 64 - maxim,active-fps-power-up-slot: Sequencing event slot number on which [all …]
|
| /linux/drivers/acpi/ |
| H A D | fan_attr.c | 21 struct acpi_fan_fps *fps = container_of(attr, struct acpi_fan_fps, dev_attr); in show_state() local 24 if (fps->control == 0xFFFFFFFF || fps->control > 100) in show_state() 27 count = sysfs_emit(buf, "%lld:", fps->control); in show_state() 29 if (fps->trip_point == 0xFFFFFFFF || fps->trip_point > 9) in show_state() 32 count += sysfs_emit_at(buf, count, "%lld:", fps->trip_point); in show_state() 34 if (fps->speed == 0xFFFFFFFF) in show_state() 37 count += sysfs_emit_at(buf, count, "%lld:", fps->speed); in show_state() 39 if (fps->noise_level == 0xFFFFFFFF) in show_state() 42 count += sysfs_emit_at(buf, count, "%lld:", fps->noise_level * 100); in show_state() 44 if (fps->power == 0xFFFFFFFF) in show_state() [all …]
|
| H A D | fan_hwmon.c | 27 if (fan->fps[i].control == control) in acpi_fan_get_current_fps() 28 return &fan->fps[i]; in acpi_fan_get_current_fps() 80 if (fan->fps[i].power != FAN_POWER_UNAVAILABLE) in acpi_fan_hwmon_is_visible() 97 struct acpi_fan_fps *fps; in acpi_fan_hwmon_read() local 118 fps = acpi_fan_get_current_fps(fan, fst.control); in acpi_fan_hwmon_read() 119 if (!fps) in acpi_fan_hwmon_read() 122 if (fps->speed > LONG_MAX) in acpi_fan_hwmon_read() 125 *val = fps->speed; in acpi_fan_hwmon_read() 133 fps = acpi_fan_get_current_fps(fan, fst.control); in acpi_fan_hwmon_read() 134 if (!fps) in acpi_fan_hwmon_read() [all …]
|
| H A D | fan_core.c | 106 if (fst.control == fan->fps[i].control) in fan_get_state_acpi4() 110 dev_dbg(&device->dev, "No matching fps control value\n"); in fan_get_state_acpi4() 176 value = fan->fps[state].control; in fan_set_state_acpi4() 282 fan->fps = devm_kcalloc(&device->dev, in acpi_fan_get_fps() 285 if (!fan->fps) { in acpi_fan_get_fps() 292 struct acpi_buffer fps = { offsetof(struct acpi_fan_fps, name), in acpi_fan_get_fps() local 293 &fan->fps[i] }; in acpi_fan_get_fps() 295 &format, &fps); in acpi_fan_get_fps() 303 sort(fan->fps, fan->fps_count, sizeof(*fan->fps), in acpi_fan_get_fps()
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | max77620.txt | 31 The Flexible Power Sequencer (FPS) allows each regulator to power up under 48 a flexible power sequencer timer or a software bit. When a FPS source of 54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz 63 The configuration parameters of FPS is provided through sub-node "fps" 64 and their child for FPS specific. The child node name for FPS are "fps0", 67 The FPS configurations like FPS source, power up and power down slots for 72 There is need for different FPS configuration parameters based on system 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 [all …]
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | regulator-max77620.txt | 39 are required to configure FPS configuration parameters for SDs and LDOs. 41 Power Sequence (FPS). 44 - maxim,active-fps-source: FPS source for the regulators to get 48 FPS source is FPS0. 50 FPS source is FPS1 52 FPS source is FPS2 55 by FPS events and it gets 59 the FPS configuration register for that 62 - maxim,active-fps-power-up-slot: Sequencing event slot number on which 64 master FPS input event set to HIGH. [all …]
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_plane.c | 48 struct sti_fps_info *fps; in sti_plane_update_fps() local 54 fps = &plane->fps_info; in sti_plane_update_fps() 57 fps->curr_field_counter++; in sti_plane_update_fps() 59 /* do not perform fps calcul if new_frame is false */ in sti_plane_update_fps() 63 fps->curr_frame_counter++; in sti_plane_update_fps() 64 ms_since_last = ktime_to_ms(ktime_sub(now, fps->last_timestamp)); in sti_plane_update_fps() 65 num_frames = fps->curr_frame_counter - fps->last_frame_counter; in sti_plane_update_fps() 70 fps->last_timestamp = now; in sti_plane_update_fps() 71 fps->last_frame_counter = fps->curr_frame_counter; in sti_plane_update_fps() 76 "%-8s %4dx%-4d %.4s @ %3d.%-3.3d fps (%s)", in sti_plane_update_fps() [all …]
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210-p2180.dtsi | 132 fps { 134 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 135 maxim,suspend-fps-time-period-us = <1280>; 139 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 140 maxim,suspend-fps-time-period-us = <1280>; 144 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 156 function = "fps-out"; 158 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 159 maxim,active-fps-power-up-slot = <7>; 160 maxim,active-fps-power-down-slot = <0>; [all …]
|
| H A D | tegra210-p3450-0000.dts | 191 fps { 193 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 194 maxim,suspend-fps-time-period-us = <5120>; 198 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 199 maxim,suspend-fps-time-period-us = <5120>; 203 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 215 function = "fps-out"; 217 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 218 maxim,active-fps-power-up-slot = <0>; 219 maxim,active-fps-power-down-slot = <7>; [all …]
|
| H A D | tegra194-p3668.dtsi | 153 fps { 155 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 156 maxim,shutdown-fps-time-period-us = <640>; 160 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 161 maxim,shutdown-fps-time-period-us = <640>; 166 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 167 maxim,shutdown-fps-time-period-us = <640>; 179 function = "fps-out"; 180 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>; 185 function = "fps-out"; [all …]
|
| H A D | tegra186-p3310.dtsi | 219 fps { 221 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 222 maxim,shutdown-fps-time-period-us = <640>; 226 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 227 maxim,shutdown-fps-time-period-us = <640>; 231 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 232 maxim,shutdown-fps-time-period-us = <640>; 244 function = "fps-out"; 245 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 250 function = "fps-out"; [all …]
|
| H A D | tegra194-p2888.dtsi | 202 fps { 204 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 205 maxim,shutdown-fps-time-period-us = <640>; 209 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 210 maxim,shutdown-fps-time-period-us = <640>; 215 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 216 maxim,shutdown-fps-time-period-us = <640>; 228 function = "fps-out"; 229 maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>; 234 function = "fps-out"; [all …]
|
| H A D | tegra210-p2894.dtsi | 1347 fps { 1353 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 1358 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 1364 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 1383 function = "fps-out"; 1385 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 1386 maxim,active-fps-power-up-slot = <7>; 1387 maxim,active-fps-power-down-slot = <0>; 1392 function = "fps-out"; 1394 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; [all …]
|
| H A D | tegra186-p3509-0000+p3636-0001.dts | 863 fps { 865 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 866 maxim,shutdown-fps-time-period-us = <640>; 870 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 871 maxim,shutdown-fps-time-period-us = <640>; 875 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 876 maxim,shutdown-fps-time-period-us = <640>; 888 function = "fps-out"; 889 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 894 function = "fps-out"; [all …]
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-signal-context-chk-fpu.c | 35 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() 97 * array pointers to it, in that case 'fps', and invoke the in tm_signal_context_chk_fpu() 100 rc = tm_signal_self_context_load(pid, NULL, fps, NULL, NULL); in tm_signal_context_chk_fpu()
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-kiara.c | 38 /* 5 fps */ 45 /* 10 fps */ 52 /* 15 fps */ 59 /* 20 fps */ 66 /* 25 fps */ 73 /* 30 fps */ 83 /* 5 fps */ 90 /* 10 fps */ 97 /* 15 fps */ 104 /* 20 fps */ [all …]
|
| H A D | pwc-ctrl.c | 144 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 …]
|
| /linux/include/dt-bindings/mfd/ |
| H A D | max77620.h | 24 /* FPS event source */ 29 /* Device state when FPS event LOW */ 33 /* FPS source */
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_police.h | 17 MSCC_QOS_RATE_MODE_FRAME, /* Measures frame rate in fps */ 27 u32 cir; /* CIR in kbps/fps (ignored in SLB mode) */ 29 u32 pir; /* PIR in kbps/fps */
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-max77620.c | 52 .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", 149 FUNCTION_GROUP("fps-out", FLEXIBLE_POWER_SEQUENCER_OUT), 321 int addr, int *fps) in max77620_get_default_fps() argument 331 *fps = (val & MAX77620_FPS_SRC_MASK) >> MAX77620_FPS_SRC_SHIFT; in max77620_get_default_fps()
|
| /linux/drivers/staging/fbtft/ |
| H A D | fbtft-core.c | 231 long fps, throughput; in fbtft_update_display() local 283 fps = ktime_us_delta(ts_start, par->update_time); in fbtft_update_display() 285 fps = fps ? 1000000 / fps : 0; in fbtft_update_display() 292 "Display update: %ld kB/s, fps=%ld\n", in fbtft_update_display() 293 throughput, fps); in fbtft_update_display() 510 unsigned int fps = display->fps; in fbtft_framebuffer_alloc() local 525 if (!fps) in fbtft_framebuffer_alloc() 526 fps = 20; in fbtft_framebuffer_alloc() 536 if (pdata->fps) in fbtft_framebuffer_alloc() 537 fps = pdata->fps; in fbtft_framebuffer_alloc() [all …]
|
| /linux/sound/drivers/ |
| H A D | mts64.c | 61 u8 fps; member 345 * 0 24 fps 346 * 1 25 fps 347 * 2 29.97 fps 348 * 3 30 fps (Drop-frame) 349 * 4 30 fps 356 static const u8 fps[5] = { MTS64_CMD_SMPTE_FPS_24, in mts64_smpte_start() local 369 mts64_write_command(p, fps[idx]); in mts64_smpte_start() 458 mts->fps); in snd_mts64_ctl_smpte_switch_put() 579 /* FPS */ [all...] |
| /linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| H A D | venc_vp8_if.c | 60 * @framerate: frame rate in fps 62 * support three temporal layers - 0: 7.5fps 1: 7.5fps 2: 15fps. 117 * support three temporal layers - 0: 7.5fps 1: 7.5fps 2: 15fps.
|
| /linux/arch/sparc/kernel/ |
| H A D | ptrace_32.c | 348 struct fps { struct 366 struct fps __user *fps; in arch_ptrace() argument 371 fps = (struct fps __user *) addr; in arch_ptrace() 394 fps); in arch_ptrace() 402 fps); in arch_ptrace()
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra30-asus-nexus7-grouper-maxim-pmic.dtsi | 31 fps { 33 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 37 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 41 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
|