Searched refs:oz_serial_ctx (Results 1 – 1 of 1) sorted by relevance
33 struct oz_serial_ctx { struct48 static struct oz_serial_ctx *oz_cdev_claim_ctx(struct oz_pd *pd) in oz_cdev_claim_ctx() argument50 struct oz_serial_ctx *ctx; in oz_cdev_claim_ctx()53 ctx = (struct oz_serial_ctx *) pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_claim_ctx()63 static void oz_cdev_release_ctx(struct oz_serial_ctx *ctx) in oz_cdev_release_ctx()102 struct oz_serial_ctx *ctx; in oz_cdev_read()156 struct oz_serial_ctx *ctx; in oz_cdev_write()186 ctx = (struct oz_serial_ctx *) pd->app_ctx[OZ_APPID_SERIAL]; in oz_cdev_write()326 struct oz_serial_ctx *ctx = oz_cdev_claim_ctx(dev->active_pd); in oz_cdev_poll()432 struct oz_serial_ctx *ctx; in oz_cdev_start()[all …]