Searched refs:vendor_req_mutex (Results 1 – 3 of 3) sorted by relevance
125 /* should be called with vendor_req_mutex held */149 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rr() 151 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rr() 156 /* should be called with vendor_req_mutex held */174 mutex_lock(&dev->vendor_req_mutex); in mt7601u_vendor_single_wr() 176 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_vendor_single_wr() 190 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rmw() 193 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rmw() 202 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rmc() 208 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rmc() [all...]
184 struct mutex vendor_req_mutex; member
444 mutex_init(&dev->vendor_req_mutex); in mt7601u_alloc_device()