Home
last modified time | relevance | path

Searched refs:stop (Results 1 - 25 of 34) sorted by relevance

12

/drivers/hdf_core/framework/support/platform/include/adc/
H A Dadc_core.h41 int32_t (*stop)(struct AdcDevice *device); member
/drivers/hdf_core/framework/support/platform/include/dac/
H A Ddac_core.h41 int32_t (*stop)(struct DacDevice *device); member
/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h44 int32_t (*stop)(struct ClockDevice *device); member
/drivers/hdf_core/framework/support/platform/include/watchdog/
H A Dwatchdog_core.h39 int32_t (*stop)(struct WatchdogCntlr *wdt); member
/drivers/hdf_core/adapter/platform/uart/
H A Duart_bes.c50 .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 Dwatchdog_virtual.c110 .stop = VirtualWatchdogStop,
H A Ddac_virtual.c59 .stop = VirtualDacStop,
H A Dadc_virtual.c71 .stop = VirtualAdcStop,
H A Dclock_virtual.c111 .stop = VirtualClockStop,
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h112 int32_t (*stop)(struct IWiFi *iwifi); member
/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_core.c160 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 Dv4l2_dev.h48 RetCode stop(const std::string& cameraID);
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
H A Dwatchdog_adapter.c235 .stop = WdtAdapterStop,
/drivers/hdf_core/adapter/platform/watchdog/
H A Dwatchdog_wm.c41 .stop = NULL, // WatchdogDevStop
H A Dwatchdog_stm32f4xx.c47 .stop = WatchdogDevStop,
H A Dwatchdog_bes.c34 .stop = WatchdogDevStop,
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_vgu.h159 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 Dadc_core.c113 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 Ddac_core.c321 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 Dhdf_wlan_performance_test.cpp81 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 Dsensor_controller.cpp74 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 Dclock_core.c262 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 Dadc_iio_adapter.c138 .stop = AdcIioStop,
/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H A Dclock_adapter.c181 .stop = ClockStop,
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h501 int32_t (*stop)(struct NetDevice *netDev); /**< Closes the data link layer. */ member

Completed in 15 milliseconds

12