Searched refs:IFF_DRV_OACTIVE (Results 1 – 3 of 3) sorted by relevance
48 #define IFF_DRV_OACTIVE IFF_MASTER macro586 drv_sc->state &= ~IFF_DRV_OACTIVE; in axge_bulk_write_callback()590 if (drv_sc->state & IFF_DRV_OACTIVE) in axge_bulk_write_callback()633 drv_sc->state |= IFF_DRV_OACTIVE; in axge_bulk_write_callback()638 drv_sc->state &= ~IFF_DRV_OACTIVE; in axge_bulk_write_callback()720 drv_sc->state &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE); in axge_stop()
121 #define IFF_DRV_OACTIVE IFF_MASTER macro921 drv_sc->state &= ~IFF_DRV_OACTIVE; in axe_bulk_write_callback()925 if (drv_sc->state & IFF_DRV_OACTIVE) in axe_bulk_write_callback()968 drv_sc->state |= IFF_DRV_OACTIVE; in axe_bulk_write_callback()975 drv_sc->state &= ~IFF_DRV_OACTIVE; in axe_bulk_write_callback()1138 drv_sc->state &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE); in axe_stop()
2473 pub const IFF_DRV_OACTIVE: ::c_int = 0x400; constant