Searched refs:wiimote_cmd_read (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-wiimote.h275 extern ssize_t wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset,
H A Dhid-wiimote-core.c381 ssize_t wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset, __u8 *rmem, function
437 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6);
519 ret = wiimote_cmd_read(wdata, 0xa600fa, rmem, 6);
540 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6);
H A Dhid-wiimote-modules.c1426 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12);
1431 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12);
1475 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12);
1480 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12);

Completed in 155 milliseconds