Home
last modified time | relevance | path

Searched refs:hold_start (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-mlxbf.c323 u16 hold_start; /* Hold time after (REPEATED) START. */ member
1099 timer = mlxbf_i2c_set_timer(priv, timings->hold_start, true, in mlxbf_i2c_set_timings()
1141 .hold_start = 4000,
1157 .hold_start = 600,
1173 .hold_start = 600,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-mlxbf.c323 u16 hold_start; /* Hold time after (REPEATED) START. */ member
1099 timer = mlxbf_i2c_set_timer(priv, timings->hold_start, true, in mlxbf_i2c_set_timings()
1141 .hold_start = 4000,
1157 .hold_start = 600,
1173 .hold_start = 600,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-mlxbf.c323 u16 hold_start; /* Hold time after (REPEATED) START. */ member
1099 timer = mlxbf_i2c_set_timer(priv, timings->hold_start, true, in mlxbf_i2c_set_timings()
1141 .hold_start = 4000,
1157 .hold_start = 600,
1173 .hold_start = 600,
/dports/math/py-spvcm/spvcm-0.3.0/spvcm/
H A Ddiagnostics.py346 hold_start = _np.floor((len(data)-1) * hold).astype(int)
350 hold_data = data[hold_start:]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c5231 if (!drec->hold_start) { in switch_channel_check_device_state()
5232 drec->hold_start = switch_micro_time_now(); in switch_channel_check_device_state()
5248 if (drec->hold_start && !drec->hold_stop && drec->state != SDS_HELD) { in switch_channel_check_device_state()
5291 drec->hold_stop ? (uint32_t)(drec->hold_stop - drec->hold_start) / 1000 : 0, in switch_channel_check_device_state()
5308 drec->hold_start = drec->hold_stop = 0; in switch_channel_check_device_state()
5310 drec->hold_start = switch_micro_time_now(); in switch_channel_check_device_state()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h134 switch_time_t hold_start; member
/dports/emulators/atari800/atari800-3.1.0/DOC/
H A DChangeLog4779 * cassette.h, gtia.h, gtia.c, atari.c: hold_start support
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx11064 if (arg1) (arg1)->hold_start = arg2; in CSharp_FreeSWITCHfNative_switch_device_record_t_hold_start_set___()
11074 result = ((arg1)->hold_start); in CSharp_FreeSWITCHfNative_switch_device_record_t_hold_start_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs34877 public SWIGTYPE_p_switch_time_t hold_start { property in FreeSWITCH.Native.switch_device_record_t