Searched refs:OZ_APPID_SERIAL (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/ozwpan/ |
D | ozcdev.c | 54 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL-1]); in oz_cdev_claim_ctx() 55 ctx = (struct oz_serial_ctx *)pd->app_ctx[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() 173 ei->app_id = OZ_APPID_SERIAL; in oz_cdev_write() 175 app_hdr->app_id = OZ_APPID_SERIAL; in oz_cdev_write() 179 ctx = (struct oz_serial_ctx *)pd->app_ctx[OZ_APPID_SERIAL-1]; in oz_cdev_write() 378 oz_event_log(OZ_EVT_SERVICE, 1, OZ_APPID_SERIAL, 0, 0); in oz_cdev_init() 379 oz_app_enable(OZ_APPID_SERIAL, 1); in oz_cdev_init() 387 oz_event_log(OZ_EVT_SERVICE, 2, OZ_APPID_SERIAL, 0, 0); in oz_cdev_term() 388 oz_app_enable(OZ_APPID_SERIAL, 0); in oz_cdev_term() [all …]
|
D | ozprotocol.h | 139 #define OZ_APPID_SERIAL 0x4 macro 140 #define OZ_APPID_MAX OZ_APPID_SERIAL
|
D | ozpd.c | 86 OZ_APPID_SERIAL},
|