Searched refs:ptt_delay (Results 1 – 3 of 3) sorted by relevance
35 -unsigned int ptt_delay = 0; /* default = off */115 - if (ptt_delay)120 - udelay (ptt_delay);143 - if (ptt_delay)308 + if (ptt_delay) cwdev->ptt (cwdev, ON);324 + last_id=install_timer(ptt_delay, tune_pttdelay, NULL); /* ptt_delay can be 0 */329 + if (ptt_delay)445 + if (ptt_delay){475 - if (ptt_delay)480 - udelay (ptt_delay);[all …]
5 unsigned int ptt_delay = 0; /* default = off*/
1937 uint64_t ptt_delay = obs_source_get_push_to_talk_delay(source); in obs_save_source() local1967 obs_data_set_int(source_data, "push-to-talk-delay", ptt_delay); in obs_save_source()