Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dusb.c156 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rr()
158 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rr()
181 mutex_lock(&dev->vendor_req_mutex); in mt7601u_vendor_single_wr()
183 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_vendor_single_wr()
197 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rmw()
200 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rmw()
209 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rmc()
215 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rmc()
Dmt7601u.h192 struct mutex vendor_req_mutex; member
Dinit.c452 mutex_init(&dev->vendor_req_mutex); in mt7601u_alloc_device()