Searched refs:wiimote_cmd_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/hid/ |
D | hid-wiimote.h | 274 extern ssize_t wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset,
|
D | hid-wiimote-core.c | 381 ssize_t wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset, __u8 *rmem, in wiimote_cmd_read() function 437 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6); in wiimote_cmd_read_ext() 515 ret = wiimote_cmd_read(wdata, 0xa600fa, rmem, 6); in wiimote_cmd_read_mp() 536 ret = wiimote_cmd_read(wdata, 0xa400fa, rmem, 6); in wiimote_cmd_read_mp_mapped()
|
D | hid-wiimote-modules.c | 1426 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12); in wiimod_bboard_calib_show() 1431 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12); in wiimod_bboard_calib_show() 1475 ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12); in wiimod_bboard_probe() 1480 ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12); in wiimod_bboard_probe()
|