HomeSort by: relevance | last modified time | path
    Searched defs:uvideo_stream_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uvideo.c 329 static struct uvideo_stream * uvideo_stream_alloc(void);
563 vs = uvideo_stream_alloc();
780 uvideo_stream_alloc(void) function in typeref:struct:uvideo_stream *
782 return kmem_zalloc(sizeof(*uvideo_stream_alloc()), KM_SLEEP);
uvideo.c 329 static struct uvideo_stream * uvideo_stream_alloc(void);
563 vs = uvideo_stream_alloc();
780 uvideo_stream_alloc(void) function in typeref:struct:uvideo_stream *
782 return kmem_zalloc(sizeof(*uvideo_stream_alloc()), KM_SLEEP);

Completed in 25 milliseconds