Searched refs:poll_interval (Results 1 – 1 of 1) sorted by relevance
495 int poll_interval = atoi(cmd->argv[1]); in on_bus_acquired() local497 if(poll_interval < 500 || pgood_timeout <5) { in on_bus_acquired()501 control_set_poll_interval(control,poll_interval); in on_bus_acquired()503 g_timeout_add(poll_interval, poll_pgood, object); in on_bus_acquired()