/Linux-v4.19/drivers/clocksource/ |
D | cs5535-clockevt.c | 70 static void start_timer(struct cs5535_mfgpt_timer *timer, uint16_t delta) in start_timer() function 88 start_timer(cs5535_event_clock, MFGPT_PERIODIC); in mfgpt_set_periodic() 94 start_timer(cs5535_event_clock, delta); in mfgpt_next_event()
|
/Linux-v4.19/drivers/atm/ |
D | idt77105.c | 54 static int start_timer = 1; variable 99 if (!start_timer) mod_timer(&stats_timer,jiffies+IDT77105_STATS_TIMER_PERIOD); in idt77105_stats_timer_func() 137 if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD); in idt77105_restart_timer_func() 306 if (start_timer) { in idt77105_start() 307 start_timer = 0; in idt77105_start()
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | oct_ilm.c | 116 static void start_timer(int timer, u64 interval) in start_timer() function 152 start_timer(TIMER_NUM, li.io_interval); in cvm_oct_ciu_timer_interrupt() 186 start_timer(TIMER_NUM, li.io_interval); in oct_ilm_module_init()
|
/Linux-v4.19/drivers/md/ |
D | dm-delay.c | 84 unsigned long start_timer = 0; in flush_delayed_bios() local 98 if (!start_timer) { in flush_delayed_bios() 99 start_timer = 1; in flush_delayed_bios() 106 if (start_timer) in flush_delayed_bios()
|
/Linux-v4.19/drivers/net/hamradio/ |
D | dmascc.c | 248 static void start_timer(struct scc_priv *priv, int t, int r15); 961 start_timer(priv, priv->param.txdelay, 0); in scc_send_packet() 1078 static void start_timer(struct scc_priv *priv, int t, int r15) in start_timer() function 1374 start_timer(priv, priv->param.txpause, 0); in es_isr() 1377 start_timer(priv, priv->param.txtail, 0); in es_isr() 1389 start_timer(priv, priv->param.dcdon, 0); in es_isr() 1397 start_timer(priv, priv->param.dcdoff, 0); in es_isr() 1422 start_timer(priv, priv->param.rtsoff, 0); in tm_isr() 1433 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr() 1443 start_timer(priv, priv->param.txdelay, 0); in tm_isr() [all …]
|
/Linux-v4.19/drivers/scsi/isci/ |
D | port_config.c | 484 bool start_timer) in sci_apc_agent_configure_ports() argument 564 (start_timer == false) in sci_apc_agent_configure_ports()
|
/Linux-v4.19/net/sctp/ |
D | outqueue.c | 611 int rtx_timeout, int *start_timer, gfp_t gfp) in __sctp_outq_flush_rtx() argument 761 *start_timer = timer; in __sctp_outq_flush_rtx() 993 int error, start_timer = 0; in sctp_outq_flush_rtx() local 1012 &start_timer, ctx->gfp); in sctp_outq_flush_rtx() 1016 if (start_timer) { in sctp_outq_flush_rtx()
|
/Linux-v4.19/arch/x86/kernel/ |
D | hpet.c | 592 static void hpet_msi_capability_lookup(unsigned int start_timer) in hpet_msi_capability_lookup() argument 620 for (i = start_timer; i < num_timers - RESERVE_TIMERS; i++) { in hpet_msi_capability_lookup() 736 static void hpet_msi_capability_lookup(unsigned int start_timer) in hpet_msi_capability_lookup() argument
|
/Linux-v4.19/drivers/net/wireless/ |
D | rayctl.h | 534 struct start_timer_cmd start_timer; member
|
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 1909 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()
|