Searched refs:ACT2000_FLAGS_RUNNING (Results 1 – 3 of 3) sorted by relevance
281 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()290 if (card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()300 if (!(card->flags & ACT2000_FLAGS_RUNNING)) in act2000_command()308 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()338 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()346 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()350 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()365 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()385 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()393 if (!card->flags & ACT2000_FLAGS_RUNNING) in act2000_command()[all …]
89 #define ACT2000_FLAGS_RUNNING 1 /* Cards driver activated */ macro
920 card->flags |= ACT2000_FLAGS_RUNNING; in actcapi_dispatch()