Home
last modified time | relevance | path

Searched refs:step (Results 1 – 19 of 19) sorted by relevance

/include/trace/events/
Dwbt.h92 int step, unsigned long window, unsigned int bg,
95 TP_ARGS(bdi, msg, step, window, bg, normal, max),
100 __field(int, step)
111 __entry->step = step;
119 __entry->name, __entry->msg, __entry->step, __entry->window,
132 int step, unsigned int inflight),
134 TP_ARGS(bdi, status, step, inflight),
139 __field(int, step)
147 __entry->step = step;
152 __entry->status, __entry->step, __entry->inflight)
/include/uapi/sound/
Dtlv.h58 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ argument
61 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \
63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument
65 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
Dasound.h456 unsigned int step; /* samples distance in bits */ member
1057 long step; /* R: step (0 variable) */ member
1062 long long step; /* R: step (0 variable) */ member
Dasoc.h253 __le32 step; member
/include/linux/
Dentry-common.h292 static inline void arch_syscall_exit_tracehook(struct pt_regs *regs, bool step);
295 static inline void arch_syscall_exit_tracehook(struct pt_regs *regs, bool step) in arch_syscall_exit_tracehook() argument
297 tracehook_report_syscall_exit(regs, step); in arch_syscall_exit_tracehook()
Dethtool_netlink.h31 u32 step);
69 u32 last, u32 step) in ethnl_cable_test_step() argument
Dtracehook.h125 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) in tracehook_report_syscall_exit() argument
127 if (step) in tracehook_report_syscall_exit()
Dlinear_range.h26 unsigned int step; member
Dsuspend.h93 static inline void dpm_save_failed_step(enum suspend_stat_step step) in dpm_save_failed_step() argument
95 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step()
Dled-class-flash.h60 u32 step; member
Drio_drv.h379 union rio_pw_msg *msg, int step));
382 union rio_pw_msg *msg, int step));
Drio.h199 int (*pwcback) (struct rio_dev *rdev, union rio_pw_msg *msg, int step);
Dphy.h702 u32 step; member
/include/media/
Dv4l2-ctrls.h282 u64 step; member
435 u64 step; member
476 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
646 u32 id, s64 min, s64 max, u64 step,
918 s64 min, s64 max, u64 step, s64 def);
940 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument
945 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); in v4l2_ctrl_modify_range()
Dv4l2-common.h96 s32 min, s32 max, s32 step, s32 def);
/include/linux/regulator/
Ddriver.h59 .step = _step_uV, \
/include/uapi/linux/
Dvideodev2.h854 struct v4l2_fract step; /* Frame interval step size [s] */ member
1827 __s32 step; member
1840 __u64 step; member
2391 __s32 step; member
/include/linux/greybus/
Dgreybus_protocols.h1984 __le32 step; member
1990 __le64 step; member
/include/sound/
Dpcm.h1035 unsigned long step);