Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 38) sorted by relevance

12

/components/drivers/i2c/
A Ddev_i2c_bus.c159 if (driver && driver->shutdown) in i2c_shutdown()
161 driver->shutdown(client); in i2c_shutdown()
173 .shutdown = i2c_shutdown,
/components/drivers/core/
A Dplatform.c182 if (pdrv && pdrv->shutdown) in platform_shutdown()
184 pdrv->shutdown(pdev); in platform_shutdown()
199 .shutdown = platform_shutdown,
A Dbus.c392 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 Ddev_spi_bus.c188 if (driver && driver->shutdown) in spi_shutdown()
190 driver->shutdown(device); in spi_shutdown()
203 .shutdown = spi_shutdown,
/components/drivers/include/drivers/
A Dplatform.h39 rt_err_t (*shutdown)(struct rt_platform_device *pdev); member
A Ddev_i2c.h282 rt_err_t (*shutdown)(struct rt_i2c_client *client); member
A Ddev_spi.h309 rt_err_t (*shutdown)(struct rt_spi_device *device); member
/components/net/sal/include/socket/sys_socket/sys/
A Dsocket.h28 int shutdown(int s, int how);
50 #define shutdown(s, how) sal_shutdown(s, how)
/components/drivers/include/drivers/core/
A Dbus.h36 rt_err_t (*shutdown)(rt_device_t dev); member
A Ddriver.h40 int (*shutdown)(struct rt_device *dev); member
/components/net/sal/socket/
A Dnet_sockets.c152 int shutdown(int s, int how) in shutdown() function
184 RTM_EXPORT(shutdown);
/components/drivers/pci/
A Dhost-bridge.c127 .shutdown = host_bridge_shutdown,
A Dpci.c992 if (pdrv && pdrv->shutdown) in pci_shutdown()
994 pdrv->shutdown(pdev); in pci_shutdown()
1013 .shutdown = pci_shutdown,
/components/net/sal/include/
A Dsal_low_lvl.h83 int (*shutdown) (int s, int how); member
/components/drivers/nvme/
A Dnvme-pci.c169 .shutdown = pci_nvme_shutdown,
/components/lwp/
A DKconfig26 poweroff, shutdown, reboot, etc.
/components/drivers/ata/
A Dahci-pci.c204 .shutdown = pci_ahci_shutdown,
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Daltcp_priv.h100 altcp_shutdown_fn shutdown; member
/components/net/lwip/lwip-2.1.2/src/core/
A Daltcp.c369 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 Dphy.c167 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 DUPGRADING20 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 Dsockets.h456 #define lwip_shutdown shutdown
518 #define shutdown(s,how) lwip_shutdown(s,how) macro
/components/net/sal/impl/
A Daf_inet_lwip.c311 .shutdown = lwip_shutdown,
/components/net/at/at_socket/
A Dat_socket.h184 #define shutdown(socket, how) at_shutdown(socket, how) macro
/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c286 .shutdown = pwm_fan_cool_shutdown,

Completed in 638 milliseconds

12