Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duvideo.c329 static struct uvideo_stream * uvideo_stream_alloc(void);
563 vs = uvideo_stream_alloc(); in uvideo_attach()
780 uvideo_stream_alloc(void) in uvideo_stream_alloc() function
782 return kmem_zalloc(sizeof(*uvideo_stream_alloc()), KM_SLEEP); in uvideo_stream_alloc()