Searched refs:mintime (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scc.h | 37 unsigned int mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */ member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | progress.py | 250 mintime = max(min(self._stage_times), 0.01) 252 stage_weights = [int(math.ceil(x / mintime)) for x in self._stage_times]
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | scc.c | 1202 scc_start_tx_timer(scc, t_dwait, scc->kiss.mintime*100); in t_tail() 1276 if(scc->kiss.mintime) in t_idle() 1277 scc_start_tx_timer(scc, t_dwait, scc->kiss.mintime*100); in t_idle() 1314 case PARAM_MIN: scc->kiss.mintime=arg; break; in scc_set_param() 1386 case PARAM_MIN: return CAST(scc->kiss.mintime); in scc_get_param() 1871 scc->kiss.mintime = 3; /* 3 s */ in scc_net_ioctl() 1883 scc->kiss.mintime = 3; /* 3 s */ in scc_net_ioctl() 2054 K(fulldup), K(waittime), K(mintime), K(maxkeyup), in scc_net_seq_show()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py.in | 39 parser.add_option("-m", "--mintime", dest="mintime", type=int, default=8,
|
| H A D | draw.py | 324 trace.processes[proc][1] - trace.processes[proc][0] < options.app_options.mintime: 526 trace.processes[process][1] - start < options.app_options.mintime:
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/hamradio/ |
| H A D | z8530drv.rst | 385 mintime : 3 sec 452 mintime 3
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_main.c | 1036 int mintime = bond->params.updelay; in bond_find_best_slave() local 1046 slave->delay < mintime) { in bond_find_best_slave() 1047 mintime = slave->delay; in bond_find_best_slave()
|