Home
last modified time | relevance | path

Searched refs:exit (Results 4651 - 4675 of 10592) sorted by relevance

1...<<181182183184185186187188189190>>...424

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dpxamci.c768 if (host->pdata && host->pdata->exit) in pxamci_probe()
769 host->pdata->exit(dev, mmc); in pxamci_probe()
796 if (host->pdata && host->pdata->exit) in pxamci_remove()
797 host->pdata->exit(&pdev->dev, mmc); in pxamci_remove()
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c210 static int exitstat; /* program exit status */
370 exit(0); in version()
382 exit(2); in usage()
612 exit(2); in closeout()
618 * Clean up and exit.
631 exit(exitstat); in done()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-loopback-test.c845 /* in some iteration cases warn and exit early, in spi_test_run_iter()
927 goto exit; in spi_test_execute_msg()
935 goto exit; in spi_test_execute_msg()
941 goto exit; in spi_test_execute_msg()
947 exit: in spi_test_execute_msg()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c947 if (ctx->codec_ops->exit) in hantro_start_streaming()
948 ctx->codec_ops->exit(ctx); in hantro_start_streaming()
976 if (ctx->codec_ops && ctx->codec_ops->exit) in hantro_stop_streaming()
977 ctx->codec_ops->exit(ctx); in hantro_stop_streaming()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dr852.c491 goto exit; in r852_ecc_correct()
510 exit: in r852_ecc_correct()
691 goto exit; in r852_card_detect_work()
701 exit: in r852_card_detect_work()
H A Dlpc32xx_mlc.c327 goto exit; in lpc32xx_waitfunc_nand()
337 exit: in lpc32xx_waitfunc_nand()
347 goto exit; in lpc32xx_waitfunc_controller()
357 exit: in lpc32xx_waitfunc_controller()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dpxamci.c766 if (host->pdata && host->pdata->exit) in pxamci_probe()
767 host->pdata->exit(dev, mmc); in pxamci_probe()
794 if (host->pdata && host->pdata->exit) in pxamci_remove()
795 host->pdata->exit(&pdev->dev, mmc); in pxamci_remove()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-loopback-test.c883 /* in some iteration cases warn and exit early, in spi_test_run_iter()
965 goto exit; in spi_test_execute_msg()
973 goto exit; in spi_test_execute_msg()
979 goto exit; in spi_test_execute_msg()
985 exit: in spi_test_execute_msg()
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Docs-aes.c585 goto exit; in ocs_aes_write_last_data_blk_len()
592 exit: in ocs_aes_write_last_data_blk_len()
1167 goto exit; in ocs_aes_ccm_do_adata()
1192 exit: in ocs_aes_ccm_do_adata()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ds5h1420.c231 goto exit; in s5h1420_recv_slave_reply()
238 goto exit; in s5h1420_recv_slave_reply()
245 goto exit; in s5h1420_recv_slave_reply()
254 exit: in s5h1420_recv_slave_reply()
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dbus.c229 if (client->ops->exit) in host1x_device_init()
230 client->ops->exit(client); in host1x_device_init()
262 if (client->ops && client->ops->exit) { in host1x_device_exit()
263 err = client->ops->exit(client); in host1x_device_exit()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Duinput.c538 goto exit; in uinput_setup_device_legacy()
546 goto exit; in uinput_setup_device_legacy()
563 goto exit; in uinput_setup_device_legacy()
568 exit: in uinput_setup_device_legacy()
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c210 static int exitstat; /* program exit status */
370 exit(0); in version()
382 exit(2); in usage()
612 exit(2); in closeout()
618 * Clean up and exit.
631 exit(exitstat); in done()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c133 exit(1); in die_perror()
139 exit(r); in die_usage()
150 exit(1); in xerror()
172 exit(1); in xgetaddrinfo()
/test/xts/acts/kernel_lite/ipc_posix/message_queue/
H A DIpcMqTest.cpp205 exit(0); in HWTEST_F()
266 exit(0); in HWTEST_F()
332 exit(0); in HWTEST_F()
598 exit(0); in HWTEST_F()
/third_party/backends/japi/
H A DJscanimage.java114 System.exit(-1); in Jscanimage()
129 sane.exit(); in finalize()
615 System.exit(0); in actionPerformed()
695 System.exit(0); in windowClosing()
/third_party/icu/icu4c/source/test/cintltst/
H A Dutransts.c519 goto exit; in TestFilter()
530 goto exit; in TestFilter()
541 goto exit; in TestFilter()
553 exit: in TestFilter()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_loop_unroll.c93 * is only a single exit point. Note here we can unroll loops with multiple
94 * theoretical exits that only have a single terminating exit that we always
95 * know is the "real" exit.
119 /* Remove all but the limiting terminator as we know the other exit in simple_unroll()
362 * us to exit the loop for example: in complex_unroll()
1036 goto exit; in process_loops()
1072 goto exit; in process_loops()
1075 goto exit; in process_loops()
1118 exit: in process_loops()
/third_party/node/deps/v8/tools/
H A Dcallstats.py9 -h, --help show this help message and exit
257 sys.exit(1)
774 sys.exit(1)
777 sys.exit(1)
782 sys.exit(main())
/third_party/node/test/common/
H A Dindex.js118 process.exit(result.status);
159 process.on('exit', () => {
240 child.on('exit', function onExit(exitCode, signal) {
242 `but instead exited with exit code ${exitCode}` +
378 process.on('exit', function() {
408 if (failed.length) process.exit(1);
429 throw new Error('Cannot use common.mustCall*() in process exit handler');
447 // Add the exit listener only once to avoid listener leak warnings
448 if (mustCallChecks.length === 0) process.on('exit', runCallChecks);
590 process.exit(
[all...]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c480 exit(0); /* let cleanup() do its thing */ in quit()
1252 exit(0); /* EOF */ in process_commands()
1286 * non-interactive: exit on SIGQUIT in process_commands()
1291 exit(0); in process_commands()
1303 exit(4); in process_commands()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc196 exit());
358 Label exit; \
363 __ b(ne, &exit); \
367 __ bind(&exit); \
889 DeoptimizationExit* exit = in AssembleArchInstruction() local
891 __ b(exit->label()); in AssembleArchInstruction()
980 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction()
984 __ bind(ool->exit()); in AssembleArchInstruction()
1672 __ bind(ool->exit()); in AssembleArchInstruction()
1686 __ bind(ool->exit()); in AssembleArchInstruction()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c1712 goto exit; in rtw_coex_action_bt_idle()
1748 exit: in rtw_coex_action_bt_idle()
2583 goto exit; in rtw_coex_run_coex()
2596 goto exit; in rtw_coex_run_coex()
2601 goto exit; in rtw_coex_run_coex()
2606 goto exit; in rtw_coex_run_coex()
2611 goto exit; in rtw_coex_run_coex()
2616 goto exit; in rtw_coex_run_coex()
2621 goto exit; in rtw_coex_run_coex()
2628 goto exit; in rtw_coex_run_coex()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_platdev.c904 * It's needed to make sync up exit from dhd insmod and in dhd_wifi_platform_load_sdio()
955 goto exit; in dhd_wifi_platform_load_usb()
964 goto exit; in dhd_wifi_platform_load_usb()
996 exit: in dhd_wifi_platform_load_usb()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-h1940.c248 .exit = power_supply_exit,
330 .exit = h1940_bat_exit,
549 .exit = h1940_backlight_exit,

Completed in 40 milliseconds

1...<<181182183184185186187188189190>>...424