Home
last modified time | relevance | path

Searched refs:usb_hdr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc1.c320 struct oz_usb_hdr *usb_hdr, int len) in oz_usb_handle_ep_data() argument
322 struct oz_data *data_hdr = (struct oz_data *)usb_hdr; in oz_usb_handle_ep_data()
372 struct oz_usb_hdr *usb_hdr = (struct oz_usb_hdr *)(elt + 1); in oz_usb_rx() local
387 if (usb_hdr->elt_seq_num != 0) { in oz_usb_rx()
388 if (((usb_ctx->rx_seq_num - usb_hdr->elt_seq_num) & 0x80) == 0) in oz_usb_rx()
392 usb_ctx->rx_seq_num = usb_hdr->elt_seq_num; in oz_usb_rx()
393 switch (usb_hdr->type) { in oz_usb_rx()
396 (struct oz_get_desc_rsp *)usb_hdr; in oz_usb_rx()
415 (struct oz_set_config_rsp *)usb_hdr; in oz_usb_rx()
422 (struct oz_set_interface_rsp *)usb_hdr; in oz_usb_rx()
[all …]