Searched refs:oz_isoc_stream (Results 1 – 2 of 2) sorted by relevance
37 static void oz_isoc_stream_free(struct oz_isoc_stream *st);194 struct oz_isoc_stream *st; in oz_pd_destroy()201 st = container_of(e, struct oz_isoc_stream, link); in oz_pd_destroy()631 static struct oz_isoc_stream *pd_stream_find(struct oz_pd *pd, u8 ep_num) in pd_stream_find()634 struct oz_isoc_stream *st; in pd_stream_find()636 st = container_of(e, struct oz_isoc_stream, link); in pd_stream_find()647 struct oz_isoc_stream *st = in oz_isoc_stream_create()648 kzalloc(sizeof(struct oz_isoc_stream), GFP_ATOMIC); in oz_isoc_stream_create()665 static void oz_isoc_stream_free(struct oz_isoc_stream *st) in oz_isoc_stream_free()676 struct oz_isoc_stream *st; in oz_isoc_stream_delete()[all …]
35 struct oz_isoc_stream { struct