Searched refs:wiimote_cmd_read (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote.h | 273 extern ssize_t wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset,
|
D | hid-wiimote-core.c | 384 ssize_t wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset, __u8 *rmem, in wiimote_cmd_read() function 440 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6); in wiimote_cmd_read_ext() 510 ret = wiimote_cmd_read(wdata, 0xa600fa, rmem, 6); in wiimote_cmd_read_mp() 531 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6); in wiimote_cmd_read_mp_mapped()
|
D | hid-wiimote-modules.c | 1414 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12); in wiimod_bboard_calib_show() 1419 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12); in wiimod_bboard_calib_show() 1463 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12); in wiimod_bboard_probe() 1468 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12); in wiimod_bboard_probe()
|