Home
last modified time | relevance | path

Searched refs:_trigger (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js266 _trigger: function(type, args) { method
276 $e = this._trigger("before" + type, args);
281 this._trigger(type, [].slice.call(arguments, 1));
283 this._trigger(deprecatedType, [].slice.call(arguments, 1));
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c1018 static bool _trigger(struct pl330_thread *thrd) in _trigger() function
1096 return _trigger(thrd); in _start()