| /components/drivers/i2c/ |
| A D | dev_i2c_bus.c | 159 if (driver && driver->shutdown) in i2c_shutdown() 161 driver->shutdown(client); in i2c_shutdown() 173 .shutdown = i2c_shutdown,
|
| /components/drivers/core/ |
| A D | platform.c | 182 if (pdrv && pdrv->shutdown) in platform_shutdown() 184 pdrv->shutdown(pdev); in platform_shutdown() 199 .shutdown = platform_shutdown,
|
| A D | bus.c | 392 if (bus->shutdown) in device_shutdown() 395 err = bus->shutdown(dev); in device_shutdown() 398 else if (dev->drv && dev->drv->shutdown) in device_shutdown() 401 err = dev->drv->shutdown(dev); in device_shutdown()
|
| /components/drivers/spi/ |
| A D | dev_spi_bus.c | 188 if (driver && driver->shutdown) in spi_shutdown() 190 driver->shutdown(device); in spi_shutdown() 203 .shutdown = spi_shutdown,
|
| /components/drivers/include/drivers/ |
| A D | platform.h | 39 rt_err_t (*shutdown)(struct rt_platform_device *pdev); member
|
| A D | dev_i2c.h | 282 rt_err_t (*shutdown)(struct rt_i2c_client *client); member
|
| A D | dev_spi.h | 309 rt_err_t (*shutdown)(struct rt_spi_device *device); member
|
| /components/net/sal/include/socket/sys_socket/sys/ |
| A D | socket.h | 28 int shutdown(int s, int how); 50 #define shutdown(s, how) sal_shutdown(s, how)
|
| /components/drivers/include/drivers/core/ |
| A D | bus.h | 36 rt_err_t (*shutdown)(rt_device_t dev); member
|
| A D | driver.h | 40 int (*shutdown)(struct rt_device *dev); member
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 152 int shutdown(int s, int how) in shutdown() function 184 RTM_EXPORT(shutdown);
|
| /components/drivers/pci/ |
| A D | host-bridge.c | 127 .shutdown = host_bridge_shutdown,
|
| A D | pci.c | 992 if (pdrv && pdrv->shutdown) in pci_shutdown() 994 pdrv->shutdown(pdev); in pci_shutdown() 1013 .shutdown = pci_shutdown,
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 83 int (*shutdown) (int s, int how); member
|
| /components/drivers/nvme/ |
| A D | nvme-pci.c | 169 .shutdown = pci_nvme_shutdown,
|
| /components/lwp/ |
| A D | Kconfig | 26 poweroff, shutdown, reboot, etc.
|
| /components/drivers/ata/ |
| A D | ahci-pci.c | 204 .shutdown = pci_ahci_shutdown,
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | altcp_priv.h | 100 altcp_shutdown_fn shutdown; member
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 369 if (conn && conn->fns && conn->fns->shutdown) { in altcp_shutdown() 370 return conn->fns->shutdown(conn, shut_rx, shut_tx); in altcp_shutdown()
|
| /components/drivers/phy/ |
| A D | phy.c | 167 if (phydev->drv->shutdown) in rt_phy_shutdown() 168 phydev->drv->shutdown(phydev); in rt_phy_shutdown()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 20 shutdown before): Now the application does *NOT* get any calls to the recv 127 * Implemented shutdown() at socket- and netconn-level
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 456 #define lwip_shutdown shutdown 518 #define shutdown(s,how) lwip_shutdown(s,how) macro
|
| /components/net/sal/impl/ |
| A D | af_inet_lwip.c | 311 .shutdown = lwip_shutdown,
|
| /components/net/at/at_socket/ |
| A D | at_socket.h | 184 #define shutdown(socket, how) at_shutdown(socket, how) macro
|
| /components/drivers/thermal/ |
| A D | thermal-cool-pwm-fan.c | 286 .shutdown = pwm_fan_cool_shutdown,
|