Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fb/
H A Dsplash.c50 static splash_decoder_t *splash_decoder;
54 static splash_decoder_t **decoder_set;
62 splash_find_data(splash_decoder_t *decoder) in splash_find_data()
89 splash_test(splash_decoder_t *decoder) in splash_test()
104 splash_new(splash_decoder_t *decoder) in splash_new()
112 splash_register(splash_decoder_t *decoder) in splash_register()
114 splash_decoder_t **p; in splash_register()
157 splash_unregister(splash_decoder_t *decoder) in splash_unregister()
H A Dsplashreg.h48 typedef struct image_decoder splash_decoder_t; typedef
96 int splash_register(splash_decoder_t *decoder);
97 int splash_unregister(splash_decoder_t *decoder);
H A Dsplash_txt.c56 static splash_decoder_t txt_decoder = {
H A Dsplash_pcx.c54 static splash_decoder_t pcx_decoder = {
H A Dsplash_bmp.c57 static splash_decoder_t bmp_decoder = {