Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/storage/
Dscsiglue.c221 down(&(us->dev_semaphore)); in device_reset()
223 up(&(us->dev_semaphore)); in device_reset()
228 up(&(us->dev_semaphore)); in device_reset()
247 down(&(us->dev_semaphore)); in bus_reset()
252 up(&(us->dev_semaphore)); in bus_reset()
263 up(&(us->dev_semaphore)); in bus_reset()
323 up(&(us->dev_semaphore)); in bus_reset()
Dusb.c407 down(&(us->dev_semaphore)); in usb_stor_control_thread()
455 up(&(us->dev_semaphore)); in usb_stor_control_thread()
713 down(&(ss->dev_semaphore)); in storage_probe()
730 up(&(ss->dev_semaphore)); in storage_probe()
738 up(&(ss->dev_semaphore)); in storage_probe()
748 up(&(ss->dev_semaphore)); in storage_probe()
780 init_MUTEX(&(ss->dev_semaphore)); in storage_probe()
1075 down(&(ss->dev_semaphore)); in storage_disconnect()
1104 up(&(ss->dev_semaphore)); in storage_disconnect()
Dusb.h119 struct semaphore dev_semaphore; /* protect many things */ member