Searched refs:wiimote_cmd_read (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/hid/ | 
| D | hid-wiimote.h | 272 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 | 1407 	ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12);  in wiimod_bboard_calib_show() 1412 	ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12);  in wiimod_bboard_calib_show() 1456 	ret = wiimote_cmd_read(wdata, 0xa40024, buf, 12);  in wiimod_bboard_probe() 1461 	ret = wiimote_cmd_read(wdata, 0xa40024 + 12, buf + 12, 12);  in wiimod_bboard_probe()
  |