Home
last modified time | relevance | path

Searched refs:input_report_ff_status (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/input/joystick/iforce/
Diforce-packets.c198 input_report_ff_status(dev, i, FF_STATUS_PLAYING); in iforce_process_packet()
202 input_report_ff_status(dev, i, FF_STATUS_STOPPED); in iforce_process_packet()
/linux-5.19.10/include/linux/
Dinput.h438 static inline void input_report_ff_status(struct input_dev *dev, unsigned int code, int value) in input_report_ff_status() function