/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 486 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 D | fimc-capture.c | 325 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 D | cobalt-v4l2.c | 1179 .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 D | debug.c | 137 .open = simple_open, \ 145 .open = simple_open, \ 155 .open = simple_open, \
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | industrialio-core.c | 436 .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 D | cache.c | 788 * 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 D | selinuxfs.c | 265 .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 D | timer.c | 286 * 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 D | fs_syscall.c | 488 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 D | wss_lib.c | 947 * 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 D | trace_osnoise.c | 2201 * @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 D | cs4231.c | 112 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 D | pcm.c | 732 .open = simple_open, 1154 .open = avs_component_open, 1500 .open = avs_component_hda_open,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_sta.c | 35 .open = simple_open, \ 43 .open = simple_open, \ 443 .open = simple_open, \
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 184 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 D | hwcontext_vaapi.c | 1657 // 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 D | make.py | 822 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 D | test.py | 70 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 D | configure.py | 1661 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 D | make.py | 831 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 D | cookiejar.py | 1250 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 D | pdb.py | 100 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 D | test_random.py | 400 with open(support.findfile(file),"rb") as f: 1330 with open(w, "w") as f: 1338 with open(r, "r") as f:
|
H A D | test_compile.py | 449 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 D | xmltok.c | 1073 char open; in parsePseudoAttribute() local 1127 open = (char)c; in parsePseudoAttribute() 1132 if (c == open) in parsePseudoAttribute()
|