Home
last modified time | relevance | path

Searched refs:qdf_is_space (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_str.c52 while (end >= str && qdf_is_space(*end)) in qdf_str_right_trim()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_str.h39 static inline bool qdf_is_space(char c) in qdf_is_space() function