| /components/drivers/reset/ |
| A D | SConscript | 11 src = ['reset.c'] 14 src += ['reset-simple.c']
|
| A D | reset.c | 92 if (rstc->rstcer->ops->reset) in rt_reset_control_reset() 94 if ((err = rstc->rstcer->ops->reset(rstc))) in rt_reset_control_reset()
|
| A D | reset-simple.c | 99 .reset = reset_simple_reset,
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | future | 135 other.state_.reset(); 145 other.state_.reset(); 190 other.state_.reset(); 200 other.state_.reset(); 243 other.state_.reset(); 253 other.state_.reset(); 290 other.state_.reset(); 300 other.state_.reset();
|
| A D | thread.cpp | 44 raw_ptr->this_ptr.reset(); in start_thread()
|
| /components/drivers/hwcrypto/ |
| A D | hwcrypto.c | 55 if (ctx && ctx->device->ops->reset) in rt_hwcrypto_ctx_reset() 57 ctx->device->ops->reset(ctx); in rt_hwcrypto_ctx_reset() 234 RT_ASSERT(device->ops->reset != RT_NULL); in rt_hwcrypto_register()
|
| A D | hwcrypto.h | 85 void (*reset)(struct rt_hwcrypto_ctx *ctx); /**< Reset hardware context */ member
|
| /components/drivers/phye/ |
| A D | phye.c | 137 if (phye->ops->reset) in rt_phye_reset() 139 err = phye->ops->reset(phye); in rt_phye_reset()
|
| /components/drivers/phy/ |
| A D | mdio.h | 86 int (*reset)(struct mii_bus* bus); member
|
| A D | phy.c | 431 if (bus->reset) in rt_phy_find_by_mask() 433 bus->reset(bus); in rt_phy_find_by_mask()
|
| /components/drivers/include/drivers/ |
| A D | reset.h | 58 rt_err_t (*reset)(struct rt_reset_control *rstc); member
|
| A D | phye.h | 65 rt_err_t (*reset)(struct rt_phye *phye); member
|
| A D | scsi.h | 397 rt_err_t (*reset)(struct rt_scsi_device *sdev); member
|
| /components/drivers/ |
| A D | Kconfig | 32 rsource "reset/Kconfig"
|
| /components/drivers/sdio/sdhci/ |
| A D | sdhci-platform.c | 15 .reset = rt_sdhci_reset,
|
| /components/drivers/scsi/ |
| A D | scsi.c | 58 if (sdev->host->ops->reset) in scsi_device_setup() 60 if ((err = sdev->host->ops->reset(sdev))) in scsi_device_setup() 174 if (sdev->host->ops->reset) in rt_scsi_host_unregister() 176 sdev->host->ops->reset(sdev); in rt_scsi_host_unregister()
|
| /components/drivers/spi/sfud/src/ |
| A D | sfud.c | 71 static sfud_err reset(const sfud_flash *flash); 351 result = reset(flash); in hardware_init() 825 static sfud_err reset(const sfud_flash *flash) { function
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp_impl.h | 67 void tcp_abandon (struct tcp_pcb *pcb, int reset);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | tcp_priv.h | 80 void tcp_abandon (struct tcp_pcb *pcb, int reset);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcp_priv.h | 81 void tcp_abandon (struct tcp_pcb *pcb, int reset);
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci.h | 621 void (*reset)(struct rt_sdhci_host *host, rt_uint8_t mask); member
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp.c | 357 tcp_abandon(struct tcp_pcb *pcb, int reset) in tcp_abandon() argument 393 if (reset) { in tcp_abandon()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp.c | 470 tcp_abandon(struct tcp_pcb *pcb, int reset) in tcp_abandon() argument 503 send_rst = reset; in tcp_abandon()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp.c | 563 tcp_abandon(struct tcp_pcb *pcb, int reset) in tcp_abandon() argument 600 send_rst = reset; in tcp_abandon()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 60 2010-08-23 - set and reset options to control environment variables
|