Home
last modified time | relevance | path

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

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