Home
last modified time | relevance | path

Searched refs:margin (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.4/drivers/watchdog/
Dsbc_fitpc2_wdt.c30 static unsigned int margin = 60; /* (secs) Default is 1 minute */ variable
57 wdt_send_data(REBOOT_COMMAND, margin); in wdt_enable()
155 margin = time; in fitpc2_wdt_ioctl()
160 ret = put_user(margin, (int *)arg); in fitpc2_wdt_ioctl()
222 if (margin < 31 || margin > 255) { in fitpc2_wdt_init()
224 margin); in fitpc2_wdt_init()
259 module_param(margin, int, 0);
260 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
Dscx200_wdt.c38 static int margin = 60; /* in seconds */ variable
39 module_param(margin, int, 0);
40 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
67 pr_info("timer margin %d seconds\n", margin); in scx200_wdt_update_margin()
68 wdto_restart = margin * W_SCALE; in scx200_wdt_update_margin()
186 margin = new_margin; in scx200_wdt_ioctl()
191 if (put_user(margin, p)) in scx200_wdt_ioctl()
Dit8712f_wdt.c42 static int margin = 60; /* in seconds */ variable
43 module_param(margin, int, 0);
44 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
152 int units = margin; in it8712f_wdt_update_margin()
296 margin = value; in it8712f_wdt_ioctl()
308 if (put_user(margin, p)) in it8712f_wdt_ioctl()
390 if (margin > (max_units * 60)) in it8712f_wdt_find()
391 margin = (max_units * 60); in it8712f_wdt_find()
Dar7_wdt.c37 static int margin = 60; variable
38 module_param(margin, int, 0);
39 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
140 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin()
142 margin, prescale_value, change, vbus_rate); in ar7_wdt_update_margin()
241 if (put_user(margin, (int *)arg)) in ar7_wdt_ioctl()
282 ar7_wdt_update_margin(margin); in ar7_wdt_probe()
Dsa1100_wdt.c154 static int margin __initdata = 60; /* (secs) Default is 1 minute */
184 pre_margin = oscr_freq * margin; in sa1100dog_init()
189 margin); in sa1100dog_init()
212 module_param(margin, int, 0);
213 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
Dcoh901327_wdt.c73 static unsigned int margin; variable
310 watchdog_init_timeout(&coh901327_wdt, margin, dev); in coh901327_probe()
407 module_param(margin, uint, 0);
408 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
/Linux-v5.4/drivers/media/rc/
Drc-core-priv.h145 static inline bool geq_margin(unsigned d1, unsigned d2, unsigned margin) in geq_margin() argument
147 return d1 > (d2 - margin); in geq_margin()
150 static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) in eq_margin() argument
152 return ((d1 > (d2 - margin)) && (d1 < (d2 + margin))); in eq_margin()
/Linux-v5.4/Documentation/watchdog/
Dwatchdog-parameters.rst73 margin:
74 Watchdog margin in seconds (default=60)
118 margin:
119 Watchdog margin in seconds (default 60s)
269 margin:
270 Watchdog margin in seconds (default 60)
459 margin:
460 Watchdog margin in seconds (default 60s)
508 margin:
509 Watchdog margin in seconds (default 60s)
[all …]
Dwatchdog-api.rst43 timeout or margin. The simplest way to ping the watchdog is to write
/Linux-v5.4/drivers/gpu/drm/
Ddrm_modes.c1628 unsigned int margin; in drm_mode_parse_cmdline_options() local
1630 margin = simple_strtol(value, &sep, 10); in drm_mode_parse_cmdline_options()
1636 mode->tv_margins.right = margin; in drm_mode_parse_cmdline_options()
1639 unsigned int margin; in drm_mode_parse_cmdline_options() local
1641 margin = simple_strtol(value, &sep, 10); in drm_mode_parse_cmdline_options()
1647 mode->tv_margins.left = margin; in drm_mode_parse_cmdline_options()
1650 unsigned int margin; in drm_mode_parse_cmdline_options() local
1652 margin = simple_strtol(value, &sep, 10); in drm_mode_parse_cmdline_options()
1658 mode->tv_margins.top = margin; in drm_mode_parse_cmdline_options()
1661 unsigned int margin; in drm_mode_parse_cmdline_options() local
[all …]
/Linux-v5.4/Documentation/gpu/
Dkms-properties.csv7 ,,“left margin”,RANGE,"Min=0, Max=100",Connector,TBD
8 ,,“right margin”,RANGE,"Min=0, Max=100",Connector,TBD
9 ,,“top margin”,RANGE,"Min=0, Max=100",Connector,TBD
10 ,,“bottom margin”,RANGE,"Min=0, Max=100",Connector,TBD
/Linux-v5.4/Documentation/sphinx-static/
Dtheme_overrides.css108 /* fix bottom margin of lists items */
111 margin-bottom: 12px;
/Linux-v5.4/Documentation/fb/
Dframebuffer.rst213 the sum of the left margin, the right margin and the hsync length, while the
214 vertical retrace time is the sum of the upper margin, the lower margin and the
227 | margin # | xres # margin | len |
Dsh7760fb.rst70 * values but right/left/upper/lower margin values. The comments
Dfbcon.rst155 5. fbcon=margin:<color>
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpio_phy.h21 enum port port, u32 margin, u32 scale,
Dintel_dpio_phy.c268 enum port port, u32 margin, u32 scale, in bxt_ddi_phy_set_signal_level() argument
287 val |= margin << MARGIN_000_SHIFT | scale << UNIQ_TRANS_SCALE_SHIFT; in bxt_ddi_phy_set_signal_level()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_dfs.c183 static int mt76x02_dfs_get_multiple(int val, int frac, int margin) in mt76x02_dfs_get_multiple() argument
190 if (abs(val - frac) <= margin) in mt76x02_dfs_get_multiple()
196 if (remainder > margin) { in mt76x02_dfs_get_multiple()
197 if ((frac - remainder) <= margin) in mt76x02_dfs_get_multiple()
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dvctrl.txt21 margin from the expected value for a given control
/Linux-v5.4/drivers/video/backlight/
Dpwm_bl.c401 unsigned int margin = (max_val - min_val) / 20; /* 5% */ in pwm_backlight_is_linear() local
408 if (delta > margin) in pwm_backlight_is_linear()
/Linux-v5.4/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst66 useful. Because the erase timeout contains a margin
/Linux-v5.4/Documentation/hwmon/
Dw83793.rst89 predefined value, within a tolerance margin. So if tempX_input >
/Linux-v5.4/Documentation/security/
Dsiphash.rst74 SipHash has a very high security margin, with its 128-bit key. So long as the
/Linux-v5.4/drivers/tty/vt/
Dvt.c4689 int margin = c->vc_size_row * 4; in vc_scrolldelta_helper() local
4699 if (rolled_over > scr_end + margin) { in vc_scrolldelta_helper()
4711 if (avail < 2 * margin) in vc_scrolldelta_helper()
4712 margin = 0; in vc_scrolldelta_helper()
4713 if (from_off < margin) in vc_scrolldelta_helper()
4715 if (from_off > avail - margin) in vc_scrolldelta_helper()
/Linux-v5.4/mm/
Dmemcontrol.c1314 unsigned long margin = 0; in mem_cgroup_margin() local
1321 margin = limit - count; in mem_cgroup_margin()
1327 margin = min(margin, limit - count); in mem_cgroup_margin()
1329 margin = 0; in mem_cgroup_margin()
1332 return margin; in mem_cgroup_margin()

12