OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vu_controls
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uvideo.c
141
uint8_t vu_control_size; /* number of bytes in
vu_controls
*/
142
uint8_t *
vu_controls
; /* array of bytes. bits are
member in struct:uvideo_unit
1029
vu->
vu_controls
= kmem_alloc(sizeof(*vu->
vu_controls
) * size, KM_SLEEP);
1030
memcpy(vu->
vu_controls
, controls, size);
1040
kmem_free(vu->
vu_controls
,
1041
sizeof(*vu->
vu_controls
) * vu->vu_control_size);
1042
vu->
vu_controls
= NULL;
uvideo.c
141
uint8_t vu_control_size; /* number of bytes in
vu_controls
*/
142
uint8_t *
vu_controls
; /* array of bytes. bits are
member in struct:uvideo_unit
1029
vu->
vu_controls
= kmem_alloc(sizeof(*vu->
vu_controls
) * size, KM_SLEEP);
1030
memcpy(vu->
vu_controls
, controls, size);
1040
kmem_free(vu->
vu_controls
,
1041
sizeof(*vu->
vu_controls
) * vu->vu_control_size);
1042
vu->
vu_controls
= NULL;
Completed in 34 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026