Searched refs:elt_buff (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozusbsvc1.c | 63 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_get_desc_req() 64 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_get_desc_req() 98 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_set_config_req() 99 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_set_config_req() 121 struct oz_elt_buf *eb = &pd->elt_buff; in oz_usb_set_interface_req() 122 struct oz_elt_info *ei = oz_elt_info_alloc(&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() 147 struct oz_elt_info *ei = oz_elt_info_alloc(&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() 173 struct oz_elt_info *ei = oz_elt_info_alloc(&pd->elt_buff); in oz_usb_vendor_class_req() [all …]
|
D | ozpd.c | 119 oz_elt_buf_init(&pd->elt_buff); in oz_pd_alloc() 165 oz_elt_buf_term(&pd->elt_buff); in oz_pd_free() 384 if (!empty && !oz_are_elts_available(&pd->elt_buff)) in oz_prepare_frame() 395 oz_select_elts_for_tx(&pd->elt_buff, 0, &f->total_size, in oz_prepare_frame() 460 spin_lock_bh(&pd->elt_buff.lock); in oz_retire_frame() 461 oz_elt_info_free(&pd->elt_buff, ei); in oz_retire_frame() 462 spin_unlock_bh(&pd->elt_buff.lock); in oz_retire_frame() 573 oz_select_elts_for_tx(&pd->elt_buff, 1, &total_size, in oz_send_isoc_frame() 580 oz_elt_info_free_chain(&pd->elt_buff, &list); in oz_send_isoc_frame() 602 oz_elt_info_free_chain(&pd->elt_buff, &list); in oz_send_isoc_frame()
|
D | ozusbsvc.c | 221 if (oz_elt_stream_create(&pd->elt_buff, ep_num, in oz_usb_stream_create() 245 if (oz_elt_stream_delete(&pd->elt_buff, ep_num)) in oz_usb_stream_delete()
|
D | ozpd.h | 83 struct oz_elt_buf elt_buff; member
|
D | ozcdev.c | 170 eb = &pd->elt_buff; in oz_cdev_write()
|