Lines Matching defs:data
439 urb_context->skb->data,
721 u8 *data;
743 data = skb->data;
757 data,
812 /* due to large control packets, shift to data pipe */
873 u8 req, u16 value, u16 index, void *data,
880 buf = kmemdup(data, size, GFP_KERNEL);
905 u8 req, u16 value, u16 index, void *data,
931 memcpy((u8 *) data, buf, size);
963 static int ath6kl_usb_diag_read32(struct ath6kl *ar, u32 address, u32 *data)
993 *data = le32_to_cpu(resp->value);
998 static int ath6kl_usb_diag_write32(struct ath6kl *ar, u32 address, __le32 data)
1009 cmd->value = data;
1034 ath6kl_err("Unable to read the bmi data from the device: %d\n",
1052 ath6kl_err("unable to send the bmi data to the device: %d\n",