Home
last modified time | relevance | path

Searched refs:splash_decoder_t (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/dev/fb/
H A Dsplash.c48 static splash_decoder_t *splash_decoder;
52 static splash_decoder_t **decoder_set;
60 splash_find_data(splash_decoder_t *decoder) in splash_find_data()
87 splash_test(splash_decoder_t *decoder) in splash_test()
102 splash_new(splash_decoder_t *decoder) in splash_new()
110 splash_register(splash_decoder_t *decoder) in splash_register()
112 splash_decoder_t **p; in splash_register()
155 splash_unregister(splash_decoder_t *decoder) in splash_unregister()
H A Dsplashreg.h46 typedef struct image_decoder splash_decoder_t; typedef
94 int splash_register(splash_decoder_t *decoder);
95 int splash_unregister(splash_decoder_t *decoder);
H A Dsplash_txt.c54 static splash_decoder_t txt_decoder = {
H A Dsplash_pcx.c52 static splash_decoder_t pcx_decoder = {
H A Dsplash_bmp.c55 static splash_decoder_t bmp_decoder = {