Home
last modified time | relevance | path

Searched defs:deviceMatchAttr (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dusb_pnp_manager.h19 const char *deviceMatchAttr; member
H A Dusb_ddk_pnp_loader.h21 const char *deviceMatchAttr; member
59 const char *deviceMatchAttr; member
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_pnp_manager.h19 const char *deviceMatchAttr; member
H A Dusb_ddk_pnp_loader.h21 const char *deviceMatchAttr; member
59 const char *deviceMatchAttr; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/shared/src/
H A Ddev_attribute_serialize.c96 const char *deviceMatchAttr = HdfSbufReadString(sbuf); in DeviceAttributeSet() local
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_info.h40 const char *deviceMatchAttr; member
H A Dhdf_device_desc.h101 const char *deviceMatchAttr; member
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/
H A Dpwm_bes.c99 static uint32_t GetPwmDeviceResource(struct PwmDevice *device, const char *deviceMatchAttr) in GetPwmDeviceResource()
H A Dpwm_stm32f4xx.c212 static uint32_t GetPwmDeviceResource(PwmDevice *device, const char *deviceMatchAttr) in GetPwmDeviceResource()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_attribute_macro.h39 const char *deviceMatchAttr; member
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.c155 const char *deviceMatchAttr) in GetI2cDeviceResource()
H A Di2c_stm32f4xx.c79 …tic uint32_t GetI2cDeviceResource(struct RealI2cResource *i2cResource, const char *deviceMatchAttr) in GetI2cDeviceResource()
/ohos5.0/drivers/hdf_core/adapter/platform/watchdog/
H A Dwatchdog_stm32f4xx.c73 …tic uint32_t GetWatchdogDeviceInfoResource(WatchdogDeviceInfo *device, const char *deviceMatchAttr) in GetWatchdogDeviceInfoResource()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c38 const char *deviceMatchAttr, struct UsbPnpNotifyServiceInfo serviceInfo) in UsbDdkPnpLoaderBufCreate()
682 const char *deviceMatchAttr = HdfSbufReadString(data); in UsbDdkPnpLoaderDispatchPnpDevice() local
/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_bes.c447 static int32_t GetSpiDeviceResource(struct SpiDevice *spiDevice, const char *deviceMatchAttr) in GetSpiDeviceResource()
H A Dspi_stm32f4xx.c437 static int32_t GetSpiDeviceResource(SpiDevice *spiDevice, const char *deviceMatchAttr) in GetSpiDeviceResource()
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_bes.c482 static uint32_t GetUartDeviceResource(struct UartDevice *device, const char *deviceMatchAttr) in GetUartDeviceResource()
H A Duart_stm32f4xx.c446 static uint32_t GetUartDeviceResource(UartDevice *device, const char *deviceMatchAttr) in GetUartDeviceResource()