Home
last modified time | relevance | path

Searched refs:__tolower (Results 1 - 5 of 5) sorted by relevance

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

Completed in 4 milliseconds