media_entity_enum_test_and_set(9) Test whether the entity is marked, and mark it

SYNOPSIS

bool media_entity_enum_test_and_set(struct media_entity_enum * ent_enum, struct media_entity * entity);

ARGUMENTS

ent_enum

Entity enumeration

entity

Entity to be tested

DESCRIPTION

Returns true if the entity was marked, and mark it before doing so.

COPYRIGHT