Searched refs:open (Results 76 - 100 of 2526) sorted by path

1234567891011>>

/linux-master/drivers/usb/serial/
H A Dwishbone-serial.c39 value, /* wValue = device is open(1) or closed(0) */
53 "Could not mark device as open (%d)\n",
78 .open = &wishbone_serial_open,
/linux-master/drivers/watchdog/
H A Dsbc8360.c306 .open = sbc8360_open,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c111 .open = xenbus_backend_open,
/linux-master/drivers/xen/xenfs/
H A Dxenstored.c50 .open = xsd_kva_open,
66 .open = xsd_port_open,
/linux-master/fs/orangefs/
H A Ddevorangefs-req.c31 gossip_err("ORANGEFS Device Error: You cannot open the device file "); \
152 "pvfs2-client-core: open device complete (ret = %d)\n",
773 .open = orangefs_devreq_open,
/linux-master/include/linux/
H A Dgnss.h31 int (*open)(struct gnss_device *gdev); member in struct:gnss_operations
H A Dhiddev.h26 int open; member in struct:hiddev
H A Dhidraw.h14 int open; member in struct:hidraw
/linux-master/include/linux/platform_data/
H A Dtda9950.h12 int (*open)(void *); member in struct:tda9950_glue
/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
H A Ddvb_ca_en50221.h80 int (*poll_slot_status)(struct dvb_ca_en50221 *ca, int slot, int open);
/linux-master/include/pcmcia/
H A Dds.h148 unsigned int open; member in struct:pcmcia_device
/linux-master/include/sound/
H A Dseq_oss.h23 /* following must be initialized in open callback */
39 int (*open)(struct snd_seq_oss_arg *p, void *closure); member in struct:snd_seq_oss_callback
H A Dsnd_wavefront.h33 spinlock_t open; member in struct:_snd_wavefront_midi
/linux-master/lib/
H A Dbuild_OID_registry23 open IN_FILE, "<$ARGV[0]" || die;
36 open C_FILE, ">$ARGV[1]" or die;
/linux-master/lib/xz/
H A Dxz_dec_test.c180 .open = &xz_dec_test_open,
/linux-master/net/caif/
H A Dcfutill.c68 service->open = false;
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h107 u32 open; member in struct:gssx_ctx
/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/samples/timers/
H A Dhpet_example.c33 "open-close",
89 fd = open(argv[0], O_RDONLY);
91 fprintf(stderr, "hpet_open_close: open failed\n");
109 fd = open(argv[0], O_RDONLY);
111 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]);
149 fd = open(argv[0], O_RDONLY);
152 fprintf(stderr, "hpet_poll: open of %s failed\n", argv[0]);
243 fd = open(argv[0], O_RDONLY);
246 fprintf(stderr, "hpet_fasync: failed to open %s\n", argv[0]);
/linux-master/samples/watchdog/
H A Dwatchdog-simple.c9 int fd = open("/dev/watchdog", O_WRONLY);
/linux-master/scripts/
H A Dcleanfile105 if (!open(FILE, '+<', $f)) {
106 print STDERR "$name: Cannot open file: $f: $!\n";
H A Dcleanpatch105 if (!open(FILE, '+<', $f)) {
106 print STDERR "$name: Cannot open file: $f: $!\n";
H A Dget_dvb_firmware224 open FW,">$tmpdir/opera.fw";
262 open $FW, ">$tmpdir/fwtmp3";
401 open IN, '<', $sourcefile or die "Couldn't open $sourcefile to extract $fwfile data\n";
403 open OUT, '>', $fwfile;
537 open INFILE, '<', "$tmpdir/Driver/Files/AF15BDA.sys";
538 open OUTFILE, '>', $outfile;
794 open FW,">$fwfile";
854 open(CMD, "md5sum \"$filename\"|");
872 open INFIL
[all...]
/linux-master/scripts/dtc/
H A Ddt_to_config264 2 unable to open or read kernel config file
265 3 unable to open or process input device tree file(s)
550 if (!open(MAKEFILE_FILE, "<", "$makefile")) {
873 if (!open(DT_FILE, "-|", "$dtx_diff $file")) {
950 if (!open(CONFIG_FILE, "<", "$config_file")) {
951 print STDERR "open $config_file failed\n";

Completed in 303 milliseconds

1234567891011>>