Lines Matching defs:hdev
74 struct hid_device *hdev; member
79 struct hid_device *hdev; member
327 static bool apple_is_non_apple_keyboard(struct hid_device *hdev) in apple_is_non_apple_keyboard()
519 static int apple_event(struct hid_device *hdev, struct hid_field *field, in apple_event()
544 static int apple_fetch_battery(struct hid_device *hdev) in apple_fetch_battery()
573 struct hid_device *hdev = asc->hdev; in apple_battery_timer_tick() local
585 static __u8 *apple_report_fixup(struct hid_device *hdev, __u8 *rdesc, in apple_report_fixup()
648 static int apple_input_mapping(struct hid_device *hdev, struct hid_input *hi, in apple_input_mapping()
669 static int apple_input_mapped(struct hid_device *hdev, struct hid_input *hi, in apple_input_mapped()
687 static int apple_input_configured(struct hid_device *hdev, in apple_input_configured()
705 static bool apple_backlight_check_support(struct hid_device *hdev) in apple_backlight_check_support()
722 static int apple_backlight_set(struct hid_device *hdev, u16 value, u16 rate) in apple_backlight_set()
752 static int apple_backlight_init(struct hid_device *hdev) in apple_backlight_init()
804 static int apple_probe(struct hid_device *hdev, in apple_probe()
845 static void apple_remove(struct hid_device *hdev) in apple_remove()