Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozcdev.c155 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()
Dozeltbuf.c223 struct oz_app_hdr *app_hdr = (struct oz_app_hdr *) in oz_select_elts_for_tx()
Dozusbsvc1.c34 struct oz_app_hdr *app_hdr = (struct oz_app_hdr *)(elt+1); in oz_usb_submit_elt()
Dozprotocol.h134 struct oz_app_hdr { struct
Dozproto.c434 struct oz_app_hdr *app_hdr = in oz_rx_frame()
435 (struct oz_app_hdr *)(elt+1); in oz_rx_frame()