Lines Matching defs:trigger
366 * __tcs_set_trigger() - Start xfer on a TCS or unset trigger on a borrowed TCS
369 * @trigger: If true then untrigger/retrigger. If false then just untrigger.
371 * In the normal case we only ever call with "trigger=true" to start a
372 * transfer. That will un-trigger/disable the TCS from the last transfer
373 * then trigger/enable for this transfer.
376 * this function with "trigger=false" to just do the un-trigger/disable
382 static void __tcs_set_trigger(struct rsc_drv *drv, int tcs_id, bool trigger)
389 * While clearing ensure that the AMC mode trigger is cleared
398 if (trigger) {
399 /* Enable the AMC mode on the TCS and then trigger the TCS */
457 * votes, clear AMC trigger & enable modes and
485 * __tcs_buffer_write() - Write to TCS hardware from a request; don't trigger.
623 * rpmh_rsc_send_data() - Write / trigger active-only message.
679 * - The interrupt can't go off until we trigger w/ the last line
728 * rpmh_rsc_write_ctrl_data() - Write request to controller but don't trigger.