Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 50) sorted by relevance

12

/include/trace/hooks/
Dblk.h31 TP_PROTO(int cpu, struct blk_mq_hw_ctx *hctx, unsigned long delay, bool *skip),
32 TP_ARGS(cpu, hctx, delay, skip));
35 TP_PROTO(struct request_queue *q, unsigned long delay, bool *skip),
36 TP_ARGS(q, delay, skip));
/include/linux/usb/
Disp116x.h31 void (*delay) (struct device *dev, int delay); member
Disp1362.h44 void (*delay) (struct device *dev, unsigned int delay); member
Dusbnet.h38 struct timer_list delay; member
/include/linux/iio/common/
Dssp_sensors.h64 u32 delay);
71 u32 delay);
/include/linux/phy/
Domap_control_phy.h72 void omap_control_pcie_pcs(struct device *dev, u8 delay);
84 static inline void omap_control_pcie_pcs(struct device *dev, u8 delay) in omap_control_pcie_pcs() argument
/include/uapi/linux/netfilter/
Dxt_LED.h10 __u32 delay; /* Delay until LED is switched off after trigger */ member
/include/linux/platform_data/
Dtouchscreen-s3c2410.h10 int delay; member
Dkeypad-omap.h20 unsigned long delay; member
/include/linux/input/
Dsh_keysc.h11 int delay; member
/include/linux/
Dworkqueue.h597 struct delayed_work *work, unsigned long delay);
599 struct delayed_work *dwork, unsigned long delay);
681 unsigned long delay) in queue_delayed_work() argument
683 return queue_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay); in queue_delayed_work()
696 unsigned long delay) in mod_delayed_work() argument
698 return mod_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay); in mod_delayed_work()
807 unsigned long delay) in schedule_delayed_work_on() argument
809 return queue_delayed_work_on(cpu, system_wq, dwork, delay); in schedule_delayed_work_on()
821 unsigned long delay) in schedule_delayed_work() argument
823 return queue_delayed_work(system_wq, dwork, delay); in schedule_delayed_work()
Dpm_runtime.h78 extern int pm_schedule_suspend(struct device *dev, unsigned int delay);
88 extern void pm_runtime_set_autosuspend_delay(struct device *dev, int delay);
261 static inline int pm_schedule_suspend(struct device *dev, unsigned int delay) in pm_schedule_suspend() argument
300 int delay) {} in pm_runtime_set_autosuspend_delay() argument
Dptp_clock_kernel.h390 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay);
418 unsigned long delay) in ptp_schedule_worker() argument
Dkthread.h202 unsigned long delay);
206 unsigned long delay);
/include/linux/dma/
Dxilinx_dma.h36 int delay; member
/include/trace/events/
Dsched.h473 TP_PROTO(struct task_struct *tsk, u64 delay),
475 TP_ARGS(__perf_task(tsk), __perf_count(delay)),
480 __field( u64, delay )
486 __entry->delay = delay;
491 (unsigned long long)__entry->delay)
499 TP_PROTO(struct task_struct *tsk, u64 delay),
500 TP_ARGS(tsk, delay));
507 TP_PROTO(struct task_struct *tsk, u64 delay),
508 TP_ARGS(tsk, delay));
515 TP_PROTO(struct task_struct *tsk, u64 delay),
[all …]
Drxrpc.h1338 TP_PROTO(struct rxrpc_call *call, ktime_t delay,
1341 TP_ARGS(call, delay, why),
1346 __field(ktime_t, delay)
1352 __entry->delay = delay;
1358 ktime_to_us(__entry->delay))
1362 TP_PROTO(struct rxrpc_call *call, ktime_t delay,
1365 TP_ARGS(call, delay, why),
1370 __field(ktime_t, delay)
1376 __entry->delay = delay;
1382 ktime_to_us(__entry->delay))
[all …]
/include/uapi/linux/
Dcciss_ioctl.h22 __u32 delay; member
Dkd.h149 int delay; /* in msec; <= 0: don't change */ member
Dinput.h312 __u16 delay; member
Ddcbnl.h161 __u16 delay; member
/include/linux/ceph/
Dmon_client.h39 unsigned long delay; member
/include/drm/
Ddrm_mipi_dsi.h295 #define mipi_dsi_msleep(ctx, delay) \ argument
298 msleep(delay); \
/include/asm-generic/
DKbuild17 mandatory-y += delay.h
/include/sound/
Dhda_codec.h493 void snd_hda_codec_set_power_save(struct hda_codec *codec, int delay);
494 void snd_hda_set_power_save(struct hda_bus *bus, int delay);

12