Home
last modified time | relevance | path

Searched refs:start_timer (Results 1 – 12 of 12) sorted by relevance

/drivers/atm/
A Didt77105.c55 static int start_timer = 1; variable
100 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()
/drivers/clocksource/
A Dtimer-cs5535.c67 static void start_timer(struct cs5535_mfgpt_timer *timer, uint16_t delta) in start_timer() function
85 start_timer(cs5535_event_clock, MFGPT_PERIODIC); in mfgpt_set_periodic()
91 start_timer(cs5535_event_clock, delta); in mfgpt_next_event()
/drivers/md/
A Ddm-delay.c92 bool start_timer = false; in flush_delayed_bios() local
111 if (!start_timer) { in flush_delayed_bios()
112 start_timer = true; in flush_delayed_bios()
124 if (start_timer) in flush_delayed_bios()
/drivers/crypto/intel/qat/qat_common/
A Dadf_init.c215 if (hw_data->start_timer) { in adf_dev_start()
216 ret = hw_data->start_timer(accel_dev); in adf_dev_start()
A Dadf_accel_devices.h291 int (*start_timer)(struct adf_accel_dev *accel_dev); member
/drivers/scsi/isci/
A Dport_config.c485 bool start_timer) in sci_apc_agent_configure_ports() argument
565 (start_timer == false) in sci_apc_agent_configure_ports()
/drivers/crypto/intel/qat/qat_420xx/
A Dadf_420xx_hw_data.c465 hw_data->start_timer = adf_timer_start; in adf_init_hw_data_420xx()
/drivers/crypto/intel/qat/qat_4xxx/
A Dadf_4xxx_hw_data.c459 hw_data->start_timer = adf_timer_start; in adf_init_hw_data_4xxx()
/drivers/crypto/intel/qat/qat_6xxx/
A Dadf_6xxx_hw_data.c928 hw_data->start_timer = adf_timer_start; in adf_init_hw_data_6xxx()
/drivers/media/dvb-frontends/drx39xyj/
A Ddrxj.c1900 u32 start_timer = 0; in drxj_dap_read_aud_reg16() local
1916 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() local
2021 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()
/drivers/scsi/qla2xxx/
A Dqla_iocb.c2633 sp->start_timer = 1; in qla2x00_init_async_sp()
4031 if (sp->start_timer) { in qla2x00_start_sp()
A Dqla_def.h732 unsigned int start_timer:1; member

Completed in 67 milliseconds