Searched refs:input (Results 301 - 325 of 1699) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c325 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) {
497 p_ll2_conn->input.conn_type);
603 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) {
962 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type;
988 p_ramrod->mtu = cpu_to_le16(p_ll2_conn->input.mtu);
995 p_ramrod->drop_ttl0_flg = p_ll2_conn->input.rx_drop_ttl0_flg;
997 p_ll2_conn->input.rx_vlan_removal_en;
1000 p_ll2_conn->input.conn_type == QED_LL2_TYPE_FCOE)
1017 p_ramrod->gsi_offload_flag = p_ll2_conn->input.gsi_enable;
1026 enum qed_ll2_conn_type conn_type = p_ll2_conn->input
[all...]
/linux-master/drivers/mfd/
H A Ducb1x00-assabet.c15 #include <linux/input.h>
20 #define UCB1X00_ATTR(name,input)\
27 val = ucb1x00_adc_read(ucb, input, UCB_NOSYNC); \
/linux-master/drivers/input/touchscreen/
H A Dgoodix.h7 #include <linux/input.h>
8 #include <linux/input/mt.h>
9 #include <linux/input/touchscreen.h>
H A Dzforce_ts.c15 #include <linux/input.h>
22 #include <linux/input/mt.h>
23 #include <linux/input/touchscreen.h>
96 * @input the input device
109 struct input_dev *input; member in struct:zforce_ts
387 input_mt_slot(ts->input, point.id - 1);
389 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER,
393 touchscreen_report_pos(ts->input, &ts->prop,
396 input_report_abs(ts->input, ABS_MT_TOUCH_MAJO
614 struct input_dev *input = ts->input; local
659 struct input_dev *input = ts->input; local
[all...]
H A Dmxs-lradc-ts.c15 #include <linux/input.h>
578 struct input_dev *input; local
581 input = devm_input_allocate_device(dev);
582 if (!input)
585 input->name = "mxs-lradc-ts";
586 input->id.bustype = BUS_HOST;
587 input->open = mxs_lradc_ts_open;
588 input->close = mxs_lradc_ts_close;
590 __set_bit(INPUT_PROP_DIRECT, input->propbit);
591 input_set_capability(input, EV_KE
[all...]
/linux-master/kernel/trace/
H A Dkprobe_event_gen_test.c76 static bool trace_event_file_is_valid(struct trace_event_file *input) argument
78 return input && !IS_ERR(input);
/linux-master/drivers/power/reset/
H A Dgpio-poweroff.c55 bool input = false; local
64 input = device_property_read_bool(&pdev->dev, "input");
65 if (input)
/linux-master/drivers/input/misc/
H A Dpm8941-pwrkey.c9 #include <linux/input.h>
73 struct input_dev *input; member in struct:pm8941_pwrkey
178 input_report_key(pwrkey->input, pwrkey->code, 1);
179 input_sync(pwrkey->input);
183 input_report_key(pwrkey->input, pwrkey->code, sts);
184 input_sync(pwrkey->input);
329 pwrkey->input = devm_input_allocate_device(&pdev->dev);
330 if (!pwrkey->input) {
331 dev_dbg(&pdev->dev, "unable to allocate input device\n");
335 input_set_capability(pwrkey->input, EV_KE
[all...]
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c118 const __be16 *input = *rlc_in; local
125 if (input > end_of_input)
127 stat = ntohs(*input++);
142 if (input > end_of_input)
144 in = ntohs(*input++);
170 *rlc_in = input;
577 static void fill_encoder_block(const u8 *input, s16 *dst, argument
583 for (j = 0; j < 8; j++, input += input_step)
584 *dst++ = *input;
585 input
589 var_intra(const s16 *input) argument
643 fill_decoder_block(u8 *dst, const s16 *input, int stride, unsigned int dst_step) argument
684 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, struct fwht_cframe *cf, u32 height, u32 width, u32 stride, unsigned int input_step, bool is_intra, bool next_is_intra) argument
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c285 * If this field is set to RESIZER_INPUT_VP, the resizer input is fed from
388 * This field makes sense only when the resizer obtains its input
393 * When the resizer gets its input from SDRAM, this field must be set
410 * resizer_set_input_size - Setup the input size
430 * resizer_set_src_offs - Setup the memory offset for the input lines
436 * 0x0 if the resizer input is from preview engine/CCDC.
464 * __resizer_set_inaddr - Helper function for set input address
466 * @addr: input address
488 * max intermediate rate <= L3 clock * input height / output height
491 * The maximum data rate at the resizer input i
779 resizer_calc_ratios(struct isp_res_device *res, struct v4l2_rect *input, struct v4l2_mbus_framefmt *output, struct resizer_ratio *ratio) argument
910 resizer_set_crop_params(struct isp_res_device *res, const struct v4l2_mbus_framefmt *input, const struct v4l2_mbus_framefmt *output) argument
[all...]
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7269.c12 #include <linux/input.h>
H A Ddevices-rsk7264.c11 #include <linux/input.h>
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.h36 * @input: Active input
64 enum ipipeif_input_entity input; member in struct:iss_ipipeif_device
H A Diss_resizer.h34 * @input: Active input
47 enum resizer_input_entity input; member in struct:iss_resizer_device
/linux-master/drivers/media/pci/cx88/
H A DMakefile3 cx88-dsp.o cx88-input.o
/linux-master/drivers/media/pci/bt8xx/
H A DMakefile4 bttv-input.o bttv-audio-hook.o btcx-risc.o
/linux-master/drivers/media/usb/au0828/
H A DMakefile9 au0828-objs += au0828-input.o
/linux-master/drivers/media/usb/cx231xx/
H A DMakefile4 cx231xx-$(CONFIG_VIDEO_CX231XX_RC) += cx231xx-input.o
/linux-master/drivers/media/usb/em28xx/
H A DMakefile6 em28xx-rc-objs := em28xx-input.o
/linux-master/drivers/hid/
H A Dhid-kensington.c12 #include <linux/input.h>
H A Dhid-xinmo.c6 * -1). It is needed because hid-input discards out of bounds values.
34 input_event(field->hidinput->input, usage->type,
H A Dhid-cypress.c17 #include <linux/input.h>
119 struct input_dev *input = field->hidinput->input; local
121 input_event(input, usage->type, REL_HWHEEL, value);
/linux-master/include/uapi/linux/
H A Dwmi.h30 volatile __u32 input[4]; member in struct:calling_interface_buffer
/linux-master/include/linux/
H A Drmi.h12 #include <linux/input.h>
272 struct input_dev *input; member in struct:rmi_transport_dev
308 struct input_dev *input);
353 struct input_dev *input; member in struct:rmi_driver_data
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dta_rap_if.h67 struct ta_rap_cmd_input_data input; member in union:ta_rap_cmd_input

Completed in 220 milliseconds

<<11121314151617181920>>