Home
last modified time | relevance | path

Searched refs:vendor_req_mutex (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dusb.c125 /* 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...]
H A Dmt7601u.h145 * @vendor_req_mutex: protects @vend_buf, ensures atomicity of read/write
184 struct mutex vendor_req_mutex; member
H A Dinit.c444 mutex_init(&dev->vendor_req_mutex); in mt7601u_alloc_device()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dusb.c125 /* 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...]
H A Dmt7601u.h145 * @vendor_req_mutex: protects @vend_buf, ensures atomicity of read/write
184 struct mutex vendor_req_mutex; member
H A Dinit.c444 mutex_init(&dev->vendor_req_mutex); in mt7601u_alloc_device()

Completed in 5 milliseconds