Searched refs:stop (Results 76 - 100 of 221) sorted by relevance

123456789

/u-boot/drivers/i2c/
H A Dsh_i2c.c106 static int sh_i2c_set_addr(struct sh_i2c *dev, u8 chip, u8 addr, int stop) argument
134 if (stop)
/u-boot/arch/x86/cpu/
H A Dcpu.c99 void flush_dcache_range(unsigned long start, unsigned long stop) argument
103 void invalidate_dcache_range(unsigned long start, unsigned long stop) argument
/u-boot/drivers/watchdog/
H A Dwdt-uclass.c156 if (!ops->stop)
159 ret = ops->stop(dev);
H A Docteontx_wdt.c143 .stop = octeontx_wdt_stop,
H A Dsunxi_wdt.c124 .stop = sunxi_wdt_stop,
H A Darmada-37xx-wdt.c172 .stop = a37xx_wdt_stop,
H A Dcdns_wdt.c288 .stop = cdns_wdt_stop,
H A Ddesignware_wdt.c154 .stop = designware_wdt_stop,
H A Domap_wdt.c251 .stop = omap3_wdt_stop,
H A Dorion_wdt.c177 .stop = orion_wdt_stop,
H A Dxilinx_wwdt.c75 dev_warn(dev, "Can't stop Xilinx watchdog.\n");
189 .stop = xlnx_wwdt_stop,
H A Dsp805_wdt.c132 .stop = sp805_wdt_stop,
/u-boot/lib/acpi/
H A Dacpi_device.c401 struct acpi_gpio reset, enable, stop; local
407 gpio_get_acpi(stop_gpio, &stop);
410 has_stop = stop.pins[0];
448 dw0_write, &stop, false);
460 dw0_write, &stop, true);
/u-boot/drivers/net/
H A Daltera_tse.h211 void (*stop)(struct udevice *dev); member in struct:tse_ops
H A Daltera_tse.c506 priv->ops->stop(dev);
561 .stop = altera_tse_stop_sgdma,
568 .stop = altera_tse_stop_msgdma,
656 /* stop controller */
686 .stop = altera_tse_stop,
H A Dsandbox-raw.c149 .stop = sb_eth_raw_stop,
/u-boot/include/
H A Dpci_ep.h242 * stop() - stop the PCI link
247 int (*stop)(struct udevice *dev); member in struct:pci_ep_ops
404 * pci_ep_stop() - stop the PCI link
406 * Disable PCI endpoint device and stop
/u-boot/tools/u_boot_pylib/
H A Dterminal.py239 def stop(self): member in class:Color
240 """Returns a stop color code.
/u-boot/drivers/serial/
H A Dserial_ns16550.c110 .stop = NULL, \
H A Dserial_stm32.c29 * 10 bits are needed for worst case (8 bits + 1 start + 1 stop) = 86.806 us
82 uint stop = SERIAL_GET_STOP(serial_config); local
89 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP || stm32f4)
/u-boot/drivers/remoteproc/
H A Dstm32_copro.c210 .stop = stm32_copro_stop,
/u-boot/drivers/virtio/
H A Dvirtio_net.c139 * There is no way to stop the queue from running, unless we issue
224 .stop = virtio_net_stop,
/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c246 ret = net->stop(net);
248 efi_st_error("Failed to stop network adapter\n");
438 efi_st_error("Failed to stop timer");
466 ret = net->stop(net);
468 efi_st_error("Failed to stop network adapter\n");
472 efi_st_error("Failed to stop network adapter\n");
H A Defi_selftest_controllers.c197 static efi_status_t EFIAPI stop( function
260 stop,
/u-boot/drivers/usb/cdns3/
H A Dcore.c87 cdns->roles[role]->stop(cdns);
271 rdrv->stop = cdns3_idle_role_stop;

Completed in 258 milliseconds

123456789