Go to the source code of this file.
 | 
| int  | input_report (const struct device *dev, uint8_t type, uint16_t code, int32_t value, bool sync, k_timeout_t timeout) | 
|   | Report a new input event.  More...
  | 
|   | 
| static int  | input_report_key (const struct device *dev, uint16_t code, int32_t value, bool sync, k_timeout_t timeout) | 
|   | Report a new INPUT_EV_KEY input event, note that value is converted to either 0 or 1.  More...
  | 
|   | 
| static int  | input_report_rel (const struct device *dev, uint16_t code, int32_t value, bool sync, k_timeout_t timeout) | 
|   | Report a new INPUT_EV_REL input event.  More...
  | 
|   | 
| static int  | input_report_abs (const struct device *dev, uint16_t code, int32_t value, bool sync, k_timeout_t timeout) | 
|   | Report a new INPUT_EV_ABS input event.  More...
  | 
|   | 
| bool  | input_queue_empty (void) | 
|   | Returns true if the input queue is empty.  More...
  | 
|   |