Searched refs:input (Results 76 - 100 of 859) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_zmii.c65 static inline u32 zmii_mode_mask(int mode, int input) argument
69 return ZMII_FER_MII(input);
71 return ZMII_FER_RMII(input);
73 return ZMII_FER_SMII(input);
79 static int __init zmii_init(struct ocp_device *ocpdev, int input, int *mode) argument
84 ZMII_DBG("%d: init(%d, %d)" NL, ocpdev->def->index, input, *mode);
149 "zmii%d: invalid mode %d specified for input %d\n",
150 ocpdev->def->index, *mode, input);
160 /* Enable this input */
161 out_be32(&p->fer, in_be32(&p->fer) | zmii_mode_mask(dev->mode, input));
193 __zmii_enable_mdio(struct ocp_device *ocpdev, int input) argument
203 __zmii_set_speed(struct ocp_device *ocpdev, int input, int speed) argument
218 __zmii_fini(struct ocp_device *ocpdev, int input) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq_conservative.c154 unsigned int input; local
156 ret = sscanf (buf, "%u", &input);
157 if (ret != 1 || input > MAX_SAMPLING_DOWN_FACTOR || input < 1)
161 dbs_tuners_ins.sampling_down_factor = input;
170 unsigned int input; local
172 ret = sscanf (buf, "%u", &input);
175 if (ret != 1 || input > MAX_SAMPLING_RATE || input < MIN_SAMPLING_RATE) {
180 dbs_tuners_ins.sampling_rate = input;
189 unsigned int input; local
208 unsigned int input; local
227 unsigned int input; local
261 unsigned int input; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Derror.c147 * @input: an xmlParserInputPtr input
149 * Displays the associated file and line informations for the current input
153 xmlParserPrintFileInfo(xmlParserInputPtr input) { argument
154 if (input != NULL) {
155 if (input->filename)
157 "%s:%d: ", input->filename,
158 input->line);
161 "Entity: line %d: ", input->line);
167 * @input
228 xmlParserPrintFileContext(xmlParserInputPtr input) argument
253 xmlParserInputPtr input = NULL; local
451 xmlParserInputPtr input = NULL; local
673 xmlParserInputPtr input = NULL; local
716 xmlParserInputPtr input = NULL; local
765 xmlParserInputPtr input = NULL; local
809 xmlParserInputPtr input = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Derror.c147 * @input: an xmlParserInputPtr input
149 * Displays the associated file and line informations for the current input
153 xmlParserPrintFileInfo(xmlParserInputPtr input) { argument
154 if (input != NULL) {
155 if (input->filename)
157 "%s:%d: ", input->filename,
158 input->line);
161 "Entity: line %d: ", input->line);
167 * @input
228 xmlParserPrintFileContext(xmlParserInputPtr input) argument
253 xmlParserInputPtr input = NULL; local
451 xmlParserInputPtr input = NULL; local
673 xmlParserInputPtr input = NULL; local
716 xmlParserInputPtr input = NULL; local
765 xmlParserInputPtr input = NULL; local
809 xmlParserInputPtr input = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Derror.c147 * @input: an xmlParserInputPtr input
149 * Displays the associated file and line informations for the current input
153 xmlParserPrintFileInfo(xmlParserInputPtr input) { argument
154 if (input != NULL) {
155 if (input->filename)
157 "%s:%d: ", input->filename,
158 input->line);
161 "Entity: line %d: ", input->line);
167 * @input
228 xmlParserPrintFileContext(xmlParserInputPtr input) argument
253 xmlParserInputPtr input = NULL; local
451 xmlParserInputPtr input = NULL; local
673 xmlParserInputPtr input = NULL; local
716 xmlParserInputPtr input = NULL; local
765 xmlParserInputPtr input = NULL; local
809 xmlParserInputPtr input = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dylwrap50 INPUT is the input file
69 # The input.
70 input="$1"
72 case "$input" in
78 input="`pwd`/$input"
110 0) $prog "$input" ;;
111 *) $prog "$@" "$input" ;;
127 # The directory holding the input.
128 input_dir=`echo "$input" | se
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-properties-212 exactly\ 2\ input\ files\ required=\u6b64\u529f\u80fd\u9700\u8981\u6070\u597d\u6307\u5b9a\u5169\u500b\u8f38\u5165\u6a94
17 ${MSGCAT} --properties-input --properties-output -t Big5 -o mcat-p-2.out mcat-p-2.properties
H A Dmsgconv-412 exactly\ 2\ input\ files\ required=\u6b64\u529f\u80fd\u9700\u8981\u6070\u597d\u6307\u5b9a\u5169\u500b\u8f38\u5165\u6a94
17 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dcbc3_enc.c62 void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length, argument
72 DES_cbc_encrypt((unsigned char*)input,
86 memcpy(niv2,input[off],sizeof(DES_cblock));
87 DES_cbc_encrypt((unsigned char*)input,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A DMakefile4 hid-objs := hid-core.o hid-input.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/ams/
H A DMakefile5 ams-y := ams-core.o ams-input.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A DMakefile2 em28xx-input.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcbc3_enc.c62 void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length, argument
72 DES_cbc_encrypt((unsigned char*)input,
86 memcpy(niv2,input[off],sizeof(DES_cblock));
87 DES_cbc_encrypt((unsigned char*)input,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dalternative.h62 * Alternative inline assembly with input.
71 #define alternative_input(oldinstr, newinstr, feature, input...) \
83 ".previous" :: "i" (feature), ##input)
86 #define alternative_io(oldinstr, newinstr, feature, output, input...) \
98 ".previous" : output : [feat] "i" (feature), ##input)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dalternative.h67 * Alternative inline assembly with input.
76 #define alternative_input(oldinstr, newinstr, feature, input...) \
88 ".previous" :: "i" (feature), ##input)
91 #define alternative_io(oldinstr, newinstr, feature, output, input...) \
103 ".previous" : output : [feat] "i" (feature), ##input)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A DMakefile1 snd-usb-caiaq-objs := caiaq-device.o caiaq-audio.o caiaq-midi.o caiaq-input.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dbutton.c32 #include <linux/input.h>
87 struct input_dev *input; member in struct:acpi_button
88 char phys[32]; /* for input device */
250 struct input_dev *input; local
257 input = button->input;
265 input_report_switch(input, SW_LID, !state);
268 int keycode = test_bit(KEY_SLEEP, input->keybit) ?
271 input_report_key(input, keycode, 1);
272 input_sync(input);
352 struct input_dev *input; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreader3.py22 input = libxml2.inputBuffer(f) variable
23 reader = input.newTextReader("test_noent")
59 input = libxml2.inputBuffer(f) variable
60 reader = input.newTextReader("test_noent")
130 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
131 reader = input.newTextReader("test3")
146 del input
H A Dreader2.py82 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
83 reader = input.newTextReader("test2")
132 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
133 reader = input.newTextReader("test3")
186 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
187 reader = input.newTextReader("test4")
231 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
232 reader = input.newTextReader("test5")
247 del input
H A Dreader.py14 input = libxml2.inputBuffer(f) variable
15 reader = input.newTextReader("test1")
74 input = libxml2.inputBuffer(f) variable
75 reader = input.newTextReader("test2")
96 input = libxml2.inputBuffer(f) variable
97 reader = input.newTextReader("test3")
115 input = libxml2.inputBuffer(f) variable
116 reader = input.newTextReader("test4")
244 input = libxml2.inputBuffer(f) variable
245 reader = input
261 input = libxml2.inputBuffer(f) variable
281 input = libxml2.inputBuffer(f) variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-video.c94 route.input = itv->card->video_inputs[inp].video_input;
101 route.input = 0; /* Tuner */
103 route.input = 2; /* S-Video */
105 route.input = 1; /* Composite */
115 route.input = UPD64031A_GR_ON | UPD64031A_3DYCS_COMPOSITE;
118 route.input = UPD64031A_GR_OFF | UPD64031A_3DYCS_DISABLE;
120 route.input |= itv->card->gr_config;
126 route.input = UPD64083_YCS_MODE;
131 route.input |= UPD64083_YCNR_MODE;
137 route.input |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dfilter-sr-latin.c145 serbian_to_latin (const char *input, size_t input_len, argument
148 /* Loop through the input string, producing a replacement for each character.
164 const char *input_end = input + input_len;
168 for (ip = input, op = output; ip < input_end; )
197 || (ip >= input + 1
199 || (ip >= input + 2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_enc.c144 if ( rec->data != rec->input)
145 /* we can't write into the input stream */
146 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
150 if (!RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)))
174 memmove(rec->data,rec->input,rec->length);
175 rec->input=rec->data;
196 rec->input[k]=j;
204 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
205 ds,rec->data,rec->input,l);
213 printf("\trec->input
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java94 public void readPriKeyField(Object o, EntityInput input) { argument
97 Object val = input.readKeyObject(format);
100 superAccessor.readPriKeyField(getSuper(o), input);
119 EntityInput input,
124 input.registerPriKeyObject(getValue(o, priKeyField));
128 (getSuper(o), input, startField, endField, superLevel - 1);
139 readField(o, secKeyFields.get(i), input);
154 EntityInput input,
160 (getSuper(o), input, startField, endField, superLevel - 1);
171 readField(o, nonKeyFields.get(i), input);
118 readSecKeyFields(Object o, EntityInput input, int startField, int endField, int superLevel) argument
153 readNonKeyFields(Object o, EntityInput input, int startField, int endField, int superLevel) argument
226 readField(Object o, FieldInfo field, EntityInput input) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dremote.c139 static void print_input(struct remote_input *input) argument
141 if (input->type == INPUT_TYPE_MOUSE) {
142 unsigned char buttons = input->mouse_buttons;
144 input->data.mouse.x, input->data.mouse.y,
153 input->data.keyboard.key_code,
154 input->data.keyboard.key_code,
155 input->data.keyboard.key_flag,
156 input->data.keyboard.key_down
161 static void send_mouse_event(struct input_dev *dev, struct remote_input *input) argument
173 send_keyboard_event(struct input_dev *dev, struct remote_input *input) argument
191 struct remote_input input; local
[all...]

Completed in 307 milliseconds

1234567891011>>