Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc1.c33 struct oz_elt *elt = (struct oz_elt *)ei->data; in oz_usb_submit_elt()
38 ei->length = elt->length + sizeof(struct oz_elt); in oz_usb_submit_elt()
61 struct oz_elt *elt; in oz_usb_get_desc_req()
76 elt = (struct oz_elt *)ei->data; in oz_usb_get_desc_req()
97 struct oz_elt *elt; in oz_usb_set_config_req()
104 elt = (struct oz_elt *)ei->data; in oz_usb_set_config_req()
120 struct oz_elt *elt; in oz_usb_set_interface_req()
127 elt = (struct oz_elt *)ei->data; in oz_usb_set_interface_req()
145 struct oz_elt *elt; in oz_usb_set_clear_feature_req()
152 elt = (struct oz_elt *)ei->data; in oz_usb_set_clear_feature_req()
[all …]
Dozproto.c80 struct oz_elt *elt; in oz_send_conn_rsp()
83 int sz = sizeof(struct oz_hdr) + sizeof(struct oz_elt) + in oz_send_conn_rsp()
91 elt = (struct oz_elt *)(oz_hdr+1); in oz_send_conn_rsp()
163 static struct oz_pd *oz_connect_req(struct oz_pd *cur_pd, struct oz_elt *elt, in oz_connect_req()
336 struct oz_elt *elt; in oz_rx_frame()
395 elt = (struct oz_elt *)((u8 *)oz_hdr + sizeof(struct oz_hdr)); in oz_rx_frame()
397 while (length >= sizeof(struct oz_elt)) { in oz_rx_frame()
398 length -= sizeof(struct oz_elt) + elt->length; in oz_rx_frame()
Dozcdev.h15 void oz_cdev_rx(struct oz_pd *pd, struct oz_elt *elt);
Dozusbsvc.h27 void oz_usb_rx(struct oz_pd *pd, struct oz_elt *elt);
Dozcdev.c154 struct oz_elt *elt; in oz_cdev_write()
176 elt = (struct oz_elt *)ei->data; in oz_cdev_write()
181 ei->length = elt->length + sizeof(struct oz_elt); in oz_cdev_write()
498 void oz_cdev_rx(struct oz_pd *pd, struct oz_elt *elt) in oz_cdev_rx()
Dozproto.h37 void (*rx)(struct oz_pd *pd, struct oz_elt *elt);
Dozeltbuf.h35 u8 data[sizeof(struct oz_elt) + OZ_MAX_ELT_PAYLOAD];
Dozprotocol.h25 struct oz_elt { struct
31 (struct oz_elt *)((u8 *)((__elt) + 1) + (__elt)->length) argument
Dozeltbuf.c172 &ei->data[sizeof(struct oz_elt)]; in oz_queue_elt_info()
224 &ei->data[sizeof(struct oz_elt)]; in oz_select_elts_for_tx()
Dozpd.c413 struct oz_elt *elt; in oz_build_frame()
438 elt = (struct oz_elt *)(oz_hdr+1); in oz_build_frame()
568 struct oz_elt *elt; in oz_send_isoc_frame()
595 elt = (struct oz_elt *)(oz_hdr+1); in oz_send_isoc_frame()
858 void oz_handle_app_elt(struct oz_pd *pd, u8 app_id, struct oz_elt *elt) in oz_handle_app_elt()
Dozpd.h127 void oz_handle_app_elt(struct oz_pd *pd, u8 app_id, struct oz_elt *elt);