Searched refs:client_hdev (Results 1 – 1 of 1) sorted by relevance
125 struct hid_device *hdev, *client_hdev; member747 if (!steam->client_opened && steam->client_hdev) { in steam_lizard_mode_heartbeat()830 struct hid_device *client_hdev; in steam_create_client_hid() local832 client_hdev = hid_allocate_device(); in steam_create_client_hid()833 if (IS_ERR(client_hdev)) in steam_create_client_hid()834 return client_hdev; in steam_create_client_hid()836 client_hdev->ll_driver = &steam_client_ll_driver; in steam_create_client_hid()837 client_hdev->dev.parent = hdev->dev.parent; in steam_create_client_hid()838 client_hdev->bus = hdev->bus; in steam_create_client_hid()839 client_hdev->vendor = hdev->vendor; in steam_create_client_hid()[all …]