Searched refs:open (Results 351 - 375 of 2544) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c115 if (!tty->ops->open || !tty->ops->close) {
120 ret = tty->ops->open(serport->tty, NULL);
263 .open = ttyport_open,
/linux-master/include/linux/
H A Dseq_file.h201 .open = __name ## _open, \
215 .open = __name ## _open, \
229 .open = __name ## _open, \
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c41 fd = open(filename, O_WRONLY);
45 ksft_exit_fail_msg("open of %s failed - %s\n",
149 ksft_exit_fail_msg("open copy source - %s\n", strerror(errno));
151 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700);
216 int ourpath_fd = open(our_path, O_RDONLY | O_DIRECTORY);
218 ksft_exit_fail_msg("open '%s' - %s\n",
/linux-master/drivers/accel/qaic/
H A Dqaic_debugfs.c74 .open = bootlog_fops_open,
95 .open = fifo_size_open,
125 .open = queued_open,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c111 .open = xenbus_backend_open,
/linux-master/include/media/
H A Ddemux.h380 * @open: This function reserves the demux for use by the caller and, if
385 * @open is called and decrement it when @close is called.
398 * @open is called and decrement it when @close is called.
564 int (*open)(struct dmx_demux *demux); member in struct:dmx_demux
/linux-master/include/sound/
H A Dsnd_wavefront.h33 spinlock_t open; member in struct:_snd_wavefront_midi
/linux-master/scripts/
H A Dcleanfile105 if (!open(FILE, '+<', $f)) {
106 print STDERR "$name: Cannot open file: $f: $!\n";
/linux-master/tools/laptop/dslm/
H A Ddslm.c147 if (!(fd = open(disk, O_RDONLY|O_NONBLOCK))) {
148 printf("Can't open %s, because: %s\n", disk, strerror(errno));
/linux-master/tools/spi/
H A Dspidev_fdx.c143 fd = open(name, O_RDWR);
145 perror("open");
/linux-master/drivers/char/
H A Dscx200_gpio.c69 .open = scx200_gpio_open,
/linux-master/drivers/input/gameport/
H A Dfm801-gp.c83 port->open = fm801_gp_open;
/linux-master/drivers/net/wan/
H A Dwanxl.h137 volatile u32 open; member in struct:__anon876
/linux-master/net/caif/
H A Dcfutill.c68 service->open = false;
/linux-master/sound/pci/au88x0/
H A Dau88x0_game.c100 gp->open = vortex_game_open;
/linux-master/drivers/input/mouse/
H A Datarimouse.c30 * Allow multiple open's
135 atamouse_dev->open = atamouse_open;
/linux-master/samples/pidfd/
H A Dpidfd-metadata.c58 procfd = open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC);
60 warn("Failed to open %s\n", path);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_debugfs.c94 .open = megasas_debugfs_raidmap_open,
/linux-master/arch/sh/mm/
H A Dtlb-debugfs.c144 .open = tlb_debugfs_open,
/linux-master/arch/um/drivers/
H A Dvde_user.c44 printk(UM_KERN_WARNING "vde_open - we have no VDECONN to open");
66 .open = vde_user_open,
H A Dslirp_user.c118 .open = slirp_open,
/linux-master/drivers/edac/
H A Ddebugfs.c40 .open = simple_open,
/linux-master/sound/drivers/opl4/
H A Dopl4_proc.c80 .open = snd_opl4_mem_proc_open,
/linux-master/tools/testing/selftests/openat2/
H A Drename_attack_test.c43 dfd = open(dirname, O_PATH | O_DIRECTORY);
45 ksft_exit_fail_msg("setup_testdir: failed to open tmpdir\n");
104 ksft_exit_fail_msg("test_rename_attack: failed to open 'a'\n");
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_debugfs.c53 * _debugfs_iocdump_open : open the ioc_dump debugfs attribute file
91 .open = _debugfs_iocdump_open,

Completed in 247 milliseconds

<<11121314151617181920>>