Searched refs:oz_elt_info (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/ozwpan/ |
D | ozeltbuf.c | 47 struct oz_elt_info *ei = in oz_elt_buf_term() 48 container_of(e, struct oz_elt_info, link_order); in oz_elt_buf_term() 55 struct oz_elt_info *ei = in oz_elt_buf_term() 56 container_of(buf->elt_pool, struct oz_elt_info, link); in oz_elt_buf_term() 65 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf) in oz_elt_info_alloc() 67 struct oz_elt_info *ei = 0; in oz_elt_info_alloc() 70 ei = container_of(buf->elt_pool, struct oz_elt_info, link); in oz_elt_info_alloc() 80 ei = kmalloc(sizeof(struct oz_elt_info), GFP_ATOMIC); in oz_elt_info_alloc() 98 void oz_elt_info_free(struct oz_elt_buf *buf, struct oz_elt_info *ei) in oz_elt_info_free() 122 struct oz_elt_info *ei; in oz_elt_info_free_chain() [all …]
|
D | ozeltbuf.h | 27 struct oz_elt_info { struct 55 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf); argument 56 void oz_elt_info_free(struct oz_elt_buf *buf, struct oz_elt_info *ei); 63 struct oz_elt_info *ei);
|
D | ozusbsvc1.c | 32 static int oz_usb_submit_elt(struct oz_elt_buf *eb, struct oz_elt_info *ei, in oz_usb_submit_elt() 65 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_get_desc_req() 98 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_config_req() 119 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_interface_req() 142 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_clear_feature_req() 166 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_vendor_class_req() 261 struct oz_elt_info *ei = oz_elt_info_alloc(eb); in oz_usb_send_isoc()
|
D | ozpd.c | 454 struct oz_elt_info *ei; in oz_build_frame() 455 ei = container_of(e, struct oz_elt_info, link); in oz_build_frame() 470 struct oz_elt_info *ei; in oz_retire_frame() 473 ei = container_of(e, struct oz_elt_info, link); in oz_retire_frame() 578 struct oz_elt_info *ei; in oz_send_isoc_frame() 579 ei = container_of(e, struct oz_elt_info, link); in oz_send_isoc_frame()
|
D | ozcdev.c | 151 struct oz_elt_info *ei = 0; in oz_cdev_write()
|