Searched refs:data (Results 1 - 25 of 138) sorted by relevance

123456

/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_edid.h25 * The function efb_read_edid() will return the edid data as retrieved from
38 extern int efb_read_edid(efb_private_t *efb_priv, int port, uint8_t *data,
H A Defb_i2c.h53 void (*set_scl)(void *priv, int port, int data);
54 void (*set_sda)(void *priv, int port, int data);
66 int data);
H A Ddrm_drawable.c50 DRM_COPYTO_WITH_RETURN((void *)data, &draw, sizeof (draw));
H A Ddrm_ioctl.c59 DRM_COPYFROM_WITH_RETURN(&u32, (void *)data, sizeof (u32));
64 DRM_COPYFROM_WITH_RETURN(&u1, (void *)data, sizeof (u1));
82 DRM_COPYTO_WITH_RETURN((void *)data, &u32, sizeof (u32));
85 DRM_COPYTO_WITH_RETURN((void *)data, &u1, sizeof (u1));
141 DRM_COPYFROM_WITH_RETURN(&map32, (void *)data, sizeof (map32));
150 DRM_COPYFROM_WITH_RETURN(&map, (void *)data, sizeof (map));
189 DRM_COPYTO_WITH_RETURN((void *)data, &map32, sizeof (map32));
192 DRM_COPYTO_WITH_RETURN((void *)data, &map, sizeof (map));
211 DRM_COPYFROM_WITH_RETURN(&client32, (void *)data,
221 DRM_COPYFROM_WITH_RETURN(&client, (void *)data,
[all...]
H A Defb_edid.c31 efb_read_edid(efb_private_t *efb_priv, int port, uint8_t *data, uint_t *len) argument
48 /* read data from monitor */
59 status = efb_read_edid_data(efb_priv, port, data, len);
73 * data transfer, this will be guaranteed to clear it.
98 uint8_t *data, uint_t *len)
101 uint8_t *initial = data;
105 status = efb_i2c_read_byte(efb_priv, port, &efb_i2c_fcns, data);
109 ++data;
113 status = efb_i2c_read_byte_noack(efb_priv, port, &efb_i2c_fcns, data);
123 efb_verify_checksum(uint8_t *data) argument
97 efb_read_edid_data(efb_private_t *efb_priv, int port, uint8_t *data, uint_t *len) argument
[all...]
H A Ddrm_context.c182 DRM_COPYFROM_WITH_RETURN(&request32, (void *)data,
188 DRM_COPYFROM_WITH_RETURN(&request, (void *)data,
211 DRM_COPYTO_WITH_RETURN((void *)data, &request32,
215 DRM_COPYTO_WITH_RETURN((void *)data,
233 DRM_COPYFROM_WITH_RETURN(&request32, (void *)data,
240 (void *)data, sizeof (request));
312 DRM_COPYFROM_WITH_RETURN(&res32, (void *)data, sizeof (res32));
317 DRM_COPYFROM_WITH_RETURN(&res, (void *)data, sizeof (res));
335 DRM_COPYTO_WITH_RETURN((void *)data, &res32,
339 DRM_COPYTO_WITH_RETURN((void *)data,
[all...]
H A Ddrm_scatter.c97 DRM_COPYFROM_WITH_RETURN(&request32, (void *)data,
103 DRM_COPYFROM_WITH_RETURN(&request, (void *)data,
127 DRM_COPYTO_WITH_RETURN((void *)data, &data32,
131 DRM_COPYTO_WITH_RETURN((void *)data, &request,
162 DRM_COPYFROM_WITH_RETURN(&request32, (void *)data,
168 DRM_COPYFROM_WITH_RETURN(&request, (void *)data,
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sun_i2c.h53 void *data; member in struct:i2c_adapter
54 void (*setsda) (void *data, int state);
55 void (*setscl) (void *data, int state);
56 int (*getsda) (void *data);
57 int (*getscl) (void *data);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_list_util.h40 int *data; member in struct:__anon96
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_query_device.c39 #include "sun_edid.h" /* EDID data parsing */
53 * Query the frame buffer device for EDID data. Return zero upon
54 * success, along with the EDID data, etc. In the event of an error,
56 * data pointer.
62 gfx_edid_t *edid) /* EDID data, etc. */
67 * Get the EDID data for this video stream's display device
79 edid->data = NULL;
80 return (errno); /* EDID data is unavailable */
94 * retrieve the EDID data from the display device and return the
114 gfx_edid_t edid; /* EDID data, et
[all...]
H A Dast_predid.c25 * ast_predid - Display EDID data
37 #include "fbc_predid.h" /* Display EDID data */
41 #include "ast_predid.h" /* Display EDID data */
48 * Display the EDID data for the display device specified by video
58 int predid_raw, /* TRUE => Display raw EDID data */
59 int predid_parsed) /* TRUE => Display parsed EDID data */
65 gfx_edid_t edid; /* EDID data, etc. */
69 * Get the EDID data for this video stream's display device
73 edid.data = (caddr_t)edid_data;
79 fbc_predid((uint8_t *)edid.data, edi
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_query_device.c39 #include "sun_edid.h" /* EDID data parsing */
57 * Query the frame buffer device for EDID data. Return zero upon
58 * success, along with the EDID data, etc. In the event of an error,
60 * data pointer.
66 gfx_edid_t *edid) /* EDID data, etc. */
71 * Get the EDID data for this video stream's display device
83 edid->data = NULL;
84 return (errno); /* EDID data is unavailable */
98 * retrieve the EDID data from the display device and return the
118 gfx_edid_t edid; /* EDID data, et
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_query_device.c39 #include "sun_edid.h" /* EDID data parsing */
53 * Query the frame buffer device for EDID data. Return zero upon
54 * success, along with the EDID data, etc. In the event of an error,
56 * data pointer.
62 gfx_edid_t *edid) /* EDID data, etc. */
67 * Get the EDID data for this video stream's display device
79 edid->data = NULL;
80 return (errno); /* EDID data is unavailable */
94 * retrieve the EDID data from the display device and return the
114 gfx_edid_t edid; /* EDID data, et
[all...]
H A Dmga_predid.c25 * mga_predid - Display EDID data
33 #include "fbc_predid.h" /* Display EDID data */
37 #include "mga_predid.h" /* Display EDID data */
44 * Display the EDID data for the display device specified by video
54 int predid_raw, /* TRUE => Display raw EDID data */
55 int predid_parsed) /* TRUE => Display parsed EDID data */
61 gfx_edid_t edid; /* EDID data, etc. */
65 * Get the EDID data for this video stream's display device
69 edid.data = (caddr_t)edid_data;
75 fbc_predid((uint8_t *)edid.data, edi
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXpreview.h83 /* The following two functions expect NULL as client data and are appropriate
89 DPSPointer data);
94 DPSPointer data);
97 structure as client data and are appropriate for dealing with an ESPF
111 DPSPointer data);
113 extern char *XDPSEmbeddedGetsFunc(char *buf, int n, FILE *f, DPSPointer data);
118 DPSPointer data);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c62 ************* Packed data conversion table ****************
206 * This packs up to four values in array "data" and
209 * that it packed (that were consumed from "data").
222 * generated to achieve the data (used in unpack).
228 pack_tiny_bytes (char *byte, int *data, int max_len) argument
243 if (data[good_len] < -1) break;
244 if (data[good_len] > 1) break;
281 pack_byte += data[p] + 1; /* bias [-1,1] to [0,2] */
294 * This unpacks up to four values into array "data"
298 * (that were filled into "data")
308 unpack_tiny_bytes(char byte, int *data, int max_len) argument
414 pack_int_core( char *byte, int data, char *pos_tbl, char *neg_tbl, char *lsb_tbl ) argument
589 unpack_int_core( char *inp_str, int *data, char *pos_tbl, char *neg_tbl, char *lsb_tbl ) argument
749 pack_gam_int(char *byte, int data) argument
764 unpack_gam_int(char *byte, int *data) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.h203 * Data - Place data in the buffer and pad the end to provide
207 * "data" is a pinter to a data buffer.
208 * "len" is the length of the data buffer.
212 #define Data(dpy, data, len) \
214 bcopy(data, dpy->bufptr, (int)len);\
217 _XSend(dpy, data, len)
245 #define Data16(dpy, data, len) Data((dpy), (char *)(data), (len))
246 #define Data32(dpy, data, le
[all...]
/solaris-x11-s11/open-src/app/showfont/
H A DMakefile3 # showfont - utility to display data about a font from an X font server
36 MODULE_DESC = the showfont font server data display utility
/solaris-x11-s11/open-src/font/encodings/
H A DMakefile34 MODULE_DESC = data files for libfontenc to map font encodings between character sets
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddraw_db.c69 void *data)
77 dga_db_write((Dga_window)dgawin, buffer, writefunc, data);
88 void *data)
96 dga_db_read((Dga_window)dgawin, buffer, readfunc, data);
107 void *data)
115 dga_db_display((Dga_window)dgawin, buffer, visfunc, data);
67 dga_draw_db_write(Dga_drawable dgadraw, int buffer, int (*writefunc)(void*, Dga_drawable, int), void *data) argument
86 dga_draw_db_read(Dga_drawable dgadraw, int buffer, int (*readfunc)(void*, Dga_drawable, int), void *data) argument
105 dga_draw_db_display(Dga_drawable dgadraw, int buffer, int (*visfunc)(void*, Dga_drawable, int), void *data) argument
/solaris-x11-s11/open-src/
H A DMakefile40 # - data/xbitmaps must be before app, as some applications depend on the
41 # bitmaps installed, but the rest of data depends on applications like
50 app: lib data/xbitmaps font/util
55 data: app
66 data/xbitmaps \
80 data \
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_query_device.c116 * Query the frame buffer device for EDID data. Return zero upon
117 * success, along with the EDID data, etc. In the event of an error,
119 * data pointer.
129 size_t *edid_length) /* Returned EDID data length */
137 gfx_edid_t edid; /* EDID data retrieval structure */
147 * Get the byte length of the available EDID data (else try to fake it)
167 * Allocate the EDID data buffer
169 edid.data = malloc(edid.length);
170 if (edid.data == NULL) {
179 * Get the EDID data
[all...]
/solaris-x11-s11/open-src/app/rgb/
H A DMakefile3 # rgb - X11 color name mapping list data and utility
36 MODULE_DESC = the X11 rgb color name mapping list data and utility
54 # Additional compatibility links for the well-known rgb.txt data file
/solaris-x11-s11/open-src/doc/xorg-sgml-doctools/
H A DMakefile34 MODULE_DESC = stylesheets and other data files used to generate X.Org documentation
/solaris-x11-s11/open-src/font/google-droid/
H A Dgetdroid.sh14 data/fonts/*
19 mv data/fonts "$ARCHIVE"

Completed in 25 milliseconds

123456