Home
last modified time | relevance | path

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

12

/linux/drivers/watchdog/
H A Dsbc_fitpc2_wdt.c28 static unsigned int margin = 60; /* (secs) Default is 1 minute */ variable
55 wdt_send_data(REBOOT_COMMAND, margin); in wdt_enable()
153 margin = time; in fitpc2_wdt_ioctl()
158 ret = put_user(margin, (int __user *)arg); in fitpc2_wdt_ioctl()
220 if (margin < 31 || margin > 255) { in fitpc2_wdt_init()
222 margin); in fitpc2_wdt_init()
257 module_param(margin, int, 0);
258 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
H A 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()
H A Dit8712f_wdt.c41 static int margin = 60; /* in seconds */ variable
42 module_param(margin, int, 0);
43 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
151 int units = margin; in it8712f_wdt_update_margin()
295 margin = value; in it8712f_wdt_ioctl()
307 if (put_user(margin, p)) in it8712f_wdt_ioctl()
389 if (margin > (max_units * 60)) in it8712f_wdt_find()
390 margin = (max_units * 60); in it8712f_wdt_find()
H A Dsa1100_wdt.c180 static int margin = 60; /* (secs) Default is 1 minute */ variable
215 pre_margin = oscr_freq * margin; in sa1100dog_probe()
220 margin); in sa1100dog_probe()
247 module_param(margin, int, 0);
248 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst73 margin:
74 Watchdog margin in seconds (default=60)
118 margin:
119 Watchdog margin in seconds (default 60s)
259 margin:
260 Watchdog margin in seconds (default 60)
461 margin:
462 Watchdog margin in seconds (default 60s)
510 margin:
511 Watchdog margin in seconds (default 60s)
[all …]
H A Dwatchdog-api.rst43 timeout or margin. The simplest way to ping the watchdog is to write
/linux/Documentation/gpu/
H A 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/Documentation/sphinx-static/
H A Dtheme_overrides.css101 /* fix bottom margin of lists items */
104 margin-bottom: 12px;
/linux/Documentation/fb/
H A 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 |
H A Dsh7760fb.rst70 * values but right/left/upper/lower margin values. The comments
/linux/drivers/video/console/
H A Dvgacon.c144 int margin = c->vc_size_row * 4; in vgacon_scrolldelta() local
154 if (vga_rolled_over > scr_end + margin) { in vgacon_scrolldelta()
166 if (avail < 2 * margin) in vgacon_scrolldelta()
167 margin = 0; in vgacon_scrolldelta()
168 if (from_off < margin) in vgacon_scrolldelta()
170 if (from_off > avail - margin) in vgacon_scrolldelta()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c2170 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local
2212 if (drm_mode_parse_cmdline_int(delim, &margin)) in drm_mode_parse_cmdline_options()
2215 mode->tv_margins.right = margin; in drm_mode_parse_cmdline_options()
2217 if (drm_mode_parse_cmdline_int(delim, &margin)) in drm_mode_parse_cmdline_options()
2220 mode->tv_margins.left = margin; in drm_mode_parse_cmdline_options()
2222 if (drm_mode_parse_cmdline_int(delim, &margin)) in drm_mode_parse_cmdline_options()
2225 mode->tv_margins.top = margin; in drm_mode_parse_cmdline_options()
2227 if (drm_mode_parse_cmdline_int(delim, &margin)) in drm_mode_parse_cmdline_options()
2230 mode->tv_margins.bottom = margin; in drm_mode_parse_cmdline_options()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.h235 u32 margin; member
/linux/drivers/video/backlight/
H A Dpwm_bl.c383 unsigned int margin = (max_val - min_val) / 20; /* 5% */ in pwm_backlight_is_linear() local
390 if (delta > margin) in pwm_backlight_is_linear()
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c814 size_t margin = 0; in ZSTD_decompressionMargin() local
830 margin += zfh.headerSize; in ZSTD_decompressionMargin()
832 margin += zfh.checksumFlag ? 4 : 0; in ZSTD_decompressionMargin()
834 margin += 3 * frameSizeInfo.nbBlocks; in ZSTD_decompressionMargin()
841 margin += compressedSize; in ZSTD_decompressionMargin()
850 margin += maxBlockSize; in ZSTD_decompressionMargin()
852 return margin; in ZSTD_decompressionMargin()
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst66 useful. Because the erase timeout contains a margin
/linux/Documentation/hwmon/
H A Dw83793.rst89 predefined value, within a tolerance margin. So if tempX_input >
/linux/mm/
H A Dmemcontrol.c1309 unsigned long margin = 0; in mem_cgroup_margin() local
1316 margin = limit - count; in mem_cgroup_margin()
1322 margin = min(margin, limit - count); in mem_cgroup_margin()
1324 margin = 0; in mem_cgroup_margin()
1327 return margin; in mem_cgroup_margin()
/linux/Documentation/security/
H A Dsiphash.rst74 SipHash has a very high security margin, with its 128-bit key. So long as the
/linux/arch/arm/boot/dts/st/
H A Dstm32mp135f-dhcor-dhsbc.dts50 * Use arbitrary margin here (e.g. 5us).
H A Dstm32mp135f-dk.dts151 * Use arbitrary margin here (e.g. 5us).
/linux/arch/x86/boot/
H A Dheader.S492 # larger margin.
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1689 margin = 20
1694 self.title_graphics.setPos(margin, margin)
1698 self.graph_origin_x = margin + title_width + margin
1699 self.graph_origin_y = graph_height + margin
1717 self.width = self.graph_origin_x + graph_width + margin
1718 self.height = self.graph_origin_y + margin
/linux/tools/power/pm-graph/
H A Dsleepgraph.py5020 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\
5063 .legend {position:relative; width:100%; height:40px; text-align:center;margin-bottom:20px}\n\
5065 button {height:40px;width:200px;margin-bottom:20px;margin-top:20px;font-size:24px;}\n\
5066 ….btnfmt {position:relative;float:right;height:25px;width:auto;margin-top:3px;margin-bottom:0;font-…
5072 ….version {position:relative;float:left;color:white;font-size:10px;line-height:30px;margin-left:10p…
/linux/drivers/char/
H A DKconfig384 out to lunch past a certain margin. It can reboot the system

12