Home
last modified time | relevance | path

Searched refs:oz_elt_info_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc1.c64 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()
Dozeltbuf.h51 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf);
Dozeltbuf.c41 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf) in oz_elt_info_alloc() function
Dozcdev.c171 ei = oz_elt_info_alloc(eb); in oz_cdev_write()