Lines Matching defs:hdev
125 struct hid_device *hdev, *client_hdev; member
478 struct hid_device *hdev = steam->hdev; in steam_input_register() local
722 static bool steam_is_valve_interface(struct hid_device *hdev) in steam_is_valve_interface()
757 static int steam_client_ll_parse(struct hid_device *hdev) in steam_client_ll_parse()
765 static int steam_client_ll_start(struct hid_device *hdev) in steam_client_ll_start()
770 static void steam_client_ll_stop(struct hid_device *hdev) in steam_client_ll_stop()
774 static int steam_client_ll_open(struct hid_device *hdev) in steam_client_ll_open()
787 static void steam_client_ll_close(struct hid_device *hdev) in steam_client_ll_close()
808 static int steam_client_ll_raw_request(struct hid_device *hdev, in steam_client_ll_raw_request()
828 static struct hid_device *steam_create_client_hid(struct hid_device *hdev) in steam_create_client_hid()
857 static int steam_probe(struct hid_device *hdev, in steam_probe()
960 static void steam_remove(struct hid_device *hdev) in steam_remove()
1343 static int steam_raw_event(struct hid_device *hdev, in steam_raw_event()