Searched refs:inputs (Results 101 - 121 of 121) sorted by relevance

12345

/linux-master/drivers/hid/
H A Dhid-sony.c1603 if (list_empty(&sc->hdev->inputs)) {
1604 hid_err(sc->hdev, "no inputs found\n");
1607 hidinput = list_entry(sc->hdev->inputs.next, struct hid_input, list);
H A Dhid-sensor-hub.c633 INIT_LIST_HEAD(&hdev->inputs);
H A Dhid-logitech-hidpp.c2777 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
2787 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
2834 if (list_empty(&hid->inputs)) {
2835 hid_err(hid, "no inputs found\n");
2838 hidinput = list_entry(hid->inputs.next, struct hid_input, list);
4474 /* Now export the actual inputs and hidraw nodes to the world */
H A Dhid-multitouch.c1687 list_for_each_entry(hidinput, &hid->inputs, list) {
H A Dhid-core.c854 /* ignore constant inputs, they will be ignored by hid-input */
2963 list_for_each_entry(hidinput, &hid->inputs, list) {
/linux-master/drivers/media/pci/saa7146/
H A Dmxb.c837 .inputs = MXB_INPUTS,
/linux-master/include/linux/
H A Dhid.h654 struct list_head inputs; /* The list of inputs */ member in struct:hid_device
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c84 mdp_set_src_config(&param.inputs[0], frame, &src_vb->vb2_buf);
H A Dmtk-mdp3-comp.c2061 ctx->input = &frame->inputs[arg];
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S110 | cu_norm handles fmove in instructions with normalized inputs.
1974 | 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
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c1229 struct hid_input *hidinput = list_entry(hid->inputs.next,
/linux-master/sound/usb/
H A Dmixer_scarlett2.c221 /* Maximum number of inputs to the mixer */
233 * 4 Mix inputs
238 * 20 inputs, 20 outputs, 25 matrix inputs, 12 spare
871 /* the number of analogue inputs with a software switchable
879 /* the number of analogue inputs with a software switchable
884 /* the number of analogue inputs with a software switchable
904 /* the number of inputs each phantom switch controls */
907 /* the number of inputs with software-controllable gain */
2292 /* Send a USB message to get the volumes for all inputs o
3263 int inputs = private->info->gain_input_count; local
[all...]
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-av.c1525 .inputs = 2,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c1682 if (isp->inputs[asd->input_curr].type == TEST_PATTERN) {
1888 isp->inputs[asd->input_curr].camera);
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c1941 * Each ADC is connected from a mixer of all inputs. This makes possible
5841 if (cfg->inputs[i].is_headset_mic && !spec->headset_mic_pin)
5842 spec->headset_mic_pin = cfg->inputs[i].pin;
5843 if (cfg->inputs[i].is_headphone_mic && !spec->headphone_mic_pin)
5844 spec->headphone_mic_pin = cfg->inputs[i].pin;
6137 if (cfg->inputs[i].type != AUTO_PIN_MIC)
6139 nid = cfg->inputs[i].pin;
6181 hda_nid_t nid = cfg->inputs[i].pin;
6183 if (cfg->inputs[i].type != AUTO_PIN_MIC)
11725 * Each ADC is connected from a mixer of all inputs
[all...]
/linux-master/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". #
/linux-master/crypto/
H A Dtestmgr.c90 * validation the algorithm does on the inputs such as length checks.
769 const struct kvec *inputs,
775 iov_iter_kvec(&input, ITER_SOURCE, inputs, nr_inputs, src_total_len);
764 build_cipher_test_sglists(struct cipher_test_sglists *tsgls, const struct testvec_config *cfg, unsigned int alignmask, unsigned int src_total_len, unsigned int dst_total_len, const struct kvec *inputs, unsigned int nr_inputs) argument

Completed in 667 milliseconds

12345