Searched refs:oz_elt_info (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozeltbuf.c | 30 struct oz_elt_info *ei, *n; in oz_elt_buf_term() 41 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf) in oz_elt_info_alloc() 43 struct oz_elt_info *ei; in oz_elt_info_alloc() 57 void oz_elt_info_free(struct oz_elt_buf *buf, struct oz_elt_info *ei) in oz_elt_info_free() 68 struct oz_elt_info *ei, *n; in oz_elt_info_free_chain() 115 struct oz_elt_info *ei = in oz_elt_stream_delete() 116 list_entry(e, struct oz_elt_info, link); in oz_elt_stream_delete() 149 struct oz_elt_info *ei) in oz_queue_elt_info() 193 struct oz_elt_info *ei2 = in oz_queue_elt_info() 195 struct oz_elt_info, link); in oz_queue_elt_info() [all …]
|
D | ozeltbuf.h | 27 struct oz_elt_info { struct 51 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf); argument 52 void oz_elt_info_free(struct oz_elt_buf *buf, struct oz_elt_info *ei); 59 struct oz_elt_info *ei);
|
D | ozusbsvc1.c | 29 static int oz_usb_submit_elt(struct oz_elt_buf *eb, struct oz_elt_info *ei, in oz_usb_submit_elt() 64 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_get_desc_req() 99 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_config_req() 122 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_interface_req() 147 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_clear_feature_req() 173 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_vendor_class_req() 270 struct oz_elt_info *ei = oz_elt_info_alloc(eb); in oz_usb_send_isoc()
|
D | ozpd.c | 414 struct oz_elt_info *ei; in oz_build_frame() 454 struct oz_elt_info *ei, *n; in oz_retire_frame() 569 struct oz_elt_info *ei; in oz_send_isoc_frame()
|
D | ozcdev.c | 153 struct oz_elt_info *ei; in oz_cdev_write()
|
D | ozproto.c | 771 oz_elt_info_cache = KMEM_CACHE(oz_elt_info, 0); in oz_protocol_init()
|