OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stic_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/tc/
sticvar.h
63
struct
stic_info
*ss_si;
74
struct
stic_info
{
struct
84
u_int32_t *(*si_pbuf_get)(struct
stic_info
*);
85
int (*si_pbuf_post)(struct
stic_info
*, u_int32_t *);
86
int (*si_ioctl)(struct
stic_info
*, u_long, void *, int,
126
void stic_init(struct
stic_info
*);
127
void stic_attach(device_t, struct
stic_info
*, int);
128
void stic_cnattach(struct
stic_info
*);
129
void stic_reset(struct
stic_info
*);
130
void stic_flush(struct
stic_info
*);
[
all
...]
pxg.c
87
static void pxg_init(struct
stic_info
*);
88
static int pxg_ioctl(struct
stic_info
*, u_long, void *, int, struct lwp *);
89
static uint32_t *pxg_pbuf_get(struct
stic_info
*);
90
static int pxg_pbuf_post(struct
stic_info
*, uint32_t *);
91
static int pxg_probe_planes(struct
stic_info
*);
92
static int pxg_probe_sram(struct
stic_info
*);
97
struct
stic_info
*pxg_si;
129
struct
stic_info
*si;
175
struct
stic_info
*si;
184
pxg_init(struct
stic_info
*si
[
all
...]
px.c
94
static void px_init(struct
stic_info
*, int);
95
static int px_ioctl(struct
stic_info
*, u_long, void *, int,
100
static uint32_t *px_pbuf_get(struct
stic_info
*);
101
static int px_pbuf_post(struct
stic_info
*, uint32_t *);
107
struct
stic_info
*px_si;
127
struct
stic_info
*si;
172
struct
stic_info
*si;
181
px_init(struct
stic_info
*si, int bootstrap)
237
struct
stic_info
*si;
311
px_pbuf_get(struct
stic_info
*si
[
all
...]
stic.c
132
static void stic_setup_backing(struct
stic_info
*, struct stic_screen *);
133
static void stic_setup_vdac(struct
stic_info
*);
134
static void stic_clear_screen(struct
stic_info
*);
136
static int stic_get_cmap(struct
stic_info
*, struct wsdisplay_cmap *);
137
static int stic_set_cmap(struct
stic_info
*, struct wsdisplay_cmap *);
138
static int stic_set_cursor(struct
stic_info
*, struct wsdisplay_cursor *);
139
static int stic_get_cursor(struct
stic_info
*, struct wsdisplay_cursor *);
140
static void stic_set_curpos(struct
stic_info
*, struct wsdisplay_curpos *);
141
static void stic_set_hwcurpos(struct
stic_info
*);
270
struct
stic_info
stic_consinfo
272
static struct
stic_info
*
stic_info
[STIC_MAXDV];
variable in typeref:struct:stic_info * []
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025