Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_util.h92 static inline void __qdf_set_bit(unsigned int nr, unsigned long *addr) in __qdf_set_bit() function
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_util.h214 #define qdf_set_bit(nr, addr) __qdf_set_bit(nr, addr)