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));
471 __u8 wmem;
475 wmem = 0x55;
476 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem));
481 wmem = 0x0;
482 ret = wiimote_cmd_write(wdata, 0xa600fb, &wmem, sizeof(wmem));
492 __u8 wmem;
499 wmem = 0x07;
503 wmem = 0x05;
506 wmem = 0x04;
510 return wiimote_cmd_write(wdata, 0xa600fe, &wmem, sizeof(wmem));