Searched refs:feedback (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dlinkage.h18 #include <feedback.h>
24 * self-named .text.foo section, and if linker feedback collection
25 * is enabled, add a suitable call to the feedback collection code.
44 /* Create a file-static function entry set up for feedback gathering. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava-post.pl13 s!public [^(]* feedback\([^)]*\)!$& /* no exception */!;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddropsrc.tex59 \docparam{iconCopy}{The icon or cursor used for feedback for copy operation.}
61 \docparam{iconMove}{The icon or cursor used for feedback for move operation.}
63 \docparam{iconNone}{The icon or cursor used for feedback when operation can't be done.}
108 Overridable: you may give some custom UI feedback during the drag and drop operation
120 Return false if you want default feedback, or true if you implement your own
121 feedback. The return values is ignored under GTK.
H A Ddroptrgt.tex9 to give visual feedback or react in a more fine-tuned way, e.g. by not accepting data on
110 Returns the desired operation or {\tt wxDragNone}. This is used for optical feedback
130 Returns the desired operation or {\tt wxDragNone}. This is used for optical feedback
H A Dsplitevt.tex113 tracking bar position so visual feedback during dragging will
H A Dporting.tex192 giving greater feedback to the application than just true or false.
H A Dsocket.tex1121 // possibly give some feedback to the user,
H A Dtreectrl.tex914 Gives the item the visual feedback for Drag'n'Drop actions, which is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound_fm.h58 unsigned char feedback; /* 3 bits: feedback for op0 */ member in struct:snd_dm_fm_voice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound_fm.h58 unsigned char feedback; /* 3 bits: feedback for op0 */ member in struct:snd_dm_fm_voice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h462 /** Enable sending RTCP feedback messages according to RFC 4585 */
463 int feedback; member in struct:RTSPStream
H A Drtsp.c432 rtsp_st->feedback = 1;
2065 if (rtsp_st->feedback) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c650 __db_set_feedback(dbp, feedback)
652 void (*feedback) __P((DB *, int, int));
654 dbp->db_feedback = feedback;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp446 DB_CALLBACK_C_INTERCEPT(feedback,
450 DB_SET_CALLBACK(set_feedback, feedback,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c952 __env_set_feedback(dbenv, feedback)
954 void (*feedback) __P((DB_ENV *, int, int));
956 dbenv->db_feedback = feedback;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dwm8350-regulator.c926 u16 ilim, u16 ramp, u16 feedback)
942 (feedback << WM8350_DC2_FBSRC_SHIFT));
952 (feedback << WM8350_DC5_FBSRC_SHIFT));
925 wm8350_dcdc25_set_mode(struct wm8350 *wm8350, int dcdc, u16 mode, u16 ilim, u16 ramp, u16 feedback) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/wm8350/
H A Dpmic.h767 u16 ilim, u16 ramp, u16 feedback);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c524 /* Set inter-operator feedback */
525 reg_val = (voice->feedback << 1) & OPL3_FEEDBACK_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000.c634 unsigned short feedback; /* feedback level (0xE600-0xE6FF) */ member in struct:soundfont_chorus_fx
648 {0xE680, 0x04D3, 0xBCA6, 0x00000000, 0x0000005B}, /* feedback */
651 {0xE6C0, 0x0B06, 0xBC00, 0x0006E000, 0x00000083}, /* short delay + feedback */
676 EMU8000_INIT3_WRITE(emu, 0x09, chorus_parm[effect].feedback);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpm3fb.c154 unsigned char *feedback,
171 *feedback = f;
152 pm3fb_calculate_clock(unsigned long reqclock, unsigned char *prescale, unsigned char *feedback, unsigned char *postscale) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dipr.c7195 * ipr_reset_next_stage - Process IPL stage change based on feedback register.
7204 u32 feedback; local
7209 feedback = readl(ioa_cfg->regs.init_feedback_reg);
7210 stage = feedback & IPR_IPL_INIT_STAGE_MASK;
7211 stage_time = feedback & IPR_IPL_INIT_STAGE_TIME_MASK;

Completed in 368 milliseconds