summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vmbus_api.h
AgeCommit message (Expand)Author
2011-05-17Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Add a subset of definitions from vmbus_api.h to hyperv.hK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of cleanup from struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of dev_rm from struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of dev_add from struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Get rid of an unused variable from struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Add shutdown() function to struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Add remove() function to struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Add probe function to struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Cleanup vmbus_probe() functionK. Y. Srinivasan
2011-05-03Staging: hv: Get rid of the drv field in struct hv_deviceK. Y. Srinivasan
2011-04-26Staging: hv: Get rid of the priv pointer in struct hv_driverK. Y. Srinivasan
2011-03-07Staging: hv: Remove the vm_device structureK. Y. Srinivasan
2011-03-07Staging: hv: Remove probe_error from vm_deviceK. Y. Srinivasan
2011-03-07Staging: hv: Move probe_failed_work_item from vm_deviceK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate driver_context structureK. Y. Srinivasan
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang
2010-12-02Staging: hv: make some vmbus_drv functions staticGreg Kroah-Hartman
2010-12-02Staging: hv: call VmbusInitialize directly from vmbus_bus_init()Greg Kroah-Hartman
2010-12-02Staging: hv: remove struct vmbus_driverGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnChildDeviceAdd vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove GetChannelOffers vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnEventDpc vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnMsgDpc vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnIsr vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnChildDeviceRemove vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnChildDeviceDestroy vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnChildDeviceCreate vmbus_driver callbackGreg Kroah-Hartman
2010-10-21Staging: hv: remove struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove Open from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove Close from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove SendPacket from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove SendPacketPageBuffer from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove SendPacketMultiPageBuffer from struct vmbus_channel_inter...Greg Kroah-Hartman
2010-10-21Staging: hv: remove RecvPacket from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove RecvPacketRaw from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: rename context to channel in struct hv_deviceGreg Kroah-Hartman
2010-10-21Staging: hv: make *context a real pointer in struct hv_deviceGreg Kroah-Hartman
2010-10-21Staging: hv: remove EstablishGpadl from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-21Staging: hv: remove TeardownGpadl from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-10-20Staging: hv: remove GetChannelInfo from struct vmbus_driverGreg Kroah-Hartman
2010-10-20Staging: hv: remove GetInfo pointer from struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-09-14staging: hv: Convert vmbus driver interface function pointer table to constantHaiyang Zhang
2010-05-11Staging: hv: rename VmbusApi.h to vmbus_api.hGreg Kroah-Hartman