Lines Matching refs:pwm
3 #define TRACE_SYSTEM pwm
11 DECLARE_EVENT_CLASS(pwm,
13 TP_PROTO(struct pwm_device *pwm, const struct pwm_state *state),
15 TP_ARGS(pwm, state),
18 __field(struct pwm_device *, pwm)
26 __entry->pwm = pwm;
34 __entry->pwm, __entry->period, __entry->duty_cycle,
39 DEFINE_EVENT(pwm, pwm_apply,
41 TP_PROTO(struct pwm_device *pwm, const struct pwm_state *state),
43 TP_ARGS(pwm, state)
47 DEFINE_EVENT(pwm, pwm_get,
49 TP_PROTO(struct pwm_device *pwm, const struct pwm_state *state),
51 TP_ARGS(pwm, state)