Home
last modified time | relevance | path

Searched defs:hid (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/hid/
Dhid-input.c84 static struct hid_usage *hidinput_find_key(struct hid_device *hid, hid_usage_cmp_t match, unsigned … in hidinput_find_key()
113 static struct hid_usage *hidinput_locate_usage(struct hid_device *hid, const struct input_keymap_en… in hidinput_locate_usage()
132 struct hid_device *hid = input_get_drvdata(dev); in hidinput_getkeycode() local
151 struct hid_device *hid = input_get_drvdata(dev); in hidinput_setkeycode() local
1756 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event()
1898 void hidinput_report_event(struct hid_device *hid, struct hid_report *report) in hidinput_report_event()
1910 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_fi… in hidinput_find_field()
1930 struct hid_field *hidinput_get_led_field(struct hid_device *hid) in hidinput_get_led_field()
1951 unsigned int hidinput_count_leds(struct hid_device *hid) in hidinput_count_leds()
1975 struct hid_device *hid = container_of(work, struct hid_device, led_work); in hidinput_led_worker() local
[all …]
Dhid-core.c701 struct hid_device *hid = to_hid_device(dev); in hid_device_release() local
769 struct hid_device *hid = parser->device; in hid_scan_input_usage() local
791 struct hid_device *hid = parser->device; in hid_scan_collection() local
869 static int hid_scan_report(struct hid_device *hid) in hid_scan_report()
938 int hid_parse_report(struct hid_device *hid, u8 *start, unsigned size) in hid_parse_report()
966 struct hid_report *hid_validate_values(struct hid_device *hid, unsigned int type, unsigned int id, in hid_validate_values()
1006 static int hid_calculate_multiplier(struct hid_device *hid, struct hid_field *multiplier) in hid_calculate_multiplier()
1039 static void hid_apply_multiplier_to_field(struct hid_device *hid, struct hid_field *field, in hid_apply_multiplier_to_field()
1066 static void hid_apply_multiplier(struct hid_device *hid, struct hid_field *multiplier) in hid_apply_multiplier()
1133 void hid_setup_resolution_multiplier(struct hid_device *hid) in hid_setup_resolution_multiplier()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/pci/
Dpci.h614 static inline int acpi_get_rc_resources(struct device *dev, const char *hid, in acpi_get_rc_resources()