Searched refs:hid (Results 176 - 200 of 338) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dhid-sensor-hub.h9 #include <linux/hid.h>
10 #include <linux/hid-sensor-ids.h>
58 * @hdev: Stores the hid instance.
102 * Used to open hid device for sensor hub.
110 * Used to clode hid device for sensor hub.
215 /* hid-sensor-attributes */
217 /* Common hid sensor iio structure */
239 /* Convert from hid unit expo to regular exponent */
/linux-master/drivers/hid/
H A Dhid-corsair.c19 #include <linux/hid.h>
24 #include "hid-ids.h"
613 switch (usage->hid & HID_USAGE) {
635 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_KEYBOARD)
638 gkey = corsair_usage_to_gkey(usage->hid & HID_USAGE);
644 if ((usage->hid & HID_USAGE) >= CORSAIR_USAGE_SPECIAL_MIN &&
645 (usage->hid & HID_USAGE) <= CORSAIR_USAGE_SPECIAL_MAX) {
646 switch (usage->hid & HID_USAGE) {
737 MODULE_DEVICE_TABLE(hid, corsair_devices);
H A Dhid-saitek.c8 * (This module is based on "hid-ortek".)
21 #include <linux/hid.h>
25 #include "hid-ids.h"
195 MODULE_DEVICE_TABLE(hid, saitek_devices);
H A Dhid-rmi.c10 #include <linux/hid.h>
21 #include "hid-ids.h"
55 * struct rmi_data - stores information for hid communication
181 dev_err(&hdev->dev, "failed to write hid report (%d)\n", ret);
407 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON)
410 if ((usage->hid == HID_GD_X || usage->hid == HID_GD_Y)
422 static void rmi_report(struct hid_device *hid, struct hid_report *report) argument
426 if (!(hid->claimed & HID_CLAIMED_INPUT))
510 /* Allow incoming hid report
[all...]
H A Dhid-picolcd_lcd.c10 #include <linux/hid.h>
15 #include "hid-picolcd.h"
H A Dhid-asus.c12 * This module based on hid-ortek by
27 #include <linux/hid.h>
35 #include "hid-ids.h"
314 if ((usage->hid & HID_USAGE_PAGE) == 0xff310000 &&
315 (usage->hid & HID_USAGE) != 0x00 &&
316 (usage->hid & HID_USAGE) != 0xff && !usage->type) {
318 usage->hid & HID_USAGE);
869 usage->hid == (HID_UP_GENDEVCTRLS | 0x0024) ||
870 usage->hid == (HID_UP_GENDEVCTRLS | 0x0025) ||
871 usage->hid
[all...]
H A Dwacom_wac.h7 #include <linux/hid.h>
163 #define WACOM_BATTERY_USAGE(f) (((f)->hid == HID_DG_BATTERYSTRENGTH) || \
164 ((f)->hid == WACOM_HID_WD_BATTERY_CHARGING) || \
165 ((f)->hid == WACOM_HID_WD_BATTERY_LEVEL))
H A Dhid-roccat-lua.c18 #include <linux/hid.h>
21 #include <linux/hid-roccat.h>
22 #include "hid-ids.h"
23 #include "hid-roccat-common.h"
24 #include "hid-roccat-lua.h"
203 MODULE_DEVICE_TABLE(hid, lua_devices);
H A Dhid-roccat-ryos.c14 #include <linux/hid.h>
17 #include <linux/hid-roccat.h>
18 #include "hid-ids.h"
19 #include "hid-roccat-common.h"
208 MODULE_DEVICE_TABLE(hid, ryos_devices);
H A Dhid-debug.c28 #include <linux/hid.h>
29 #include <linux/hid-debug.h>
579 tab(n+2, f); hid_resolv_usage(field->usage[j].hid, f); seq_printf(f, "\n");
702 void hid_dump_report(struct hid_device *hid, int type, u8 *data, argument
714 report_enum = hid->report_enum + type;
720 hid_debug_event(hid, buf);
725 hid_debug_event(hid, buf);
727 hid_debug_event(hid, "\n");
737 buf = hid_resolv_usage(usage->hid, NULL);
1069 static void hid_dump_input_mapping(struct hid_device *hid, struc argument
[all...]
H A Dhid-picolcd_backlight.c10 #include <linux/hid.h>
15 #include "hid-picolcd.h"
/linux-master/drivers/platform/chrome/
H A Dchromeos_laptop.c61 char hid[ACPI_ID_LEN]; member in struct:acpi_peripheral
178 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN);
514 .hid = "ATML0000",
521 .hid = "ATML0001",
532 .hid = "ATML0000",
539 .hid = "ATML0001",
805 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1))
821 if (!acpi_dev_present(src_dev->hid, NULL, -1))
/linux-master/include/media/
H A Dipu-bridge.h21 .hid = _HID, \
116 const char *hid; member in struct:ipu_sensor_config
/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c13 #include <linux/hid.h>
154 hid_err(hdev, "hid parse failed with %d\n", ret);
163 hid_err(hdev, "hid hw start failed with %d\n", ret);
169 hid_err(hdev, "hid hw open failed with %d\n", ret);
206 MODULE_DEVICE_TABLE(hid, kraken2_table);
227 * When compiled into the kernel, initialize after the hid bus.
H A Dnzxt-smart2.c8 #include <linux/hid.h>
174 struct hid_device *hid; member in struct:drvdata
197 * values (after sending an output hid report, the corresponding field
274 hid_warn_once(drvdata->hid,
459 ret = hid_hw_output_report(drvdata->hid, drvdata->output_buffer,
739 drvdata->hid = hdev;
826 MODULE_DEVICE_TABLE(hid, nzxt_smart2_hid_id_table);
834 * Driver 'nzxt_smart2' was unable to register with bus_type 'hid' because the
/linux-master/drivers/usb/gadget/legacy/
H A DMakefile20 g_hid-y := hid.o
/linux-master/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h61 const struct hid_device *hid; member in struct:hid_bpf_ctx
/linux-master/drivers/char/tpm/
H A Dtpm_tis.c105 static int has_hid(struct acpi_device *dev, const char *hid) argument
110 if (!strcmp(hid, id->id))
310 module_param_string(hid, tpm_pnp_tbl[TIS_HID_USR_IDX].id,
312 MODULE_PARM_DESC(hid, "Set additional specific HID for this driver to probe");
/linux-master/sound/pci/hda/
H A Dhda_component.h71 const char *bus, const char *hid,
/linux-master/drivers/iio/pressure/
H A DMakefile16 obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh27 CONTAINER_IMAGE="registry.freedesktop.org/bentiss/hid/fedora/39:2023-11-22.1"
30 DEFAULT_COMMAND="pip3 install hid-tools; make -C tools/testing/selftests TARGETS=${TARGETS} run_tests"
40 $0 -- ./tools/testing/selftests/hid/hid_bpf
48 O=<kernel_build_path> $0 -- ./tools/testing/selftests/hid/hid_bpf
52 KBUILD_OUTPUT=<kernel_build_path> $0 -- ./tools/testing/selftests/hid/hid_bpf
90 local selftests_dir="${kernel_checkout}/tools/testing/selftests/hid"
/linux-master/arch/powerpc/kvm/
H A Dbook3s_emulate.c712 to_book3s(vcpu)->hid[0] = spr_val;
715 to_book3s(vcpu)->hid[1] = spr_val;
718 to_book3s(vcpu)->hid[2] = spr_val;
721 to_book3s(vcpu)->hid[2] = spr_val;
746 to_book3s(vcpu)->hid[4] = spr_val;
749 to_book3s(vcpu)->hid[5] = spr_val;
898 *spr_val = to_book3s(vcpu)->hid[0];
901 *spr_val = to_book3s(vcpu)->hid[1];
905 *spr_val = to_book3s(vcpu)->hid[2];
909 *spr_val = to_book3s(vcpu)->hid[
[all...]
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt4_l3vpn_test.sh246 local hid=$1
249 eval local hsname=\${hs_t${tid}_${hid}}
260 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hid}/24 dev veth0
H A Dsrv6_end_dt6_l3vpn_test.sh246 local hid=$1
249 eval local hsname=\${hs_t${tid}_${hid}}
259 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hid}/64 dev veth0 nodad
/linux-master/include/uapi/linux/
H A Dhiddev.h38 unsigned hid; member in struct:hiddev_event

Completed in 279 milliseconds

1234567891011>>