/drivers/crypto/nx/ |
D | nx-common-powernv.c | 187 static int wait_for_csb(struct nx842_workmem *wmem, in wait_for_csb() argument 190 ktime_t start = wmem->start, now = ktime_get(); in wait_for_csb() 393 struct nx842_workmem *wmem) in nx842_config_crb() argument 400 crb = &wmem->crb; in nx842_config_crb() 407 ret = setup_ddl(&crb->source, wmem->ddl_in, in nx842_config_crb() 412 ret = setup_ddl(&crb->target, wmem->ddl_out, in nx842_config_crb() 462 struct nx842_workmem *wmem; in nx842_exec_icswx() local 467 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_icswx() 477 ret = nx842_config_crb(in, inlen, out, outlen, wmem); in nx842_exec_icswx() 481 crb = &wmem->crb; in nx842_exec_icswx() [all …]
|
D | nx-842.c | 110 ctx->wmem = kmalloc(driver->workmem_size, GFP_KERNEL); in nx842_crypto_init() 113 if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { in nx842_crypto_init() 114 kfree(ctx->wmem); in nx842_crypto_init() 128 kfree(ctx->wmem); in nx842_crypto_exit() 219 ret = ctx->driver->compress(src, slen, dst, &dlen, ctx->wmem); in compress() 397 ret = ctx->driver->decompress(src, slen, dst, &dlen, ctx->wmem); in decompress()
|
D | nx-842.h | 171 u8 *wmem; member
|
D | nx-common-pseries.c | 304 void *wmem) in nx842_pseries_compress() argument 337 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress() 434 void *wmem) in nx842_pseries_decompress() argument 467 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()
|
/drivers/hid/ |
D | hid-wiimote-core.c | 363 const __u8 *wmem, __u8 size) in wiimote_cmd_write() argument 370 wiiproto_req_wreg(wdata, offset, wmem, size); in wiimote_cmd_write() 413 __u8 wmem; in wiimote_cmd_init_ext() local 417 wmem = 0x55; in wiimote_cmd_init_ext() 418 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext() 423 wmem = 0x0; in wiimote_cmd_init_ext() 424 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext() 468 __u8 wmem; in wiimote_cmd_init_mp() local 472 wmem = 0x55; in wiimote_cmd_init_mp() 473 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp() [all …]
|
D | hid-wiimote.h | 273 const __u8 *wmem, __u8 size);
|
/drivers/base/regmap/ |
D | regcache-lzo.c | 18 void *wmem; member 36 lzo_ctx->wmem = kmalloc(LZO1X_MEM_COMPRESS, GFP_KERNEL); in regcache_lzo_prepare() 37 if (!lzo_ctx->wmem) in regcache_lzo_prepare() 48 lzo_ctx->dst, &compress_size, lzo_ctx->wmem); in regcache_lzo_compress() 217 kfree(lzo_blocks[i]->wmem); in regcache_lzo_exit()
|
/drivers/staging/rtl8712/ |
D | usb_ops.h | 22 u32 cnt, u8 *wmem); 24 u32 cnt, u8 *wmem);
|
D | usb_ops_linux.c | 157 void r8712_usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in r8712_usb_write_mem() argument 175 wmem, cnt, usb_write_mem_complete, in r8712_usb_write_mem() 380 u32 r8712_usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in r8712_usb_write_port() argument 390 struct xmit_frame *pxmitframe = (struct xmit_frame *)wmem; in r8712_usb_write_port()
|
/drivers/staging/r8188eu/include/ |
D | usb_ops_linux.h | 32 void usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem); 36 u32 usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem);
|
/drivers/staging/r8188eu/os_dep/ |
D | usb_ops_linux.c | 38 void usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in usb_write_mem() argument 137 u32 usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in usb_write_port() argument 147 struct xmit_buf *pxmitbuf = (struct xmit_buf *)wmem; in usb_write_port()
|
/drivers/net/ethernet/cavium/thunder/ |
D | q_struct.h | 508 u64 wmem:1; member 517 u64 wmem:1;
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_struct.h | 242 u64 wmem : 1; member
|
D | otx2_txrx.c | 629 mem->wmem = 1; /* wait for the memory operation */ in otx2_sqe_add_mem()
|
/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 363 u8 *wmem in sdio_write_mem() argument 366 sdio_writeN(intfhdl, addr, cnt, wmem); in sdio_write_mem()
|