| /include/trace/hooks/ |
| D | blk.h | 31 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/ |
| D | isp116x.h | 31 void (*delay) (struct device *dev, int delay); member
|
| D | isp1362.h | 44 void (*delay) (struct device *dev, unsigned int delay); member
|
| D | usbnet.h | 38 struct timer_list delay; member
|
| /include/linux/iio/common/ |
| D | ssp_sensors.h | 64 u32 delay); 71 u32 delay);
|
| /include/linux/phy/ |
| D | omap_control_phy.h | 72 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/ |
| D | xt_LED.h | 10 __u32 delay; /* Delay until LED is switched off after trigger */ member
|
| /include/linux/platform_data/ |
| D | touchscreen-s3c2410.h | 10 int delay; member
|
| D | keypad-omap.h | 20 unsigned long delay; member
|
| /include/linux/input/ |
| D | sh_keysc.h | 11 int delay; member
|
| /include/linux/ |
| D | workqueue.h | 597 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()
|
| D | pm_runtime.h | 78 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
|
| D | ptp_clock_kernel.h | 390 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay); 418 unsigned long delay) in ptp_schedule_worker() argument
|
| D | kthread.h | 202 unsigned long delay); 206 unsigned long delay);
|
| /include/linux/dma/ |
| D | xilinx_dma.h | 36 int delay; member
|
| /include/trace/events/ |
| D | sched.h | 473 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 …]
|
| D | rxrpc.h | 1338 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/ |
| D | cciss_ioctl.h | 22 __u32 delay; member
|
| D | kd.h | 149 int delay; /* in msec; <= 0: don't change */ member
|
| D | input.h | 312 __u16 delay; member
|
| D | dcbnl.h | 161 __u16 delay; member
|
| /include/linux/ceph/ |
| D | mon_client.h | 39 unsigned long delay; member
|
| /include/drm/ |
| D | drm_mipi_dsi.h | 295 #define mipi_dsi_msleep(ctx, delay) \ argument 298 msleep(delay); \
|
| /include/asm-generic/ |
| D | Kbuild | 17 mandatory-y += delay.h
|
| /include/sound/ |
| D | hda_codec.h | 493 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);
|