Searched refs:odata (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 75 if (cmd->odata) { in ar5523_read_reply() 83 memcpy(cmd->odata, &rp[1], olen); in ar5523_read_reply() 156 memcpy(cmd->odata, hdr + 1, sizeof(u32)); in ar5523_cmd_rx_cb() 241 int ilen, void *odata, int olen, int flags) in ar5523_cmd() argument 260 cmd->odata = odata; in ar5523_cmd() 278 cmd->odata = NULL; in ar5523_cmd() 294 int ilen, void *odata, int olen, int flags) in ar5523_cmd_read() argument 297 return ar5523_cmd(ar, code, idata, ilen, odata, olen, flags); in ar5523_cmd_read() 335 static int ar5523_get_status(struct ar5523 *ar, u32 which, void *odata, in ar5523_get_status() argument 343 &which_be, sizeof(which_be), odata, olen, AR5523_CMD_FLAG_MAGIC); in ar5523_get_status()
|
D | ar5523.h | 64 void *odata; member
|
/drivers/input/joystick/ |
D | xpad.c | 371 unsigned char *odata; /* output data */ member 777 memcpy(xpad->odata, packet->data, packet->len); in xpad_prepare_next_out_packet() 865 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_init_output() 867 if (!xpad->odata) { in xpad_init_output() 886 xpad->odata, XPAD_PKT_LEN, in xpad_init_output() 893 fail2: usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output() 914 xpad->odata, xpad->odata_dma); in xpad_deinit_output()
|