Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 - 25 of 76) sorted by relevance

1234

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhimedia.h53 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 Dhimedia_base.c586 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 Dump_kernel_memory_backend.h37 void (*shutdown)(struct ump_memory_backend *backend); member
H A Dump_kernel_common.c81 device.backend->shutdown(device.backend); in ump_kernel_destructor()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_memory_backend.h37 void (*shutdown)(struct ump_memory_backend *backend); member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
H A Ddevice.h70 VOID (*shutdown)(struct device *dev); member
97 VOID (*shutdown)(struct device *dev); member
H A Dplatform_device.h71 void (*shutdown)(struct platform_device *); member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Duart.c308 if (udd->ops != HI_NULL && udd->ops->shutdown) { in uart_close()
309 udd->ops->shutdown(udd); in uart_close()
H A Duart_drv.h115 hi_void(*shutdown) (uart_driver_data_t *udd); member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c1129 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 Dcore.h32 int (*shutdown)(struct mmc_host *); member
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_mipi_dsi.h292 * @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 Dump_kernel_memory_backend_dedicated.c100 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 Dump_kernel_memory_backend_os.c73 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 Dsockets.h810 #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 Dapi.h344 enum netconn_shutdown shutdown; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_platdev.c457 .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 Dsocket.h428 * @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 D8250_core.c1022 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 Dosal_device.c489 .shutdown = osal_pm_shutdown,
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dhw.c486 .shutdown = rkispp_hw_shutdown,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Ddbus.h270 int (*shutdown)(void *bus); member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dhw.c495 .shutdown = rkispp_hw_shutdown,
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dhcd.h292 /* shutdown HCD */
293 void (*shutdown) (struct usb_hcd *hcd); member
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c603 if (driver->shutdown) { in i2c_device_shutdown()
604 driver->shutdown(client); in i2c_device_shutdown()
650 .shutdown = i2c_device_shutdown,

Completed in 25 milliseconds

1234