Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
uhci.c | 3000 uhci_soft_td_t *std, *vstd; local in function:uhci_device_isoc_close 3031 for (vstd = sc->sc_vframes[i].htd; 3032 vstd != NULL && vstd->link.std != std; 3033 vstd = vstd->link.std) 3035 if (vstd == NULL) { 3041 vstd->link = std->link; 3046 vstd->td.td_link = std->td.td_link; 3047 usb_syncmem(&vstd->dma 3065 uhci_soft_td_t *std, *vstd; local in function:uhci_setup_isoc [all...] |
/src/sys/dev/ | |
video.c | 986 enum video_standard *vstd) 988 #define VSTD(id, vid) case (id): *vstd = (vid); break; 990 VSTD(V4L2_STD_NTSC_M, VIDEO_STANDARD_NTSC_M) 992 *vstd = VIDEO_STANDARD_UNKNOWN; 995 #undef VSTD 999 video_standard_to_v4l2_standard(enum video_standard vstd, 1002 switch (vstd) { 1021 enum video_standard vstd; local in function:video_enum_standard 1033 v4l2_standard_to_video_standard(std->id, &vstd); 1049 enum video_standard vstd; local in function:video_get_standard 1072 enum video_standard vstd; local in function:video_set_standard [all...] |