Searched refs:hid (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A DMakefile5 hid-y := hid-core.o hid-input.o hid-quirks.o
6 hid-$(CONFIG_DEBUG_FS) += hid-debug.o
10 obj-$(CONFIG_HID) += hid.o
13 obj-$(CONFIG_HID_GENERIC) += hid-generic.o
15 hid-$(CONFIG_HIDRAW) += hidraw.o
17 hid
[all...]
H A Dhid-evision.c12 #include <linux/hid.h>
15 #include "hid-ids.h"
21 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
25 if ((usage->hid & HID_USAGE) >> 8 == 0x05)
28 if ((usage->hid & HID_USAGE) >> 8 == 0x06)
31 switch (usage->hid & HID_USAGE) {
44 MODULE_DEVICE_TABLE(hid, evision_devices);
H A Dhid-penmount.c7 * based on hid-penmount copyrighted by
15 #include <linux/hid.h>
16 #include "hid-ids.h"
22 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) {
23 if (((usage->hid - 1) & HID_USAGE) == 0) {
38 MODULE_DEVICE_TABLE(hid, penmount_devices);
41 .name = "hid-penmount",
H A Dhid-mf.c25 #include <linux/hid.h>
28 #include "hid-ids.h"
36 struct hid_device *hid = input_get_drvdata(dev); local
52 hid_hw_request(hid, mf->report, HID_REQ_SET_REPORT);
57 static int mf_init(struct hid_device *hid) argument
62 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
67 struct list_head *input_ptr = &hid->inputs;
79 hid_err(hid, "Invalid report, this should never happen!\n");
83 if (list_is_last(input_ptr, &hid->inputs)) {
84 hid_err(hid, "Missin
116 mf_probe(struct hid_device *hid, const struct hid_device_id *id) argument
[all...]
/linux-master/drivers/hid/i2c-hid/
H A DMakefile6 obj-$(CONFIG_I2C_HID_CORE) += i2c-hid.o
8 i2c-hid-objs = i2c-hid-core.o
9 i2c-hid-$(CONFIG_DMI) += i2c-hid-dmi-quirks.o
11 obj-$(CONFIG_I2C_HID_ACPI) += i2c-hid-acpi.o
12 obj-$(CONFIG_I2C_HID_OF) += i2c-hid-of.o
13 obj-$(CONFIG_I2C_HID_OF_ELAN) += i2c-hid-of-elan.o
14 obj-$(CONFIG_I2C_HID_OF_GOODIX) += i2c-hid-of-goodix.o
/linux-master/drivers/iio/common/hid-sensors/
H A DMakefile6 obj-$(CONFIG_HID_SENSOR_IIO_COMMON) += hid-sensor-iio-common.o
7 obj-$(CONFIG_HID_SENSOR_IIO_TRIGGER) += hid-sensor-trigger.o
8 hid-sensor-iio-common-y := hid-sensor-attributes.o
/linux-master/drivers/iio/orientation/
H A DMakefile7 obj-$(CONFIG_HID_SENSOR_INCLINOMETER_3D) += hid-sensor-incl-3d.o
8 obj-$(CONFIG_HID_SENSOR_DEVICE_ROTATION) += hid-sensor-rotation.o
/linux-master/samples/hid/
H A Dhid_bpf_attach.h10 unsigned int hid; member in struct:attach_prog_args
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c10 #include <linux/hid.h>
20 * amdtp_hid_parse() - hid-core .parse() callback
21 * @hid: hid device instance
27 static int amdtp_hid_parse(struct hid_device *hid) argument
29 struct amdtp_hid_data *hid_data = hid->driver_data;
32 return hid_parse_report(hid, cli_data->report_descr[hid_data->index],
37 static int amdtp_hid_start(struct hid_device *hid) argument
42 static void amdtp_hid_stop(struct hid_device *hid) argument
46 static int amdtp_hid_open(struct hid_device *hid) argument
51 amdtp_hid_close(struct hid_device *hid) argument
61 amdtp_hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) argument
79 amdtp_wait_for_response(struct hid_device *hid) argument
102 amdtp_hid_wakeup(struct hid_device *hid) argument
130 struct hid_device *hid; local
[all...]
/linux-master/include/linux/
H A Dhiddev.h29 struct hid_device *hid; member in struct:hiddev
41 int hiddev_connect(struct hid_device *hid, unsigned int force);
43 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field,
45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
47 static inline int hiddev_connect(struct hid_device *hid, argument
50 static inline void hiddev_disconnect(struct hid_device *hid) { } argument
51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, argument
53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } argument
/linux-master/samples/hidraw/
H A DMakefile2 userprogs-always-y += hid-example
/linux-master/tools/testing/selftests/hid/
H A Dhid-apple.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-core.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-gamepad.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-ite.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-keyboard.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-mouse.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-multitouch.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-sony.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-tablet.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-usb_crash.sh7 bash ./run-hid-tools-tests.sh
H A Dhid-wacom.sh7 bash ./run-hid-tools-tests.sh
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c8 #include <linux/hid.h>
11 #include "ishtp-hid.h"
14 * ishtp_hid_parse() - hid-core .parse() callback
15 * @hid: hid device instance
21 static int ishtp_hid_parse(struct hid_device *hid) argument
23 struct ishtp_hid_data *hid_data = hid->driver_data;
27 rv = hid_parse_report(hid, client_data->report_descr[hid_data->index],
36 static int ishtp_hid_start(struct hid_device *hid) argument
41 static void ishtp_hid_stop(struct hid_device *hid) argument
45 ishtp_hid_open(struct hid_device *hid) argument
50 ishtp_hid_close(struct hid_device *hid) argument
54 ishtp_raw_request(struct hid_device *hid, unsigned char reportnum, __u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
104 ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) argument
145 ishtp_wait_for_response(struct hid_device *hid) argument
178 ishtp_hid_wakeup(struct hid_device *hid) argument
210 struct hid_device *hid; local
[all...]
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid_core.c11 #include <linux/hid.h>
102 static int surface_hid_start(struct hid_device *hid) argument
104 struct surface_hid_device *shid = hid->driver_data;
109 static void surface_hid_stop(struct hid_device *hid) argument
111 struct surface_hid_device *shid = hid->driver_data;
126 static int surface_hid_open(struct hid_device *hid) argument
131 static void surface_hid_close(struct hid_device *hid) argument
135 static int surface_hid_parse(struct hid_device *hid) argument
137 struct surface_hid_device *shid = hid->driver_data;
151 status = hid_parse_report(hid, bu
157 surface_hid_raw_request(struct hid_device *hid, unsigned char reportnum, u8 *buf, size_t len, unsigned char rtype, int reqtype) argument
[all...]
/linux-master/sound/pci/hda/
H A Dcs35l41_hda_property.h17 const char *hid);

Completed in 676 milliseconds

1234567891011>>