Home
last modified time | relevance | path

Searched defs:stop (Results 126 – 150 of 437) sorted by relevance

12345678910>>...18

/openbmc/linux/include/linux/
H A Dhdlc.h23 void (*stop)(struct net_device *dev); /* if open & !DCD */ member
/openbmc/sdbusplus/test/async/
H A Dcontext.cpp64 auto stop = std::chrono::steady_clock::now(); in TEST_F() local
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c449 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
457 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp39 void stop() override in stop() function in phosphor::fan::presence::TestSensor
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h59 int (*stop) (void); member
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dleds.h40 bool stop; member
/openbmc/linux/include/linux/platform_data/
H A Ddmtimer-omap.h30 int (*stop)(struct omap_dm_timer *timer); member
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py55 def stop(self, **kwargs): member in OESSHTarget
/openbmc/linux/drivers/watchdog/
H A Dmtx-1_wdt.c49 struct completion stop; member
H A Drdc321x_wdt.c43 struct completion stop; member
/openbmc/linux/fs/afs/
H A Daddr_list.c136 const char *q, *stop; in afs_parse_text_addrs() local
/openbmc/u-boot/arch/arm/lib/
H A Dcache-cp15.c47 __weak void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c182 u8 stop = SERIAL_GET_STOP(serial_config); in sandbox_serial_setconfig() local
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dcdma_hw.c171 bool stop) in cdma_hw_cmdproc_stop()
/openbmc/linux/drivers/mtd/
H A Drfd_ftl.c481 int block, stop; in find_free_block() local
584 int i, stop; in find_free_sector() local
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dm920x.c286 int stop = (i+1 == num && j+1 == msg[i].len) ? 0x40 : 0x01; in m920x_i2c_xfer() local
301 int stop = (i+1 == num && j+1 == msg[i].len) ? 0x40 : 0x00; in m920x_i2c_xfer() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-uniphier-f.c315 bool stop) in uniphier_fi2c_master_xfer_one()
420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer() local
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c258 struct i2c_msg *msg, bool stop) in stm32_i2c_message_start()
302 struct i2c_msg *msg, bool stop) in stm32_i2c_handle_reload()
395 struct i2c_msg *msg, bool stop) in stm32_i2c_message_xfer()
/openbmc/linux/sound/soc/sprd/
H A Dsprd-pcm-dma.h46 int (*stop)(int str_id); member
/openbmc/linux/tools/perf/util/
H A Ddlfilter.h42 int (*stop)(void *data, void *ctx); member
/openbmc/webui-vue/src/utilities/
H A DNBDServer.js54 this.stop = function () { method in NBDServer.constructor
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp64 void stop() noexcept override final in stop() function
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1384 def stop(self): member in Notifier
1445 def stop(self): member in ThreadedNotifier
1514 def stop(self): member in TornadoAsyncNotifier
1555 def stop(self): member in AsyncioNotifier
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod.h34 int (*stop)(struct usbhs_priv *priv); member
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py124 def stop(self): member in Command

12345678910>>...18