Searched refs:ACT2000_FLAGS_RUNNING (Results 1 – 3 of 3) sorted by relevance
284 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()294 if (card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()305 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()313 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()342 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()350 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()354 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()369 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()389 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()397 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()[all …]
90 #define ACT2000_FLAGS_RUNNING 1 /* Cards driver activated */ macro
920 card->flags |= ACT2000_FLAGS_RUNNING; in actcapi_dispatch()