Lines Matching full:named

1104  * find_named_trigger - Find the common named trigger associated with @name
1105 * @name: The name of the set of named triggers to find the common data for
1107 * Named triggers are sets of triggers that share a common set of
1108 * trigger data. The first named trigger registered with a given name
1114 * Return: the common trigger data for the given named trigger on
1135 * is_named_trigger - determine if a given trigger is a named trigger
1138 * Return: true if 'test' is a named trigger, false otherwise.
1153 * save_named_trigger - save the trigger in the named trigger list
1154 * @name: The name of the named trigger set
1171 * del_named_trigger - delete a trigger from the named trigger list
1199 * pause_named_trigger - Pause all named triggers with the same name
1200 * @data: The trigger data of a named trigger to pause
1202 * Pauses a named trigger along with all other triggers having the
1203 * same name. Because named triggers share a common set of data,
1204 * pausing only one is meaningless, so pausing one named trigger needs
1213 * unpause_named_trigger - Un-pause all named triggers with the same name
1214 * @data: The trigger data of a named trigger to unpause
1216 * Un-pauses a named trigger along with all other triggers having the
1217 * same name. Because named triggers share a common set of data,
1218 * unpausing only one is meaningless, so unpausing one named trigger
1227 * set_named_trigger_data - Associate common named trigger data
1229 * @named_data: The common named trigger to be associated
1231 * Named triggers are sets of triggers that share a common set of
1232 * trigger data. The first named trigger registered with a given name