/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 272 /* Move start up for next time and exit for loop */ in pmap_schedule() 283 /* If didn't exit the for loop with a break, we have success */ in pmap_schedule() 1086 goto exit; in dwc2_pick_first_frame() 1152 exit: in dwc2_pick_first_frame() 1870 * will have missed in this case anyway. Just go to exit. If we want in dwc2_next_periodic_start() 1875 goto exit; in dwc2_next_periodic_start() 1928 exit: in dwc2_next_periodic_start()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_cgx.c | 1090 goto exit; /* CGX is already started hence nothing to do */ in rvu_cgx_start_stop_io() 1092 goto exit; /* CGX is already stopped hence nothing to do */ in rvu_cgx_start_stop_io() 1114 goto exit; in rvu_cgx_start_stop_io() 1118 exit: in rvu_cgx_start_stop_io()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_res.c | 655 goto exit; in bnxt_qplib_alloc_pd() 661 exit: in bnxt_qplib_alloc_pd() 677 goto exit; in bnxt_qplib_dealloc_pd() 680 exit: in bnxt_qplib_dealloc_pd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 950 goto exit; in qtnf_suspend() 956 goto exit; in qtnf_suspend() 965 goto exit; in qtnf_suspend() 968 exit: in qtnf_suspend()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | skcipher.c | 686 alg->exit(skcipher); in crypto_skcipher_exit_tfm() 696 if (alg->exit) in crypto_skcipher_init_tfm() 697 skcipher->base.exit = crypto_skcipher_exit_tfm; in crypto_skcipher_init_tfm() 972 * default ->setkey(), ->init(), and ->exit() methods are installed. 1023 inst->alg.exit = skcipher_exit_tfm_simple; in skcipher_alloc_instance_simple()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 1149 goto exit; in vb2_fop_write() 1154 exit: in vb2_fop_write() 1173 goto exit; in vb2_fop_read() 1179 exit: in vb2_fop_read()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | data-convert-bt.c | 922 __FUNC_PROCESS_NON_SAMPLE(exit, 1272 __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(exit, 1616 .exit = perf_event__process_exit, in bt_convert__perf2ctf() 1631 c.tool.exit = process_exit_event; in bt_convert__perf2ctf()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tlv320dac33.c | 374 goto exit; in dac33_hard_power() 383 goto exit; in dac33_hard_power() 400 goto exit; in dac33_hard_power() 406 exit: in dac33_hard_power()
|
H A D | es8326.c | 611 goto exit; in es8326_jack_detect_handler() 656 goto exit; in es8326_jack_detect_handler() 662 goto exit; in es8326_jack_detect_handler() 685 exit: in es8326_jack_detect_handler()
|
/kernel/linux/linux-6.6/sound/soc/dwc/ |
H A D | dwc-i2s.c | 766 goto exit; in jh7110_i2s_crg_master_init() 798 exit: in jh7110_i2s_crg_master_init() 848 goto exit; in jh7110_i2s_crg_slave_init() 886 exit: in jh7110_i2s_crg_slave_init()
|
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | lpass-cpu.c | 1285 if (drvdata->variant->exit) in asoc_qcom_lpass_cpu_platform_remove() 1286 drvdata->variant->exit(pdev); in asoc_qcom_lpass_cpu_platform_remove() 1297 if (drvdata->variant->exit) in asoc_qcom_lpass_cpu_platform_shutdown() 1298 drvdata->variant->exit(pdev); in asoc_qcom_lpass_cpu_platform_shutdown()
|
/test/xts/hats/hdf/usb/transferTest_additional/common/ |
H A D | usbd_transfer_test.cpp | 54 exit(0); in SetUpTestCase() 64 exit(0); in SetUpTestCase() 70 exit(0); in SetUpTestCase() 74 exit(0); in SetUpTestCase()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 1093 goto exit; in ath12k_mac_op_config() 1096 goto exit; in ath12k_mac_op_config() 1102 goto exit; in ath12k_mac_op_config() 1105 goto exit; in ath12k_mac_op_config() 1110 exit: in ath12k_mac_op_config() 2965 goto exit; in ath12k_mac_op_hw_scan() 2975 goto exit; in ath12k_mac_op_hw_scan() 2995 goto exit; in ath12k_mac_op_hw_scan() 3015 exit: in ath12k_mac_op_hw_scan() 3201 goto exit; in ath12k_mac_op_set_key() [all...] |
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | insn_sanity.c | 53 exit(1); in usage()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | loongson1-cpufreq.c | 124 .exit = ls1x_cpufreq_exit,
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | pcm990-baseboard.c | 364 .exit = pcm990_mci_exit,
|
H A D | spitz_pm.c | 193 .exit = NULL,
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-hmt.c | 118 .exit = hmt_bl_exit,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | seqiv.c | 154 inst->alg.exit = aead_exit_geniv; in seqiv_aead_create()
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | h3xxx.c | 74 .exit = h3xxx_flash_exit,
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | main.c | 242 exit(); in start()
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 115 exit(1); in fail()
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vdso2c.c | 93 exit(1); in fail()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-rq-qos.c | 302 rqos->ops->exit(rqos); in rq_qos_exit()
|
H A D | blk-rq-qos.h | 47 void (*exit)(struct rq_qos *); member
|