Searched refs:triggers (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A DMakefile5 obj-$(CONFIG_LEDS_TRIGGERS) += led-triggers.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dtransaction.c786 * any matching triggers.
1001 * void jbd2_journal_set_triggers() - Add triggers for commit writeout
1005 * Set any triggers on this journal_head. This is always safe, because
1006 * triggers for a committing buffer will be saved off, and triggers for
1009 * Call with NULL to clear the triggers.
1020 struct jbd2_buffer_trigger_type *triggers)
1024 if (!triggers || !triggers->t_frozen)
1027 triggers
1019 jbd2_buffer_frozen_trigger(struct journal_head *jh, void *mapped_data, struct jbd2_buffer_trigger_type *triggers) argument
1030 jbd2_buffer_abort_trigger(struct journal_head *jh, struct jbd2_buffer_trigger_type *triggers) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Djournal.c467 static inline struct ocfs2_triggers *to_ocfs2_trigger(struct jbd2_buffer_trigger_type *triggers) argument
469 return container_of(triggers, struct ocfs2_triggers, ot_triggers);
472 static void ocfs2_frozen_trigger(struct jbd2_buffer_trigger_type *triggers, argument
476 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers);
481 * __ocfs2_journal_access() will only set the triggers if
491 static void ocfs2_dq_frozen_trigger(struct jbd2_buffer_trigger_type *triggers, argument
501 * __ocfs2_journal_access() will only set the triggers if
511 static void ocfs2_db_frozen_trigger(struct jbd2_buffer_trigger_type *triggers, argument
521 * __ocfs2_journal_access() will only set the triggers if
527 static void ocfs2_abort_trigger(struct jbd2_buffer_trigger_type *triggers, argument
612 __ocfs2_journal_access(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, struct ocfs2_triggers *triggers, int type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dpatcheck180 write a regression test containing at least a line that triggers each warning once
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dpatcheck180 write a regression test containing at least a line that triggers each warning once
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djbd2.h1040 struct jbd2_buffer_trigger_type *triggers);
1042 struct jbd2_buffer_trigger_type *triggers);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_pcidas64.c1040 volatile unsigned int ext_trig_falling; /* configure digital triggers to trigger on falling edge */
2127 unsigned int triggers; local
2137 triggers = TRIG_TIMER;
2139 triggers |= TRIG_OTHER;
2141 triggers |= TRIG_FOLLOW;
2142 cmd->scan_begin_src &= triggers;
2147 triggers = TRIG_TIMER;
2149 triggers |= TRIG_NOW;
2151 triggers |= TRIG_EXT;
2152 cmd->convert_src &= triggers;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcomboctrl.tex145 \twocolitem{\windowstyle{wxCC\_SPECIAL\_DCLICK}}{Double-clicking triggers a call

Completed in 220 milliseconds