Home
last modified time | relevance | path

Searched defs:ff_periodic_effect (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h402 struct ff_periodic_effect { struct
403 uint16_t waveform;
404 uint16_t period;
405 int16_t magnitude;
406 int16_t offset;
407 uint16_t phase;
409 struct ff_envelope envelope;
411 uint32_t custom_len;
412 int16_t *custom_data;
/openbmc/linux/include/uapi/linux/
H A Dinput.h405 struct ff_periodic_effect { struct
406 __u16 waveform;
407 __u16 period;
408 __s16 magnitude;
409 __s16 offset;
410 __u16 phase;
412 struct ff_envelope envelope;
414 __u32 custom_len;
415 __s16 __user *custom_data;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_padding.c164 struct ff_periodic_effect { struct
166 short magnitude;
168 short phase;
171 int custom_len;
172 short *custom_data;