Lines Matching full:named

1119  * find_named_trigger - Find the common named trigger associated with @name
1120 * @name: The name of the set of named triggers to find the common data for
1122 * Named triggers are sets of triggers that share a common set of
1123 * trigger data. The first named trigger registered with a given name
1129 * Return: the common trigger data for the given named trigger on
1150 * is_named_trigger - determine if a given trigger is a named trigger
1153 * Return: true if 'test' is a named trigger, false otherwise.
1168 * save_named_trigger - save the trigger in the named trigger list
1169 * @name: The name of the named trigger set
1186 * del_named_trigger - delete a trigger from the named trigger list
1214 * pause_named_trigger - Pause all named triggers with the same name
1215 * @data: The trigger data of a named trigger to pause
1217 * Pauses a named trigger along with all other triggers having the
1218 * same name. Because named triggers share a common set of data,
1219 * pausing only one is meaningless, so pausing one named trigger needs
1228 * unpause_named_trigger - Un-pause all named triggers with the same name
1229 * @data: The trigger data of a named trigger to unpause
1231 * Un-pauses a named trigger along with all other triggers having the
1232 * same name. Because named triggers share a common set of data,
1233 * unpausing only one is meaningless, so unpausing one named trigger
1242 * set_named_trigger_data - Associate common named trigger data
1244 * @named_data: The common named trigger to be associated
1246 * Named triggers are sets of triggers that share a common set of
1247 * trigger data. The first named trigger registered with a given name