Lines Matching refs:FAR
47 static int hid_open(FAR struct file *filep);
48 static int hid_close(FAR struct file *filep);
49 static ssize_t hid_read(FAR struct file *filep, FAR char *buffer, size_t buflen);
50 static ssize_t hid_write(FAR struct file *filep, FAR const char *buffer, size_t buflen);
51 static ssize_t hid_poll(FAR struct file *filep, poll_table *fds);
68 static int hid_open(FAR struct file *filep)
83 static int hid_close(FAR struct file *filep)
209 static ssize_t hid_poll(FAR struct file *filep, poll_table *fds)
234 static ssize_t hid_read(FAR struct file *filep, FAR char *buffer, size_t buflen)
272 static ssize_t hid_write(FAR struct file *filep, FAR const char *buffer, size_t buflen)