Searched refs:open (Results 101 - 125 of 2544) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c52 fd = open("/dev/null", O_RDWR);
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c171 fd = open(path, O_RDONLY);
175 ksft_exit_fail_msg("sysfs: open failed for '%s': %s\n",
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core.c78 fd = open(pathname, O_RDWR);
80 err(-1, "%s open failed", pathname);
H A Disst-core-tpmi.c60 fd = open(pathname, O_RDWR);
H A Disst-core-mbox.c86 fd = open(pathname, O_RDWR);
88 err(-1, "%s open failed", pathname);
183 fd = open(pathname, O_RDWR);
185 err(-1, "%s open failed", pathname);
357 fd = open(buffer, O_WRONLY);
H A Disst-config.c166 err(-1, "cannot open /proc/cpuinfo\n");
195 err(1, "%s: open failed", path);
463 fd = open(buffer, O_RDONLY);
495 fd = open(buffer, O_WRONLY);
503 err(-1, "%s open failed", buffer);
759 fd = open(pathname, O_RDWR);
761 err(-1, "%s open failed", pathname);
887 fd = open("/sys/fs/cgroup/cgroup.subtree_control", O_RDWR, 0);
927 fd = open(cpuset_cpus, O_RDWR, 0);
981 fd = open(cpuset_cpu
[all...]
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c202 fprintf(stderr, "Cannot open directory %s\n", AUX_DEV_PATH);
233 perror("Could not open 'registers' file");
372 fprintf(stderr, "Could not open '%s' file: %s", cert_fname, strerror(errno));
455 perror("Could not open 'state_certificate' file");
543 bin_fd = open(bin_file, O_RDONLY);
545 fprintf(stderr, "Could not open file %s: %s\n", bin_file, strerror(errno));
559 prov_fd = open(prov_file, O_WRONLY);
561 fprintf(stderr, "Could not open file %s: %s\n", prov_file, strerror(errno));
707 fprintf(stderr, "Could not open directory '%s': %s\n", s->dev_path,
811 fprintf(stderr, "Could not open fil
[all...]
/linux-master/tools/arch/x86/dell-uart-backlight-emulator/
H A Ddell-uart-backlight-emulator.c53 serial_fd = open(argv[1], O_RDWR | O_NOCTTY);
/linux-master/sound/usb/
H A Dmixer_scarlett2.c9562 * The ERASING state is left as-is, and checked on next open.
9583 hw->ops.open = scarlett2_hwdep_open;
/linux-master/sound/synth/emux/
H A Demux_oss.c39 .open = snd_emux_open_seq_oss,
93 * open port for OSS sequencer
/linux-master/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c580 .open = xlnx_formatter_pcm_open,
/linux-master/sound/soc/uniphier/
H A Daio-dma.c224 .open = uniphier_aiodma_open,
/linux-master/sound/soc/sof/
H A Dsof-client-probes.c302 .open = simple_open,
350 .open = simple_open,
H A Dsof-client-ipc-msg-injector.c232 .open = sof_msg_inject_dfs_open,
242 .open = sof_msg_inject_dfs_open,
H A Dsof-client-ipc-kernel-injector.c84 .open = sof_msg_inject_dfs_open,
H A Dsof-client-ipc-flood-test.c282 .open = sof_ipc_flood_dfs_open,
H A Dpcm.c439 dev_dbg(component->dev, "pcm: open stream %d dir %d\n",
480 dev_err(component->dev, "error: pcm open failed %d\n", ret);
708 pd->open = sof_pcm_open;
H A Dipc4-telemetry.c75 .open = simple_open,
H A Dipc4-mtrace.c293 .open = sof_ipc4_mtrace_dfs_open,
373 .open = simple_open,
H A Dipc3-dtrace.c222 .open = simple_open,
379 /* avoid duplicate traces at next open */
387 .open = simple_open,
H A Ddebug.c108 .open = simple_open,
275 /* allocate buffer memory only in first open run, to save memory when unused */
287 .open = memory_info_open,
/linux-master/sound/soc/
H A Dsoc-pcm.c88 return "open";
200 .open = simple_open,
870 /* PCM open ops for non-DPCM streams */
1656 /* first time the dpcm is open ? */
1658 dev_err(be->dev, "ASoC: too many users %s at open %d\n",
1671 dev_dbg(be->dev, "ASoC: open %s BE %s\n",
1916 dev_dbg(fe->dev, "ASoC: open FE %s\n", fe->dai_link->name);
2567 dev_dbg(fe->dev, "ASoC: runtime %s open on FE %s\n",
2584 /* keep going if FE state is > open */
2970 rtd->ops.open
[all...]
H A Dsoc-generic-dmaengine-pcm.c324 .open = dmaengine_pcm_open,
335 .open = dmaengine_pcm_open,
H A Dsoc-dapm.c2215 .open = simple_open,
2250 .open = simple_open,
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c1167 .open = q6asm_dai_compr_open,
1210 .open = q6asm_dai_open,

Completed in 357 milliseconds

1234567891011>>