Home
last modified time | relevance | path

Searched refs:app_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc.c77 old_ctx = pd->app_ctx[OZ_APPID_USB]; in oz_usb_start()
79 pd->app_ctx[OZ_APPID_USB] = usb_ctx; in oz_usb_start()
80 oz_usb_get(pd->app_ctx[OZ_APPID_USB]); in oz_usb_start()
103 pd->app_ctx[OZ_APPID_USB] = NULL; in oz_usb_start()
126 usb_ctx = (struct oz_usb_ctx *) pd->app_ctx[OZ_APPID_USB]; in oz_usb_stop()
127 pd->app_ctx[OZ_APPID_USB] = NULL; in oz_usb_stop()
192 usb_ctx = (struct oz_usb_ctx *) pd->app_ctx[OZ_APPID_USB]; in oz_usb_heartbeat()
Dozcdev.c53 ctx = (struct oz_serial_ctx *) pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_claim_ctx()
186 ctx = (struct oz_serial_ctx *) pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_write()
445 old_ctx = pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_start()
450 pd->app_ctx[OZ_APPID_SERIAL] = ctx; in oz_cdev_start()
477 ctx = (struct oz_serial_ctx *) pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_stop()
478 pd->app_ctx[OZ_APPID_SERIAL] = NULL; in oz_cdev_stop()
Dozpd.h84 void *app_ctx[OZ_NB_APPS]; member
Dozusbsvc1.c376 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB]; in oz_usb_rx()
451 usb_ctx = (struct oz_usb_ctx *)pd->app_ctx[OZ_APPID_USB]; in oz_usb_farewell()