Searched refs:pix (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 123 int pix; \ 125 for (pix = 0; pix < NCPU; pix++) { \ 126 if (CPU_IN_SET(tmpset, pix)) { \ 128 ASSERT(CPU_IN_SET(xc_mbox[lcx].xc_cpuset, pix));\ 129 ASSERT(xc_mbox[pix].xc_state == state); \ 130 XC_SETUP(pix, func, arg1, arg2); \ 132 CPUSET_DEL(tmpset, pix); \ 145 int pix; \ 147 for (pix = 0; pix < NCPU; pix++) { \ 148 if (CPU_IN_SET(tmpset, pix)) { \ [all …]
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | x_call.c | 123 int pix; in xc_init() local 131 for (pix = 0; pix < NCPU; pix++) { in xc_init() 132 XC_STAT_INIT(pix); in xc_init() 154 for (pix = 0; pix < NCPU; pix++) { in xc_init() 155 maxfreq = MAX(cpunodes[pix].clock_freq, maxfreq); in xc_init() 727 int pix, lcx; in xc_attention() local 777 for (pix = 0; pix < NCPU; pix++) { in xc_attention() 778 if (CPU_IN_SET(tmpset, pix)) { in xc_attention() 782 if (xc_mbox[pix].xc_state == XC_WAIT) { in xc_attention() 783 CPUSET_ADD(recv_cpuset, pix); in xc_attention() [all …]
|
/titanic_44/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc_v4l2.c | 835 if (format->fmt.pix.pixelformat == in usbvc_v4l2_set_format() 847 "pixelformat=%x", format->fmt.pix.pixelformat); in usbvc_v4l2_set_format() 854 frame = usbvc_match_image_size(format->fmt.pix.width, in usbvc_v4l2_set_format() 855 format->fmt.pix.height, fmtgrp); in usbvc_v4l2_set_format() 861 "rh=%d", format->fmt.pix.width, format->fmt.pix.height); in usbvc_v4l2_set_format() 1007 format->fmt.pix.colorspace = fmtgrp->v4l2_color; in usbvc_v4l2_set_format() 1008 format->fmt.pix.field = V4L2_FIELD_NONE; in usbvc_v4l2_set_format() 1009 format->fmt.pix.priv = 0; in usbvc_v4l2_set_format() 1013 format->fmt.pix.width = w; in usbvc_v4l2_set_format() 1014 format->fmt.pix.height = h; in usbvc_v4l2_set_format() [all …]
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 2354 int pix; in cpu_check_allcpus() local 2359 for (pix = 0; pix < NCPU; pix++) { in cpu_check_allcpus() 2360 if (CPU_XCALL_READY(pix)) { in cpu_check_allcpus() 2361 xc_one(pix, (xcfunc_t *)get_cpu_status, in cpu_check_allcpus() 2378 "error on %s%d)", pix, space, in cpu_check_allcpus()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | videodev2.h | 1313 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
|