Searched refs:oz_elt_buf (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozeltbuf.h | 41 struct oz_elt_buf { struct 49 void oz_elt_buf_init(struct oz_elt_buf *buf); argument 50 void oz_elt_buf_term(struct oz_elt_buf *buf); 51 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf); 52 void oz_elt_info_free(struct oz_elt_buf *buf, struct oz_elt_info *ei); 53 void oz_elt_info_free_chain(struct oz_elt_buf *buf, struct list_head *list); 54 int oz_elt_stream_create(struct oz_elt_buf *buf, u8 id, int max_buf_count); 55 int oz_elt_stream_delete(struct oz_elt_buf *buf, u8 id); 58 int oz_queue_elt_info(struct oz_elt_buf *buf, u8 isoc, u8 id, 60 int oz_select_elts_for_tx(struct oz_elt_buf *buf, u8 isoc, unsigned *len, [all …]
|
D | ozeltbuf.c | 16 void oz_elt_buf_init(struct oz_elt_buf *buf) in oz_elt_buf_init() 18 memset(buf, 0, sizeof(struct oz_elt_buf)); in oz_elt_buf_init() 28 void oz_elt_buf_term(struct oz_elt_buf *buf) in oz_elt_buf_term() 41 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf) 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() 66 void oz_elt_info_free_chain(struct oz_elt_buf *buf, struct list_head *list) in oz_elt_info_free_chain() 76 int oz_elt_stream_create(struct oz_elt_buf *buf, u8 id, int max_buf_count) in oz_elt_stream_create() 95 int oz_elt_stream_delete(struct oz_elt_buf *buf, u8 id) in oz_elt_stream_delete() 148 int oz_queue_elt_info(struct oz_elt_buf *buf, u8 isoc, u8 id, in oz_queue_elt_info() 208 int oz_select_elts_for_tx(struct oz_elt_buf *buf, u8 isoc, unsigned *len, in oz_select_elts_for_tx() [all …]
|
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() 63 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_get_desc_req() 98 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_set_config_req() 121 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_set_interface_req() 146 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_set_clear_feature_req() 172 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_vendor_class_req() 249 struct oz_elt_buf *eb; in oz_usb_send_isoc()
|
D | ozpd.h | 83 struct oz_elt_buf elt_buff;
|
D | ozcdev.c | 152 struct oz_elt_buf *eb; in oz_cdev_write()
|