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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvideo_encoder.h10 int inputs; /* number of inputs */ member in struct:video_encoder_capability
16 #define ENCODER_SET_INPUT _IOW('e', 3, int) /* 0 <= input < #inputs */
H A Dvideo_decoder.h11 int inputs; /* number of inputs */ member in struct:video_decoder_capability
29 #define DECODER_SET_INPUT _IOW('d', 4, int) /* 0 <= input < #inputs */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvideo_encoder.h10 int inputs; /* number of inputs */ member in struct:video_encoder_capability
16 #define ENCODER_SET_INPUT _IOW('e', 3, int) /* 0 <= input < #inputs */
H A Dvideo_decoder.h11 int inputs; /* number of inputs */ member in struct:video_decoder_capability
29 #define DECODER_SET_INPUT _IOW('d', 4, int) /* 0 <= input < #inputs */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhid-input.c71 list_for_each (lh, &hid->inputs) {
85 if (!list_empty(&hid->inputs)) {
86 hidinput = list_entry(hid->inputs.next, struct hid_input, list);
431 INIT_LIST_HEAD(&hid->inputs);
459 list_add_tail(&hidinput->list, &hid->inputs);
480 * allocates another one if we have more inputs on
482 * UGCI) cram a lot of unrelated inputs into the
504 list_for_each_safe (lh, next, &hid->inputs) {
H A Dhid.h335 struct list_head inputs; /* The list of inputs */ member in struct:hid_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dzr36120_i2c.c75 DEBUG(printk(CARD_DEBUG "capabilities %d %d %d\n",CARD,dc.flags,dc.inputs,dc.outputs));
H A Dadv7175.c83 static char *inputs[] = { "pass_through", "play_back", "color_bar" }; variable
277 cap->inputs = 2;
402 device->name, inputs[iarg]));
H A Dbt856.c178 cap->inputs = 2;
H A Dsaa7111.c238 cap->inputs = 8;
H A Dsaa7185.c289 cap->inputs = 1;
H A Dbt819.c269 cap->inputs = 8;
H A Dsaa7110.c268 dc->inputs = SAA7110_MAX_INPUT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dres_func.S111 | cu_norm handles fmove in instructions with normalized inputs.
1975 | Notes on handling of special case (zero, inf, and nan) inputs:
H A Dssin.S7 | corresponding function values for denormalized inputs.
H A Dsetox.S182 | this code where the separate entry for denormalized inputs
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dkeyspan_pda.S694 movx @dptr, a ; other pins are inputs, bits ignored
H A Dxircom_pgs.S733 movx @dptr, a ; other pins are inputs, bits ignored
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1399 bsr.l funimp_skew # skew sgl or dbl inputs
4576 # easily changed if they were inputs passed in registers.
5386 # addsub_scaler2(): scale inputs to fadd/fsub such that no #
7356 # Unnormalized inputs can come through this point.
7594 # Unnormalized inputs can come through this point.
7883 # bindec is currently scrambling FP_SRC for denorm inputs.
8327 # Multiply: inputs are not both normalized; what are they?
9095 # Divide: inputs are not both normalized; what are they?
10210 # fcmp: inputs are not both normalized; what are they?
10622 # Single Precision Multiply: inputs ar
[all...]
H A Dfpsp.S1400 bsr.l funimp_skew # skew sgl or dbl inputs
6948 # inputs will be done away with.) #
11896 # Multiply: inputs are not both normalized; what are they?
12664 # Divide: inputs are not both normalized; what are they?
13779 # fcmp: inputs are not both normalized; what are they?
14191 # Single Precision Multiply: inputs are not both normalized; what are they?
14526 # Divide: inputs are not both normalized; what are they?
14890 # Add: inputs are not both normalized; what are they?
15343 # Sub: inputs are not both normalized; what are they?
15840 # addsub_scaler2(): scale inputs t
[all...]
H A Dfplsp.S6842 # inputs will be done away with.) #
10195 # t_extdnrm(): Handle DENORM inputs in 060FPLSP. #
10196 # t_resdnrm(): Handle DENORM inputs in 060FPLSP for "fscale". #

Completed in 300 milliseconds