Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ozwpan/
Dozcdev.c34 struct oz_serial_ctx { struct
51 static struct oz_serial_ctx *oz_cdev_claim_ctx(struct oz_pd *pd) in oz_cdev_claim_ctx() argument
53 struct oz_serial_ctx *ctx; in oz_cdev_claim_ctx()
55 ctx = (struct oz_serial_ctx *)pd->app_ctx[OZ_APPID_SERIAL-1]; in oz_cdev_claim_ctx()
64 static void oz_cdev_release_ctx(struct oz_serial_ctx *ctx) in oz_cdev_release_ctx()
101 struct oz_serial_ctx *ctx = 0; in oz_cdev_read()
154 struct oz_serial_ctx *ctx; in oz_cdev_write()
182 ctx = (struct oz_serial_ctx *)pd->app_ctx[OZ_APPID_SERIAL-1]; in oz_cdev_write()
324 struct oz_serial_ctx *ctx = oz_cdev_claim_ctx(dev->active_pd); in oz_cdev_poll()
398 struct oz_serial_ctx *ctx; in oz_cdev_start()
[all …]