Searched defs:wmem (Results 1 - 5 of 5) sorted by last modified time

/drivers/staging/rtl8188eu/os_dep/
H A Dusb_ops_linux.c724 u32 usb_write_port(struct adapter *padapter, u32 addr, u32 cnt, u8 *wmem) argument
733 struct xmit_buf *pxmitbuf = (struct xmit_buf *)wmem;
/drivers/staging/rtl8712/
H A Dusb_ops_linux.c168 void r8712_usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) argument
187 wmem, cnt, usb_write_mem_complete,
396 u32 r8712_usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) argument
406 struct xmit_frame *pxmitframe = (struct xmit_frame *)wmem;
/drivers/hid/
H A Dhid-wiimote-core.c320 hid_warn(wdata->hdev, "Invalid length %d wmem request\n", size);
366 const __u8 *wmem, __u8 size)
373 wiiproto_req_wreg(wdata, offset, wmem, size);
416 __u8 wmem; local
420 wmem = 0x55;
421 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem));
426 wmem = 0x0;
427 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem));
365 wiimote_cmd_write(struct wiimote_data *wdata, __u32 offset, const __u8 *wmem, __u8 size) argument
465 __u8 wmem; local
486 __u8 wmem; local
[all...]
/drivers/base/regmap/
H A Dregcache-lzo.c22 void *wmem; member in struct:regcache_lzo_ctx
40 lzo_ctx->wmem = kmalloc(LZO1X_MEM_COMPRESS, GFP_KERNEL);
41 if (!lzo_ctx->wmem)
52 lzo_ctx->dst, &compress_size, lzo_ctx->wmem);
223 kfree(lzo_blocks[i]->wmem);
/drivers/crypto/nx/
H A Dnx-842.c329 unsigned char *out, unsigned int *outlen, void *wmem)
373 workmem = (struct nx842_workmem *)ALIGN((unsigned long)wmem,
529 unsigned char *out, unsigned int *outlen, void *wmem)
559 workmem = (struct nx842_workmem *)ALIGN((unsigned long)wmem,
662 (unsigned char *)outbuf, &size, wmem);
328 nx842_compress(const unsigned char *in, unsigned int inlen, unsigned char *out, unsigned int *outlen, void *wmem) argument
528 nx842_decompress(const unsigned char *in, unsigned int inlen, unsigned char *out, unsigned int *outlen, void *wmem) argument

Completed in 533 milliseconds