Searched refs:type (Results 251 - 275 of 13787) sorted by path

<<11121314151617181920>>

/linux-master/drivers/hid/
H A Dhid-gyration.c64 input_event(input, usage->type, usage->code, 1);
66 input_event(input, usage->type, usage->code, 0);
H A Dhid-icade.c170 !usage->type)
182 input_event(field->hidinput->input, usage->type,
215 if (usage->type == EV_KEY)
216 set_bit(usage->type, hi->input->evbit);
H A Dhid-ntrig.c553 if (usage->type == EV_KEY || usage->type == EV_REL
554 || usage->type == EV_ABS)
H A Dhid-picolcd_backlight.c67 props.type = BACKLIGHT_RAW;
H A Dhid-roccat-koneplus.h71 uint8_t type; member in struct:koneplus_mouse_report_button
107 uint8_t type; member in struct:koneplus_roccat_report
H A Dhid-roccat-kovaplus.h79 uint8_t type; member in struct:kovaplus_mouse_report_button
101 /* data1 = type as in profile_buttons; data2 = action */
111 uint8_t type; member in struct:kovaplus_roccat_report
H A Dhid-roccat-pyra.h75 uint8_t type; member in struct:pyra_mouse_event_button
82 uint8_t type; member in struct:pyra_mouse_event_audio
135 uint8_t type; member in struct:pyra_roccat_report
H A Dhid-roccat-savu.h17 uint8_t type; member in struct:savu_mouse_report_special
48 uint8_t type; member in struct:savu_roccat_report
H A Dhid-waltop.c656 if (report->type == HID_INPUT_REPORT && report->id == 16 && size >= 8) {
672 report->type == HID_INPUT_REPORT &&
H A Dhid-xinmo.c34 input_event(field->hidinput->input, usage->type,
/linux-master/drivers/iio/accel/
H A Dmma9551_core.h34 .type = IIO_ACCEL, \
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_iio_sensor.h7 .type = _type,\
23 .type = IIO_TIMESTAMP, \
/linux-master/drivers/iio/dummy/
H A Diio_simple_dummy.h56 enum iio_event_type type,
61 enum iio_event_type type,
67 enum iio_event_type type,
74 enum iio_event_type type,
/linux-master/drivers/infiniband/core/
H A Dmr_pool.c37 enum ib_mr_type type, u32 max_num_sg, u32 max_num_meta_sg)
44 if (type == IB_MR_TYPE_INTEGRITY)
48 mr = ib_alloc_mr(qp->pd, type, max_num_sg);
36 ib_mr_pool_init(struct ib_qp *qp, struct list_head *list, int nr, enum ib_mr_type type, u32 max_num_sg, u32 max_num_meta_sg) argument
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c91 const char *type; local
103 type = "internal error";
106 type = "uplink bus error";
109 type = "DDR data error";
112 type = "internal parity error";
115 type = "unknown error";
119 mthca_err(dev, "Catastrophic error detected: %s\n", type);
H A Dmthca_cmd.h313 int mthca_CONF_SPECIAL_QP(struct mthca_dev *dev, int type, u32 qpn);
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_transport.h50 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num);
51 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num);
H A Dusnic_vnic.h61 enum usnic_vnic_res_type type; member in struct:usnic_vnic_res
69 enum usnic_vnic_res_type type; member in struct:usnic_vnic_res_chunk
77 enum usnic_vnic_res_type type; member in struct:usnic_vnic_res_desc
102 enum usnic_vnic_res_type type);
104 enum usnic_vnic_res_type type);
107 enum usnic_vnic_res_type type,
/linux-master/drivers/input/
H A Dapm-power.c31 static void apmpower_event(struct input_handle *handle, unsigned int type, argument
38 switch (type) {
H A Dinput-compat.c26 event->type = compat_event.type;
46 compat_event.type = event->type;
82 if (compat_effect->type == FF_PERIODIC &&
H A Dinput-compat.h20 __u16 type; member in struct:input_event_compat
39 __u16 type; member in struct:ff_effect_compat
H A Dmousedev.c347 unsigned int type, unsigned int code, int value)
351 switch (type) {
346 mousedev_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
/linux-master/drivers/input/joystick/iforce/
H A Diforce-ff.c171 for (i = 1; iforce->type->btn[i] >= 0; i++)
172 if (iforce->type->btn[i] == button)
188 if (new->type != FF_SPRING && new->type != FF_FRICTION) {
189 dev_warn(&iforce->dev->dev, "bad effect type in %s\n",
213 if (effect->type != FF_CONSTANT) {
214 dev_warn(&iforce->dev->dev, "bad effect type in %s\n",
229 switch (effect->type) {
247 dev_warn(&iforce->dev->dev, "bad effect type in %s\n",
261 if (new->type !
471 u8 type; local
[all...]
H A Diforce-packets.c127 for (i = 0; iforce->type->btn[i] >= 0; i++)
128 input_report_key(dev, iforce->type->btn[i],
/linux-master/drivers/input/misc/
H A Dgpio-beeper.c35 static int gpio_beeper_event(struct input_dev *dev, unsigned int type, argument
40 if (type != EV_SND || code != SND_BELL)

Completed in 232 milliseconds

<<11121314151617181920>>