Home
last modified time | relevance | path

Searched refs:started (Results 176 - 200 of 343) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/drivers/cdx/controller/
H A Dmcdi.c239 cmd->started = jiffies; in cdx_mcdi_send_request()
724 jiffies_to_msecs(jiffies - cmd->started)); in cdx_mcdi_timeout_cmd()
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVRecorderTestBase.js58 STARTED : 'started',
367 console.info(`case avRecorderWithCallBack is started`)
368 expect(avRecorder.state).assertEqual('started');
1643 console.info(`case getInputSurfaceTest33 state is started`)
1644 expect(avRecorder.state).assertEqual('started');
1688 console.info(`case getInputSurfaceTest34 state is started`)
1689 expect(avRecorder.state).assertEqual('started');
1736 console.info(`case getInputSurfaceTest35 state is started`)
1737 expect(avRecorder.state).assertEqual('started');
1787 console.info(`case getInputSurfaceTest36 state is started`)
[all...]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctatc.c382 if (apcm->started) in atc_pcm_playback_start()
384 apcm->started = 1; in atc_pcm_playback_start()
423 apcm->started = 0; in atc_pcm_stop()
730 if (apcm->started) in atc_pcm_capture_start()
733 apcm->started = 1; in atc_pcm_capture_start()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctatc.c382 if (apcm->started) in atc_pcm_playback_start()
384 apcm->started = 1; in atc_pcm_playback_start()
423 apcm->started = 0; in atc_pcm_stop()
730 if (apcm->started) in atc_pcm_capture_start()
733 apcm->started = 1; in atc_pcm_capture_start()
/kernel/linux/linux-5.10/arch/arm/common/
H A Dmcpm_head.S138 @ If the outbound gave up before teardown started, skip cluster setup:
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_head.S140 @ If the outbound gave up before teardown started, skip cluster setup:
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbtree.h235 atomic_t started; member
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dlibceph.h312 unsigned long started);
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dlibceph.h310 unsigned long started);
/kernel/linux/linux-6.6/drivers/bus/mhi/ep/
H A Dinternal.h138 bool started; member
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbtree.h235 atomic_t started; member
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh265 echo All batches started. `date` | tee -a "$oldrun/remote-log"
/third_party/backends/backend/
H A Depjitsu.h203 int started; member
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp277 bool started() override { return mStarted; }
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp220 bool started() override { return mStarted; }
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dcore.c1307 bool started = false; in spi_nor_rww_start_pe() local
1326 started = true; in spi_nor_rww_start_pe()
1330 return started; in spi_nor_rww_start_pe()
1384 bool started = false; in spi_nor_rww_start_rd() local
1404 started = true; in spi_nor_rww_start_rd()
1408 return started; in spi_nor_rww_start_rd()
/kernel/linux/common_modules/tzdriver/core/
H A Dgp_ops.c1083 smc_cmd->started = context->started; in init_smc_cmd()
1186 tlogv("operation start is :%d\n", smc_cmd->started); in pend_ca_thread()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp.c1104 * the timer. Timer will be started again when TX happens again. in ath11k_dp_shadow_timer_handler()
1111 update_timer->started = false; in ath11k_dp_shadow_timer_handler()
1129 if (update_timer->started) in ath11k_dp_shadow_start_timer()
1132 update_timer->started = true; in ath11k_dp_shadow_start_timer()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_serial.c545 unsigned started; in gs_start_io() local
567 started = gs_start_rx(port); in gs_start_io()
569 if (started) { in gs_start_io()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_serial.c544 unsigned started; in gs_start_io() local
570 started = gs_start_rx(port); in gs_start_io()
572 if (started) { in gs_start_io()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp.c1129 * the timer. Timer will be started again when TX happens again. in ath11k_dp_shadow_timer_handler()
1136 update_timer->started = false; in ath11k_dp_shadow_timer_handler()
1154 if (update_timer->started) in ath11k_dp_shadow_start_timer()
1157 update_timer->started = true; in ath11k_dp_shadow_start_timer()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c116 bool started; member
812 if (!card->started) { in if_sdio_finish_power_on()
816 card->started = true; in if_sdio_finish_power_on()
/third_party/python/Lib/test/
H A Dlock_tests.py39 self.started = []
47 self.started.append(tid)
63 while len(self.started) < self.n:
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c119 operation.started = 1; in OpenSession()
201 operation->started = 1; in TeecRequestCmdInner()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py73 self.started = False
80 self.started = True

Completed in 31 milliseconds

12345678910>>...14