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

/linux-master/drivers/hid/
H A Dhid-wiimote-core.c362 int wiimote_cmd_write(struct wiimote_data *wdata, __u32 offset, function
418 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem));
424 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem));
476 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem));
482 ret = wiimote_cmd_write(wdata, 0xa600fb, &wmem, sizeof(wmem));
510 return wiimote_cmd_write(wdata, 0xa600fe, &wmem, sizeof(wmem));
H A Dhid-wiimote.h273 extern int wiimote_cmd_write(struct wiimote_data *wdata, __u32 offset,
H A Dhid-wiimote-modules.c669 ret = wiimote_cmd_write(wdata, 0xb00030, data_enable,
675 ret = wiimote_cmd_write(wdata, 0xb00000, data_sens1,
681 ret = wiimote_cmd_write(wdata, 0xb0001a, data_sens2,
698 ret = wiimote_cmd_write(wdata, 0xb00033, &format, sizeof(format));
703 ret = wiimote_cmd_write(wdata, 0xb00030, data_fin, sizeof(data_fin));

Completed in 123 milliseconds