Searched refs:oz_app_hdr (Results 1 – 5 of 5) sorted by relevance
155 struct oz_app_hdr *app_hdr; in oz_cdev_write()177 app_hdr = (struct oz_app_hdr *)(elt+1); in oz_cdev_write()178 elt->length = sizeof(struct oz_app_hdr) + count; in oz_cdev_write()501 struct oz_app_hdr *app_hdr; in oz_cdev_rx()514 app_hdr = (struct oz_app_hdr *)(elt+1); in oz_cdev_rx()526 len = elt->length - sizeof(struct oz_app_hdr); in oz_cdev_rx()527 data = ((u8 *)(elt+1)) + sizeof(struct oz_app_hdr); in oz_cdev_rx()
223 struct oz_app_hdr *app_hdr = (struct oz_app_hdr *) in oz_select_elts_for_tx()
34 struct oz_app_hdr *app_hdr = (struct oz_app_hdr *)(elt+1); in oz_usb_submit_elt()
134 struct oz_app_hdr { struct
434 struct oz_app_hdr *app_hdr = in oz_rx_frame()435 (struct oz_app_hdr *)(elt+1); in oz_rx_frame()