Lines Matching defs:hdev
115 struct hid_device *hdev, *client_hdev; member
395 struct hid_device *hdev = steam->hdev; in steam_input_register() local
596 static bool steam_is_valve_interface(struct hid_device *hdev) in steam_is_valve_interface()
615 static int steam_client_ll_parse(struct hid_device *hdev) in steam_client_ll_parse()
623 static int steam_client_ll_start(struct hid_device *hdev) in steam_client_ll_start()
628 static void steam_client_ll_stop(struct hid_device *hdev) in steam_client_ll_stop()
632 static int steam_client_ll_open(struct hid_device *hdev) in steam_client_ll_open()
645 static void steam_client_ll_close(struct hid_device *hdev) in steam_client_ll_close()
666 static int steam_client_ll_raw_request(struct hid_device *hdev, in steam_client_ll_raw_request()
686 static struct hid_device *steam_create_client_hid(struct hid_device *hdev) in steam_create_client_hid()
715 static int steam_probe(struct hid_device *hdev, in steam_probe()
814 static void steam_remove(struct hid_device *hdev) in steam_remove()
1027 static int steam_raw_event(struct hid_device *hdev, in steam_raw_event()