Searched refs:wiimote_cmd_read (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/hid/ |
| D | hid-wiimote.h | 275 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() 518 ret = wiimote_cmd_read(wdata, 0xa600fa, rmem, 6); in wiimote_cmd_read_mp() 539 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6); in wiimote_cmd_read_mp_mapped()
|
| D | hid-wiimote-modules.c | 1410 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12); in wiimod_bboard_calib_show() 1415 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12); in wiimod_bboard_calib_show() 1459 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12); in wiimod_bboard_probe() 1464 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12); in wiimod_bboard_probe()
|