Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/
HDclnt.h248 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument
250 argsp, xres, resp, secs)
265 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
267 argsp, xres, resp, secs)
268 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
270 argsp, xres, resp, secs)
272 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
274 argsp, xres, resp, secs))
275 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
277 argsp, xres, resp, secs))
[all …]
/NextBSD/include/rpc/
HDclnt.h160 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
162 argsp, xres, resp, secs))
163 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
165 argsp, xres, resp, secs))
191 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
192 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/NextBSD/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c55 int xres = mode->hdisplay; in radeon_legacy_rmx_mode_set() local
118 if (xres > native_mode->hdisplay) in radeon_legacy_rmx_mode_set()
119 xres = native_mode->hdisplay; in radeon_legacy_rmx_mode_set()
123 if (xres == native_mode->hdisplay) in radeon_legacy_rmx_mode_set()
133 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
136 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX) in radeon_legacy_rmx_mode_set()
157 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
198 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
/NextBSD/sys/dev/drm2/
HDdrm_modes.c1016 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
1116 xres = simple_strtol(name, &ch, 10); in drm_mode_parse_command_line_for_connector()
1136 mode->xres = xres; in drm_mode_parse_command_line_for_connector()
1167 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
1173 cmd->xres, cmd->yres, in drm_mode_create_from_cmdline_mode()
HDdrm_fb_helper.c221 mode->xres, mode->yres, in drm_fb_helper_parse_command_line()
687 var->xres > fb->width || var->yres > fb->height ||
691 var->xres, var->yres, var->bits_per_pixel,
1057 if (mode->hdisplay != cmdline_mode->xres || in drm_pick_cmdline_mode()
HDdrmP.h943 int xres, yres; member
/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_fbd.c110 sc->info.fb_width = fb.xres; in bcm_fb_setup_fbd()
140 device_printf(sc->dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_setup_fbd()
HDbcm2835_mbox.c486 fb->xres = msg.physical_w_h.body.resp.width; in bcm2835_mbox_fb_get_w_h()
507 msg.physical_w_h.body.req.width = fb->xres; in bcm2835_mbox_fb_init()
526 fb->xres = msg.physical_w_h.body.resp.width; in bcm2835_mbox_fb_init()
HDbcm2835_fb.c160 sc->width = fb.xres; in bcm_fb_attach()
170 device_printf(dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_attach()
HDbcm2835_mbox_prop.h457 uint32_t xres; member