Home
last modified time | relevance | path

Searched refs:__tolower (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dctype.h43 static inline unsigned char __tolower(unsigned char c) in __tolower() function
57 #define tolower(c) __tolower(c)
/openbmc/linux/include/linux/
H A Dctype.h49 static inline unsigned char __tolower(unsigned char c) in __tolower() function
63 #define tolower(c) __tolower(c)
/openbmc/linux/tools/include/linux/
H A Dctype.h50 static inline unsigned char __tolower(unsigned char c) in __tolower() function
64 #define tolower(c) __tolower(c)
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c1966 dev->node_props.name[i] = __tolower(asic_name[i]); in kfd_topology_add_device()