Home
last modified time | relevance | path

Searched refs:ERR_CAST (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/doc/
DREADME.coccinelle358 msg="ERR_CAST can be used with %s" % (x)
365 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg
366 /home/user/linux/crypto/authenc.c:619:9-16: ERR_CAST can be used with auth
367 /home/user/linux/crypto/xts.c:227:9-16: ERR_CAST can be used with alg
391 + ERR_CAST(x)
405 + return ERR_CAST(alg);
481 msg="ERR_CAST can be used with %s" % (x)
489 …ome/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST can be used with …
490 …user/linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CAST can be used with …
491 …ome/user/linux/crypto/xts.c::face=ovl-face1::linb=227::colb=9::cole=16][ERR_CAST can be used with …
/external/u-boot/include/linux/
Derr.h51 static inline void * __must_check ERR_CAST(__force const void *ptr) in ERR_CAST() function
/external/u-boot/drivers/core/
Dsyscon-uclass.c171 return ERR_CAST(syscon); in syscon_node_to_regmap()
/external/u-boot/fs/ubifs/
Dlpt.c1464 return ERR_CAST(nnode); in ubifs_lpt_lookup()
1469 return ERR_CAST(pnode); in ubifs_lpt_lookup()
1592 return ERR_CAST(nnode); in ubifs_lpt_lookup_dirty()
1600 return ERR_CAST(nnode); in ubifs_lpt_lookup_dirty()
1603 return ERR_CAST(nnode); in ubifs_lpt_lookup_dirty()
1608 return ERR_CAST(pnode); in ubifs_lpt_lookup_dirty()
1611 return ERR_CAST(pnode); in ubifs_lpt_lookup_dirty()
Dlpt_commit.c644 return ERR_CAST(nnode); in pnode_lookup()
Dsuper.c2466 return ERR_CAST(ubi); in ubifs_mount()