Searched refs:__tolower (Results 1 – 4 of 4) sorted by relevance
43 static inline unsigned char __tolower(unsigned char c) in __tolower() function57 #define tolower(c) __tolower(c)
49 static inline unsigned char __tolower(unsigned char c) in __tolower() function63 #define tolower(c) __tolower(c)
50 static inline unsigned char __tolower(unsigned char c) in __tolower() function64 #define tolower(c) __tolower(c)
1966 dev->node_props.name[i] = __tolower(asic_name[i]); in kfd_topology_add_device()