Home
last modified time | relevance | path

Searched refs:dstr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dgop.c267 const char *dstr; in match_list() local
275 dstr = "rgb"; in match_list()
278 dstr = "bgr"; in match_list()
281 dstr = ""; in match_list()
285 dstr = "blt"; in match_list()
288 dstr = "xxx"; in match_list()
298 dstr, depth); in match_list()
/linux/drivers/ata/pata_parport/
H A Ddstr.c216 static struct pi_protocol dstr = { variable
235 module_pata_parport_driver(dstr);
H A DMakefile8 obj-$(CONFIG_PATA_PARPORT_DSTR) += dstr.o