Searched refs:HdfDevice (Results 1 – 8 of 8) sorted by relevance
/drivers/hdf_core/framework/core/host/src/ |
D | hdf_device.c | 22 static void UpdateDeivceNodeIdIndex(struct HdfDevice *device, devid_t nodeDevid) in UpdateDeivceNodeIdIndex() 29 static devid_t FindUsableDevNodeId(struct HdfDevice *device) in FindUsableDevNodeId() 49 static int AcquireNodeDeivceId(struct HdfDevice *device, devid_t *devid) in AcquireNodeDeivceId() 78 struct HdfDevice *device = (struct HdfDevice *)devInst; in HdfDeviceAttach() 103 struct HdfDevice *device = NULL; in HdfDeviceDetach() 108 device = CONTAINER_OF(devInst, struct HdfDevice, super); in HdfDeviceDetach() 127 struct HdfDevice *dev = CONTAINER_OF(device, struct HdfDevice, super); in HdfDeviceGetDeviceNode() 138 struct HdfDevice *dev = CONTAINER_OF(device, struct HdfDevice, super); in HdfDeviceDetachWithDevid() 148 void HdfDeviceConstruct(struct HdfDevice *device) in HdfDeviceConstruct() 158 void HdfDeviceDestruct(struct HdfDevice *device) in HdfDeviceDestruct() [all …]
|
D | devhost_service.c | 21 static struct HdfDevice *DevHostServiceFindDevice(struct DevHostService *hostService, uint16_t devi… in DevHostServiceFindDevice() 23 struct HdfDevice *device = NULL; in DevHostServiceFindDevice() 29 DLIST_FOR_EACH_ENTRY(device, &hostService->devices, struct HdfDevice, node) { in DevHostServiceFindDevice() 37 static void DevHostServiceFreeDevice(struct DevHostService *hostService, struct HdfDevice *device) in DevHostServiceFreeDevice() 46 static struct HdfDevice *DevHostServiceQueryOrAddDevice(struct DevHostService *inst, uint16_t devic… in DevHostServiceQueryOrAddDevice() 48 struct HdfDevice *device = DevHostServiceFindDevice(inst, deviceId); in DevHostServiceQueryOrAddDevice() 64 struct HdfDevice *device = NULL; in DevHostServiceAddDevice() 116 struct HdfDevice *device = NULL; in DevHostServiceDelDevice() 159 static int ApplyDevicesPowerState(struct HdfDevice *device, uint32_t state) in ApplyDevicesPowerState() 191 struct HdfDevice *device = NULL; in DevHostServicePmNotify() [all …]
|
/drivers/hdf_core/interfaces/inner_api/host/shared/ |
D | hdf_device.h | 51 struct HdfDevice { struct 59 void HdfDeviceConstruct(struct HdfDevice *device); argument 60 void HdfDeviceDestruct(struct HdfDevice *device); 63 struct HdfDevice *HdfDeviceNewInstance(void); 64 void HdfDeviceFreeInstance(struct HdfDevice *device);
|
D | hdf_device_node.h | 42 struct HdfDevice *device;
|
/drivers/hdf_core/adapter/uhdf2/host/include/ |
D | hdf_device_full.h | 23 struct HdfDevice super;
|
/drivers/hdf_core/adapter/uhdf2/host/src/ |
D | devhost_service_full.c | 88 static int DevHostServiceFullDispatchPowerState(struct HdfDevice *device, uint32_t state) in DevHostServiceFullDispatchPowerState() 184 struct HdfDevice *device = NULL; in DevHostServiceFullPmNotify() 186 DLIST_FOR_EACH_ENTRY_REVERSE(device, &hostService->devices, struct HdfDevice, node) { in DevHostServiceFullPmNotify() 192 DLIST_FOR_EACH_ENTRY(device, &hostService->devices, struct HdfDevice, node) { in DevHostServiceFullPmNotify()
|
D | hdf_device_thread.c | 26 struct HdfDevice *device = (struct HdfDevice *)msg->data[0]; in DeviceThreadMessageHandler()
|
/drivers/hdf_core/adapter/uhdf2/include/devhost/ |
D | hdf_device_full.h | 29 struct HdfDevice device;
|