/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc.c | 724 /* Now, we can close the channel safely */ in netvsc_device_remove() 1791 goto close; in netvsc_device_add() 1801 close: in netvsc_device_add() 1805 /* Now, we can close the channel safely */ in netvsc_device_add()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 523 fimc_pipeline_call(&fimc->ve, close); in fimc_lite_release() 1595 return fimc_pipeline_call(&fimc->ve, close); in fimc_lite_suspend()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/ |
H A D | hva-v4l2.c | 1099 /* close encoder when both stop_streaming have been called */ in hva_stop_streaming() 1102 enc->close(ctx); in hva_stop_streaming() 1240 enc->close(ctx); in hva_release()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 50 bool close) in set_offsets() 98 if (close) { in set_offsets() 47 set_offsets(u32 *regs, const u8 *data, const struct intel_engine_cs *engine, bool close) set_offsets() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kvm.c | 1332 * The ioctl to return the perf_clock timestamp should close the in perf_kvm__mmap_read() 1385 close(kvm->timerfd); in perf_kvm__timerfd_create() 1535 close(kvm->timerfd); in kvm_events_live_report()
|
/kernel/linux/linux-6.6/sound/pci/korg1212/ |
H A D | korg1212.c | 1664 .close = snd_korg1212_playback_close, 1676 .close = snd_korg1212_capture_close,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-finder.c | 87 close(fd); in debuginfo__init_offline_dwarf() 2028 close(fd); in get_source_from_debuginfod()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | sonicvibes.c | 836 .close = snd_sonicvibes_playback_close, 844 .close = snd_sonicvibes_capture_close,
|
H A D | es1938.c | 959 .close = snd_es1938_playback_close, 967 .close = snd_es1938_capture_close,
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 146 close(fd); in read_text_file() 413 close(fd); in grab_file()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 115 proc.stdout.close() 116 proc.stderr.close()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 1270 close(sock); in add_listener() 1281 close(sock); in add_listener()
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | es18xx.c | 1641 .close = snd_es18xx_playback_close, 1650 .close = snd_es18xx_capture_close,
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 2335 .close = snd_rme9652_playback_release, 2347 .close = snd_rme9652_capture_release,
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 1047 clnt->trans_mod->close(clnt); in p9_client_create() 1064 clnt->trans_mod->close(clnt); in p9_client_destroy()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 200 if (sk->sk_prot->close != sock_map_close) { in sock_map_psock_get_checked() 1640 saved_close = READ_ONCE(sk->sk_prot)->close; in sock_map_close()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | pcm.c | 1748 .close = snd_usb_pcm_close, 1760 .close = snd_usb_pcm_close,
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvenc.c | 1060 .close = encode_end, 1080 .close = encode_end,
|
H A D | libvpxenc.c | 1950 .close = vpx_free, 1985 .close = vpx_free,
|
H A D | cbs_h2645.c | 1487 .close = &cbs_h264_close, 1503 .close = &cbs_h265_close,
|
H A D | pngdec.c | 1729 .close = png_dec_end, 1746 .close = png_dec_end,
|
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 157 bool closed; /* TRUE on stream close */ 341 close(ctx->qlogfd); in qlog_callback() 500 CURL_TRC_CF(data, cf, "[%" PRId64 "] quic close(err=%" in cb_stream_close() 1475 /* Server decided to close the stream after having sent us a final in cf_ngtcp2_send() 1932 close(ctx->qlogfd); in cf_ngtcp2_ctx_clear() 1959 CURL_TRC_CF(data, cf, "close"); in cf_ngtcp2_close()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 1280 Curl_ssl->close(cf, data); in multissl_close() 1522 Curl_ssl->close(cf, data); in cf_close()
|
/third_party/glfw/src/ |
H A D | x11_init.c | 1650 close(_glfw.x11.emptyEventPipe[0]); in _glfwTerminateX11() 1651 close(_glfw.x11.emptyEventPipe[1]); in _glfwTerminateX11()
|
H A D | wl_init.c | 996 close(_glfw.wl.keyRepeatTimerfd); in _glfwTerminateWayland() 998 close(_glfw.wl.cursorTimerfd); in _glfwTerminateWayland()
|