Home
last modified time | relevance | path

Searched refs:app_lock (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/ozwpan/
Dozusbsvc.c77 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
82 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
103 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
105 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_start()
125 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_stop()
128 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_stop()
180 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_heartbeat()
184 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_heartbeat()
Dozcdev.c54 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_claim_ctx()
58 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_claim_ctx()
178 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_cdev_write()
189 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_cdev_write()
407 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_start()
410 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_start()
414 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_start()
438 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_stop()
441 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_stop()
Dozusbsvc1.c357 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_rx()
361 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_rx()
425 spin_lock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_farewell()
429 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB-1]); in oz_usb_farewell()
Dozpd.h79 spinlock_t app_lock[OZ_APPID_MAX]; member
Dozpd.c169 spin_lock_init(&pd->app_lock[i]); in oz_pd_alloc()