Lines Matching full:named

807  * find_named_trigger - Find the common named trigger associated with @name
808 * @name: The name of the set of named triggers to find the common data for
810 * Named triggers are sets of triggers that share a common set of
811 * trigger data. The first named trigger registered with a given name
817 * Return: the common trigger data for the given named trigger on
838 * is_named_trigger - determine if a given trigger is a named trigger
841 * Return: true if 'test' is a named trigger, false otherwise.
856 * save_named_trigger - save the trigger in the named trigger list
857 * @name: The name of the named trigger set
874 * del_named_trigger - delete a trigger from the named trigger list
902 * pause_named_trigger - Pause all named triggers with the same name
903 * @data: The trigger data of a named trigger to pause
905 * Pauses a named trigger along with all other triggers having the
906 * same name. Because named triggers share a common set of data,
907 * pausing only one is meaningless, so pausing one named trigger needs
916 * unpause_named_trigger - Un-pause all named triggers with the same name
917 * @data: The trigger data of a named trigger to unpause
919 * Un-pauses a named trigger along with all other triggers having the
920 * same name. Because named triggers share a common set of data,
921 * unpausing only one is meaningless, so unpausing one named trigger
930 * set_named_trigger_data - Associate common named trigger data
932 * @named_data: The common named trigger to be associated
934 * Named triggers are sets of triggers that share a common set of
935 * trigger data. The first named trigger registered with a given name