/drivers/hdf_core/framework/support/platform/include/adc/ |
H A D | adc_core.h | 41 int32_t (*stop)(struct AdcDevice *device); member
|
/drivers/hdf_core/framework/support/platform/include/dac/ |
H A D | dac_core.h | 41 int32_t (*stop)(struct DacDevice *device); member
|
/drivers/hdf_core/framework/support/platform/include/clock/ |
H A D | clock_core.h | 44 int32_t (*stop)(struct ClockDevice *device); member
|
/drivers/hdf_core/framework/support/platform/include/watchdog/ |
H A D | watchdog_core.h | 39 int32_t (*stop)(struct WatchdogCntlr *wdt); member
|
/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_bes.c | 50 .stop = HAL_UART_STOP_BITS_1, 503 device->config.stop = resource->stopBit; in GetUartDeviceResource() 559 device->config.stop = resource->stopBit; in GetUartDeviceResource() 871 uartCfg->stop = attribute->stopBits; 874 uartCfg->stop = UART_ATTR_STOPBIT_1; 936 attribute->stopBits = uartCfg->stop;
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | watchdog_virtual.c | 110 .stop = VirtualWatchdogStop,
|
H A D | dac_virtual.c | 59 .stop = VirtualDacStop,
|
H A D | adc_virtual.c | 71 .stop = VirtualAdcStop,
|
H A D | clock_virtual.c | 111 .stop = VirtualClockStop,
|
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal.h | 112 int32_t (*stop)(struct IWiFi *iwifi); member
|
/drivers/hdf_core/framework/support/platform/src/watchdog/ |
H A D | watchdog_core.c | 160 if (cntlr->ops == NULL || cntlr->ops->stop == NULL) { in WatchdogCntlrStop() 161 HDF_LOGE("WatchdogCntlrStop: ops or stop is null!"); in WatchdogCntlrStop() 169 ret = cntlr->ops->stop(cntlr); in WatchdogCntlrStop()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/ |
H A D | v4l2_dev.h | 48 RetCode stop(const std::string& cameraID);
|
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/ |
H A D | watchdog_adapter.c | 235 .stop = WdtAdapterStop,
|
/drivers/hdf_core/adapter/platform/watchdog/ |
H A D | watchdog_wm.c | 41 .stop = NULL, // WatchdogDevStop
|
H A D | watchdog_stm32f4xx.c | 47 .stop = WatchdogDevStop,
|
H A D | watchdog_bes.c | 34 .stop = WatchdogDevStop,
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 159 VGU_SPREAD_PAD = 0, /* < The area is filled with the closest gradient stop color. (Default value) */ 280 float stop; /* < Stop position. The value ranges from 0.0 to 1.0. */ member 281 uint32_t color; /* < Color of the stop */ 355 VGUColorStop *colorStops; /* < Pointer to the gradient stop color array */ 356 uint16_t stopCount; /* < Number of stop colors */ 666 * @param colorStop Indicates the pointer to the color stop array.
|
/drivers/hdf_core/framework/support/platform/src/adc/ |
H A D | adc_core.c | 113 if (device->ops == NULL || device->ops->stop == NULL) { in AdcDeviceStop() 114 HDF_LOGE("AdcDeviceStop: ops or stop is null!"); in AdcDeviceStop() 123 ret = device->ops->stop(device); in AdcDeviceStop()
|
/drivers/hdf_core/framework/support/platform/src/dac/ |
H A D | dac_core.c | 321 if (device->ops == NULL || device->ops->stop == NULL) { in DacDeviceStop() 322 HDF_LOGE("DacDeviceStop: ops or stop is null!"); in DacDeviceStop() 331 ret = device->ops->stop(device); in DacDeviceStop()
|
/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 81 ret = g_wifi->stop(nullptr);
in TearDown() 83 ret = g_wifi->stop(g_wifi);
in TearDown()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/ |
H A D | sensor_controller.cpp | 74 sensorVideo_->stop(GetName()); in PowerDown() 126 rc = sensorVideo_->stop(GetName()); in ConfigStop() 155 sensorVideo_->stop(GetName()); in Stop()
|
/drivers/hdf_core/framework/support/platform/src/clock/ |
H A D | clock_core.c | 262 if (device->ops == NULL || device->ops->stop == NULL) { in ClockDeviceStop() 272 ret = device->ops->stop(device); in ClockDeviceStop()
|
/drivers/hdf_core/adapter/khdf/linux/platform/adc/ |
H A D | adc_iio_adapter.c | 138 .stop = AdcIioStop,
|
/drivers/hdf_core/adapter/khdf/linux/platform/clock/ |
H A D | clock_adapter.c | 181 .stop = ClockStop,
|
/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 501 int32_t (*stop)(struct NetDevice *netDev); /**< Closes the data link layer. */ member
|