#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ Cardbus_ChangeResourceSettings()
Definition at line 89 of file cardbus.c.
91{
95}
#define UNIMPLEMENTED_DBGBREAK(...)
#define UNREFERENCED_PARAMETER(P)
◆ Cardbus_GetAdditionalResourceDescriptors()
◆ Cardbus_MassageHeaderForLimitsDetermination()
◆ Cardbus_ResetDevice()
◆ Cardbus_RestoreCurrent()
◆ Cardbus_SaveCurrentSettings()
◆ Cardbus_SaveLimits()
◆ pcicbintrf_Constructor()
Definition at line 109 of file cardbus.c.
115{
122
123
126}
#define STATUS_NOT_IMPLEMENTED
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
_Must_inspect_result_ _In_ WDFDEVICE _In_ LPCGUID _Out_ PINTERFACE Interface
_Must_inspect_result_ _In_ WDFDEVICE _In_ LPCGUID _Out_ PINTERFACE _In_ USHORT _In_ USHORT Version
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_WMI_INSTANCE_CONFIG _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_opt_ WDFWMIINSTANCE * Instance
◆ pcicbintrf_Initializer()
Definition at line 99 of file cardbus.c.
100{
102
103 ASSERTMSG(
"PCI pcicbintrf_Initializer, unexpected call.\n",
FALSE);
105}
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciCardbusPrivateInterface
Initial value:=
{
&GUID_PCI_CARDBUS_INTERFACE_PRIVATE,
0,
}
NTSTATUS NTAPI pcicbintrf_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
NTSTATUS NTAPI pcicbintrf_Initializer(IN PVOID Instance)
#define PCI_INTERFACE_PDO
struct _PCI_CARDBUS_INTERFACE_PRIVATE PCI_CARDBUS_INTERFACE_PRIVATE
#define PCI_CB_INTRF_VERSION
Definition at line 18 of file cardbus.c.