/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | himedia.h | 53 HI_VOID (*shutdown)(pm_basedev *); member 65 HI_VOID (*shutdown)(pm_basedev *); member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia_base.c | 586 pdrv->shutdown(pdev); in himedia_drv_shutdown() 615 if (drv->shutdown) { in himedia_driver_register() 616 drv->driver.shutdown = himedia_drv_shutdown; in himedia_driver_register() 667 if (ops != NULL && ops->shutdown != NULL) { in himedia_driver_alloc() 668 pa->pdrv.shutdown = ops->shutdown; in himedia_driver_alloc() 670 pa->pdrv.shutdown = NULL; in himedia_driver_alloc()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
H A D | ump_kernel_memory_backend.h | 37 void (*shutdown)(struct ump_memory_backend *backend); member
|
H A D | ump_kernel_common.c | 81 device.backend->shutdown(device.backend); in ump_kernel_destructor()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/ |
H A D | ump_kernel_memory_backend.h | 37 void (*shutdown)(struct ump_memory_backend *backend); member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | device.h | 70 VOID (*shutdown)(struct device *dev); member 97 VOID (*shutdown)(struct device *dev); member
|
H A D | platform_device.h | 71 void (*shutdown)(struct platform_device *);
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | uart.c | 308 if (udd->ops != HI_NULL && udd->ops->shutdown) { in uart_close() 309 udd->ops->shutdown(udd); in uart_close()
|
H A D | uart_drv.h | 115 hi_void(*shutdown) (uart_driver_data_t *udd); member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 1129 drv->shutdown(dsi); in mipi_dsi_drv_shutdown() 1150 if (drv->shutdown) { in mipi_dsi_driver_register_full() 1151 drv->driver.shutdown = mipi_dsi_drv_shutdown; in mipi_dsi_driver_register_full()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | core.h | 32 int (*shutdown)(struct mmc_host *); member
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_mipi_dsi.h | 292 * @shutdown: called at shutdown time to quiesce the device 298 void (*shutdown)(struct mipi_dsi_device *dsi); member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_memory_backend_dedicated.c | 100 backend->shutdown = block_allocator_shutdown; in ump_block_allocator_create() 129 DBG_MSG_IF(1, allocator->num_free != allocator->num_blocks, ("%u blocks still in use during shutdown\n", allocator->num_blocks - allocator->num_free)); in block_allocator_shutdown()
|
H A D | ump_kernel_memory_backend_os.c | 73 backend->shutdown = os_memory_backend_destroy; in ump_os_memory_backend_create() 90 DBG_MSG_IF(1, 0 != info->num_pages_allocated, ("%d pages still in use during shutdown\n", info->num_pages_allocated)); in os_memory_backend_destroy()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 810 #define lwip_shutdown shutdown 1001 * The shutdown() function shall cause all or part of a full-duplex connection on the socket associated 1009 * The shutdown() function disables subsequent send and/or receive operations on a socket, 1016 * @li The shutdown() function shall fail if: 1021 * - <b> [ENOTCONN] </b>: \n If socket is not connected, or already shutdown. lwIP shall fail with ENOTCONN. 1028 * - lwIP does not support half shutdown. That is, if you try to shutdown with either SHUT_RD or SHUT_WR alone, 1032 * - The listen socket does not support half shutdown. 1034 * - If shutdown is called with SHUT_RDWR or SHUT_RD flag, any pending data to be received shall be cleared by lwIP, 1037 * - When send is blocked, and shutdown(SHUT_RDW 2453 #define shutdown global() macro [all...] |
H A D | api.h | 344 enum netconn_shutdown shutdown; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_platdev.c | 457 .shutdown = wifi_plat_dev_drv_shutdown, 473 .shutdown = wifi_plat_dev_drv_shutdown,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | socket.h | 428 * @param how [IN] Specifies the type of shutdown. The values are as follows: \n SHUT_RD Disables further receive operations. SHUT_WR: Disables further send operations. SHUT_RDWR: Disables further send and receive operations. 434 * <li>The listen socket does not support half shutdown.</li> 457 int shutdown (int, int);
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 1022 if (up->port.shutdown) { in serial8250_register_8250_port() 1023 uart->port.shutdown = up->port.shutdown; in serial8250_register_8250_port()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_device.c | 489 .shutdown = osal_pm_shutdown,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 486 .shutdown = rkispp_hw_shutdown,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dbus.h | 270 int (*shutdown)(void *bus); member
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 495 .shutdown = rkispp_hw_shutdown,
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | hcd.h | 292 /* shutdown HCD */ 293 void (*shutdown) (struct usb_hcd *hcd); member
|
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 603 if (driver->shutdown) {
in i2c_device_shutdown() 604 driver->shutdown(client);
in i2c_device_shutdown() 650 .shutdown = i2c_device_shutdown,
|