Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H 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()
/openbmc/linux/drivers/atm/
H 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()
/openbmc/linux/arch/mips/cavium-octeon/
H A Doct_ilm.c86 static void start_timer(int timer, u64 interval) in start_timer() function
122 start_timer(TIMER_NUM, li.io_interval); in cvm_oct_ciu_timer_interrupt()
152 start_timer(TIMER_NUM, li.io_interval); in oct_ilm_module_init()
/openbmc/linux/drivers/md/
H A Ddm-delay.c85 unsigned long start_timer = 0; in flush_delayed_bios() local
99 if (!start_timer) { in flush_delayed_bios()
100 start_timer = 1; in flush_delayed_bios()
107 if (start_timer) in flush_delayed_bios()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_init.c205 if (hw_data->start_timer) { in adf_dev_start()
206 ret = hw_data->start_timer(accel_dev); in adf_dev_start()
H A Dadf_accel_devices.h192 int (*start_timer)(struct adf_accel_dev *accel_dev); member
/openbmc/linux/drivers/scsi/isci/
H A Dport_config.c485 bool start_timer) in sci_apc_agent_configure_ports() argument
565 (start_timer == false) in sci_apc_agent_configure_ports()
/openbmc/linux/net/sctp/
H A Doutqueue.c599 int rtx_timeout, int *start_timer, gfp_t gfp) in __sctp_outq_flush_rtx() argument
749 *start_timer = timer; in __sctp_outq_flush_rtx()
994 int error, start_timer = 0; in sctp_outq_flush_rtx() local
1013 &start_timer, ctx->gfp); in sctp_outq_flush_rtx()
1017 if (start_timer) { in sctp_outq_flush_rtx()
/openbmc/qemu/ui/
H A Dinput.c271 bool start_timer = QTAILQ_EMPTY(queue); in qemu_input_queue_delay() local
279 if (start_timer) { in qemu_input_queue_delay()
/openbmc/linux/drivers/net/wireless/legacy/
H A Drayctl.h534 struct start_timer_cmd start_timer; member
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c566 hw_data->start_timer = adf_gen4_timer_start; in adf_init_hw_data_4xxx()
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1909 u32 start_timer = 0; in drxj_dap_read_aud_reg16() local
1925 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()
1937 delta_timer = current_timer - start_timer; in drxj_dap_read_aud_reg16()
1951 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()
1962 delta_timer = current_timer - start_timer; in drxj_dap_read_aud_reg16()
2022 u32 start_timer = 0; in drxj_dap_write_aud_reg16() local
2030 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_write_aud_reg16()
2041 delta_timer = current_timer - start_timer; in drxj_dap_write_aud_reg16()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c2633 sp->start_timer = 1; in qla2x00_init_async_sp()
4031 if (sp->start_timer) { in qla2x00_start_sp()
H A Dqla_def.h732 unsigned int start_timer:1; member