Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt7601u/
Dusb.c148 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rr()
150 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rr()
173 mutex_lock(&dev->vendor_req_mutex); in mt7601u_vendor_single_wr()
175 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_vendor_single_wr()
189 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rmw()
192 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rmw()
201 mutex_lock(&dev->vendor_req_mutex); in mt7601u_rmc()
207 mutex_unlock(&dev->vendor_req_mutex); in mt7601u_rmc()
Dmt7601u.h184 struct mutex vendor_req_mutex; member
Dinit.c444 mutex_init(&dev->vendor_req_mutex); in mt7601u_alloc_device()