Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dstring.h98 extern char * strswab(const char *);
/rk3399_rockchip-uboot/drivers/block/
H A Dide.c645 strswab(dev_desc->revision); in ide_ident()
646 strswab(dev_desc->vendor); in ide_ident()
647 strswab(dev_desc->product); in ide_ident()
/rk3399_rockchip-uboot/lib/
H A Dstring.c440 char *strswab(const char *s) in strswab() function