Searched refs:start_timer (Results 1 – 12 of 12) sorted by relevance
55 static int start_timer = 1; variable100 if (!start_timer) mod_timer(&stats_timer,jiffies+IDT77105_STATS_TIMER_PERIOD); in idt77105_stats_timer_func()138 if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD); in idt77105_restart_timer_func()307 if (start_timer) { in idt77105_start()308 start_timer = 0; in idt77105_start()
67 static void start_timer(struct cs5535_mfgpt_timer *timer, uint16_t delta) in start_timer() function85 start_timer(cs5535_event_clock, MFGPT_PERIODIC); in mfgpt_set_periodic()91 start_timer(cs5535_event_clock, delta); in mfgpt_next_event()
92 bool start_timer = false; in flush_delayed_bios() local111 if (!start_timer) { in flush_delayed_bios()112 start_timer = true; in flush_delayed_bios()124 if (start_timer) in flush_delayed_bios()
215 if (hw_data->start_timer) { in adf_dev_start()216 ret = hw_data->start_timer(accel_dev); in adf_dev_start()
291 int (*start_timer)(struct adf_accel_dev *accel_dev); member
485 bool start_timer) in sci_apc_agent_configure_ports() argument565 (start_timer == false) in sci_apc_agent_configure_ports()
465 hw_data->start_timer = adf_timer_start; in adf_init_hw_data_420xx()
459 hw_data->start_timer = adf_timer_start; in adf_init_hw_data_4xxx()
928 hw_data->start_timer = adf_timer_start; in adf_init_hw_data_6xxx()
1900 u32 start_timer = 0; in drxj_dap_read_aud_reg16() local1916 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()1928 delta_timer = current_timer - start_timer; in drxj_dap_read_aud_reg16()1942 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()1953 delta_timer = current_timer - start_timer; in drxj_dap_read_aud_reg16()2013 u32 start_timer = 0; in drxj_dap_write_aud_reg16() local2021 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_write_aud_reg16()2032 delta_timer = current_timer - start_timer; in drxj_dap_write_aud_reg16()
2633 sp->start_timer = 1; in qla2x00_init_async_sp()4031 if (sp->start_timer) { in qla2x00_start_sp()
732 unsigned int start_timer:1; member
Completed in 766 milliseconds