/linux-4.1.27/drivers/staging/rtl8712/ |
D | usb_ops.h | 34 u32 cnt, u8 *wmem); 36 u32 cnt, u8 *wmem);
|
D | usb_ops_linux.c | 168 void r8712_usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in r8712_usb_write_mem() argument 186 wmem, cnt, usb_write_mem_complete, in r8712_usb_write_mem() 395 u32 r8712_usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in r8712_usb_write_port() argument 405 struct xmit_frame *pxmitframe = (struct xmit_frame *)wmem; in r8712_usb_write_port()
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-core.c | 366 const __u8 *wmem, __u8 size) in wiimote_cmd_write() argument 373 wiiproto_req_wreg(wdata, offset, wmem, size); in wiimote_cmd_write() 416 __u8 wmem; in wiimote_cmd_init_ext() local 420 wmem = 0x55; in wiimote_cmd_init_ext() 421 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext() 426 wmem = 0x0; in wiimote_cmd_init_ext() 427 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext() 465 __u8 wmem; in wiimote_cmd_init_mp() local 469 wmem = 0x55; in wiimote_cmd_init_mp() 470 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp() [all …]
|
D | hid-wiimote.h | 272 const __u8 *wmem, __u8 size);
|
/linux-4.1.27/drivers/base/regmap/ |
D | regcache-lzo.c | 22 void *wmem; member 40 lzo_ctx->wmem = kmalloc(LZO1X_MEM_COMPRESS, GFP_KERNEL); in regcache_lzo_prepare() 41 if (!lzo_ctx->wmem) in regcache_lzo_prepare() 52 lzo_ctx->dst, &compress_size, lzo_ctx->wmem); in regcache_lzo_compress() 223 kfree(lzo_blocks[i]->wmem); in regcache_lzo_exit()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | MultiSound | 706 X WORD wmem; 710 X wmem = (WORD)mem; 713 X if (msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem))) 715 X if (msnd_write_cfg(cfg, IREG_MEMBASELO, LOBYTE(wmem))) 717 X if (wmem && msnd_write_cfg(cfg, IREG_MEMCONTROL, (MEMTYPE_HIADDR | MEMTYPE_16BIT)))
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd_pinnacle.c | 699 u16 wmem; in snd_msnd_write_cfg_mem() local 702 wmem = (u16)(mem & 0xfff); in snd_msnd_write_cfg_mem() 705 if (snd_msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem))) in snd_msnd_write_cfg_mem() 707 if (snd_msnd_write_cfg(cfg, IREG_MEMBASELO, LOBYTE(wmem))) in snd_msnd_write_cfg_mem() 709 if (wmem && snd_msnd_write_cfg(cfg, IREG_MEMCONTROL, in snd_msnd_write_cfg_mem()
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-842.c | 329 unsigned char *out, unsigned int *outlen, void *wmem) in nx842_compress() argument 373 workmem = (struct nx842_workmem *)ALIGN((unsigned long)wmem, in nx842_compress() 529 unsigned char *out, unsigned int *outlen, void *wmem) in nx842_decompress() argument 559 workmem = (struct nx842_workmem *)ALIGN((unsigned long)wmem, in nx842_decompress() 662 (unsigned char *)outbuf, &size, wmem); in nx842_decompress()
|
/linux-4.1.27/sound/oss/ |
D | msnd_pinnacle.c | 1520 WORD wmem; in msnd_write_cfg_mem() local 1524 wmem = (WORD)mem; in msnd_write_cfg_mem() 1527 if (msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem))) in msnd_write_cfg_mem() 1529 if (msnd_write_cfg(cfg, IREG_MEMBASELO, LOBYTE(wmem))) in msnd_write_cfg_mem() 1531 if (wmem && msnd_write_cfg(cfg, IREG_MEMCONTROL, (MEMTYPE_HIADDR | MEMTYPE_16BIT))) in msnd_write_cfg_mem()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | usb_ops_linux.c | 695 u32 usb_write_port(struct adapter *padapter, u32 addr, u32 cnt, u8 *wmem) in usb_write_port() argument 704 struct xmit_buf *pxmitbuf = (struct xmit_buf *)wmem; in usb_write_port()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 861 int wmem; in tcp_wfree() local 866 wmem = atomic_sub_return(skb->truesize - 1, &sk->sk_wmem_alloc); in tcp_wfree() 875 if (wmem >= SKB_TRUESIZE(1) && this_cpu_ksoftirqd() == current) in tcp_wfree()
|