Home
last modified time | relevance | path

Searched refs:open (Results 7926 - 7950 of 10205) sorted by relevance

1...<<311312313314315316317318319320>>...409

/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c486 ret = fimc_pipeline_call(&fimc->ve, open, me, true); in fimc_lite_open()
541 .open = fimc_lite_open,
1568 fimc_pipeline_call(&fimc->ve, open, in fimc_lite_resume()
H A Dfimc-capture.c325 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume()
494 ret = fimc_pipeline_call(ve, open, &ve->vdev.entity, true); in fimc_capture_open()
551 .open = fimc_capture_open,
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1179 .open = v4l2_fh_open,
1189 .open = v4l2_fh_open,
1199 .open = v4l2_fh_open,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c137 .open = simple_open, \
145 .open = simple_open, \
155 .open = simple_open, \
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-core.c436 .open = simple_open,
1733 * iio_chrdev_open() - chrdev file open for buffer access and ioctls
1813 * is being removed while userspace would still have open file handles in iio_ioctl()
1842 .open = iio_chrdev_open,
1851 .open = iio_chrdev_open,
/kernel/linux/linux-6.6/net/sunrpc/
H A Dcache.c788 * Implemented by linked list of requests. Each open file has
1823 .open = cache_open_pipefs,
1842 .open = content_open_pipefs,
1880 .open = open_flush_pipefs,
/kernel/linux/linux-6.6/security/selinux/
H A Dselinuxfs.c265 .open = sel_open_handle_status,
488 .open = sel_open_policy,
1605 .open = sel_open_avc_cache_stats,
/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c286 * open a timer instance
299 /* open a slave instance */ in snd_timer_open()
320 /* open a master instance */ in snd_timer_open()
357 if (list_empty(&timer->open_list_head) && timer->hw.open) { in snd_timer_open()
358 err = timer->hw.open(timer); in snd_timer_open()
2286 .open = snd_timer_user_open,
/kernel/liteos_a/syscall/
H A Dfs_syscall.c488 ret = open((pathname ? pathRet : NULL), O_CREAT | O_TRUNC | O_WRONLY, mode); in SysCreat()
1217 fd = open((path ? pathRet : NULL), O_RDWR); in SysTruncate()
1250 fd = open((path ? pathRet : NULL), O_RDWR); in SysTruncate64()
/kernel/linux/linux-6.6/sound/isa/wss/
H A Dwss_lib.c947 * timer open/close
969 .open = snd_wss_timer_open,
1830 .open = snd_wss_playback_open,
1839 .open = snd_wss_capture_open,
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_osnoise.c2201 * @filp: The active open file structure
2277 * @filp: The active open file structure
2318 * @filp: The active open file structure
2456 * @file: The active open file structure
2667 .open = timerlat_fd_open,
2675 .open = tracing_open_generic,
2682 .open = osnoise_options_open,
/kernel/linux/linux-6.6/sound/sparc/
H A Dcs4231.c112 struct mutex open_mutex; /* mutex for ALSA open/close */
854 * timer open/close
875 .open = snd_cs4231_timer_open,
1193 .open = snd_cs4231_playback_open,
1202 .open = snd_cs4231_capture_open,
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpcm.c732 .open = simple_open,
1154 .open = avs_component_open,
1500 .open = avs_component_hda_open,
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs_sta.c35 .open = simple_open, \
43 .open = simple_open, \
443 .open = simple_open, \
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp184 int fd = open(pathname, flags, mode); in DirName()
196 int firstParam = open("/data/storage/el2/base/files/Fzl.txt", O_CREAT, PARAM_0777), secondParam = LOCK_UN; in Flock()
486 int fd = open(path, O_CREAT | O_WRONLY, PARAM_0777); in FGetXAttr()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.c1657 // If the device is specified, try to open it as a DRM device node. in vaapi_device_create()
1662 priv->drm_fd = open(device, O_RDWR); in vaapi_device_create()
1664 av_log(ctx, loglevel, "Failed to open %s as " in vaapi_device_create()
1678 priv->drm_fd = open(path, O_RDWR); in vaapi_device_create()
1680 av_log(ctx, AV_LOG_VERBOSE, "Cannot open " in vaapi_device_create()
1716 av_log(ctx, AV_LOG_VERBOSE, "Cannot open a VA display " in vaapi_device_create()
1726 // Try to open the device as an X11 display. in vaapi_device_create()
1729 av_log(ctx, AV_LOG_VERBOSE, "Cannot open X11 display " in vaapi_device_create()
1734 av_log(ctx, AV_LOG_ERROR, "Cannot open a VA display " in vaapi_device_create()
1811 fd = open(render_nod in vaapi_device_derive()
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py822 self.fp = open(output_filename, "w")
973 self.fp = open(output_filename, "w")
2554 root_makefile = open(makefile_path, "w")
/third_party/node/tools/
H A Dtest.py70 from io import open namespace
748 # or the indexing service) has the file open. Those processes keep a
749 # file open for a short time only, so yield and try again; it'll succeed.
796 output = open(outname, encoding='utf8').read()
797 errors = open(errname, encoding='utf8').read()
/third_party/node/
H A Dconfigure.py1661 with Path(filename).open(mode='w+', encoding='utf-8') as f:
1886 with io.open(uvernum_h, encoding='utf8') as in_file:
1909 with icu_data_path.open(mode='wb') as outf:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py831 self.fp = open(output_filename, "w")
982 self.fp = open(output_filename, "w")
2582 root_makefile = open(makefile_path, "w")
/third_party/python/Lib/http/
H A Dcookiejar.py1250 urllib.request.build_opener(HTTPCookieProcessor).open(url).
1801 with open(filename) as f:
1894 os.open(filename, os.O_CREAT | os.O_WRONLY | os.O_TRUNC, 0o600),
2093 os.open(filename, os.O_CREAT | os.O_WRONLY | os.O_TRUNC, 0o600),
/third_party/python/Lib/
H A Dpdb.py100 fp = tokenize.open(filename)
238 with open(os.path.expanduser('~/.pdbrc'), encoding='utf-8') as rcFile:
243 with open(".pdbrc", encoding='utf-8') as rcFile:
/third_party/python/Lib/test/
H A Dtest_random.py400 with open(support.findfile(file),"rb") as f:
1330 with open(w, "w") as f:
1338 with open(r, "r") as f:
H A Dtest_compile.py449 with open(fname, encoding='utf-8') as f:
542 with open(fn, "wb") as fp:
552 with open(fn, "wb") as fp:
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c1073 char open; in parsePseudoAttribute() local
1127 open = (char)c; in parsePseudoAttribute()
1132 if (c == open) in parsePseudoAttribute()

Completed in 75 milliseconds

1...<<311312313314315316317318319320>>...409