Searched refs:start_timer (Results  1 – 13 of 13) sorted by relevance
| /Linux-v6.6/drivers/clocksource/ | 
| D | timer-cs5535.c | 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()
 
 | 
| /Linux-v6.6/drivers/atm/ | 
| D | idt77105.c | 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()
 
 | 
| /Linux-v6.6/arch/mips/cavium-octeon/ | 
| D | oct_ilm.c | 86 static void start_timer(int timer, u64 interval)  in start_timer()  function122 	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()
 
 | 
| /Linux-v6.6/drivers/md/ | 
| D | dm-delay.c | 85 	unsigned long start_timer = 0;  in flush_delayed_bios()  local99 		if (!start_timer) {  in flush_delayed_bios()
 100 			start_timer = 1;  in flush_delayed_bios()
 107 	if (start_timer)  in flush_delayed_bios()
 
 | 
| /Linux-v6.6/drivers/crypto/intel/qat/qat_common/ | 
| D | adf_init.c | 202 	if (hw_data->start_timer) {  in adf_dev_start()203 		ret = hw_data->start_timer(accel_dev);  in adf_dev_start()
 
 | 
| D | adf_accel_devices.h | 191 	int (*start_timer)(struct adf_accel_dev *accel_dev);  member
 | 
| /Linux-v6.6/drivers/scsi/isci/ | 
| D | port_config.c | 485 					       bool start_timer)  in sci_apc_agent_configure_ports()  argument565 		(start_timer == false)  in sci_apc_agent_configure_ports()
 
 | 
| /Linux-v6.6/net/sctp/ | 
| D | outqueue.c | 599 				 int rtx_timeout, int *start_timer, gfp_t gfp)  in __sctp_outq_flush_rtx()  argument749 	*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()
 
 | 
| /Linux-v6.6/drivers/crypto/intel/qat/qat_4xxx/ | 
| D | adf_4xxx_hw_data.c | 530 	hw_data->start_timer = adf_gen4_timer_start;  in adf_init_hw_data_4xxx()
 | 
| /Linux-v6.6/drivers/net/wireless/legacy/ | 
| D | rayctl.h | 534         struct start_timer_cmd start_timer;  member
 | 
| /Linux-v6.6/drivers/media/dvb-frontends/drx39xyj/ | 
| D | drxj.c | 1909 	u32 start_timer = 0;  in drxj_dap_read_aud_reg16()  local1925 		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()
 
 | 
| /Linux-v6.6/drivers/scsi/qla2xxx/ | 
| D | qla_iocb.c | 2606 	sp->start_timer = 1;  in qla2x00_init_async_sp()4011 	if (sp->start_timer) {  in qla2x00_start_sp()
 
 | 
| D | qla_def.h | 732 	unsigned int start_timer:1;  member
 |