Searched refs:mousevsc_dev (Results 1 – 1 of 1) sorted by relevance
145 struct mousevsc_dev { struct163 static struct mousevsc_dev *mousevsc_alloc_device(struct hv_device *device) in mousevsc_alloc_device() argument165 struct mousevsc_dev *input_dev; in mousevsc_alloc_device()167 input_dev = kzalloc(sizeof(struct mousevsc_dev), GFP_KERNEL); in mousevsc_alloc_device()180 static void mousevsc_free_device(struct mousevsc_dev *device) in mousevsc_free_device()188 static void mousevsc_on_receive_device_info(struct mousevsc_dev *input_device, in mousevsc_on_receive_device_info()259 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()379 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()436 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()474 struct mousevsc_dev *input_dev; in mousevsc_probe()[all …]