Lines Matching defs:wmem
317 hid_warn(wdata->hdev, "Invalid length %d wmem request\n", size);
363 const __u8 *wmem, __u8 size)
370 wiiproto_req_wreg(wdata, offset, wmem, size);
413 __u8 wmem;
417 wmem = 0x55;
418 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem));
423 wmem = 0x0;
424 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem));
468 __u8 wmem;
472 wmem = 0x55;
473 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem));
478 wmem = 0x0;
479 ret = wiimote_cmd_write(wdata, 0xa600fb, &wmem, sizeof(wmem));
489 __u8 wmem;
496 wmem = 0x07;
499 wmem = 0x05;
502 wmem = 0x04;
506 return wiimote_cmd_write(wdata, 0xa600fe, &wmem, sizeof(wmem));