Searched refs:open (Results 651 - 675 of 2545) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/char/
H A Dpowernv-op-panel.c135 .open = oppanel_open,
/linux-master/scripts/
H A Dspdxcheck.py63 for l in open(el.path, encoding="utf-8").readlines():
300 with open(el.path, 'rb') as fd:
312 with open(fname) as fd:
384 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
/linux-master/drivers/input/misc/
H A Dmma8450.c163 input->open = mma8450_open;
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c181 .open = virtio_gpu_driver_open,
/linux-master/drivers/input/touchscreen/
H A Dar1021_i2c.c115 input->open = ar1021_i2c_open;
/linux-master/arch/um/os-Linux/
H A Dmem.c134 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700);
152 os_warn("open - cannot create %s: %s\n", tempname,
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c262 /* open endpoint files */
264 ep0 = open(ep_path, O_RDWR);
266 perror("unable to open ep0");
278 ep1 = open(ep_path, O_RDWR);
280 perror("unable to open ep1");
295 perror("unable to open eventfd");
/linux-master/sound/soc/intel/skylake/
H A Dskl-debug.c159 .open = simple_open,
213 .open = simple_open,
/linux-master/sound/pci/ctxfi/
H A Dctpcm.c368 .open = ct_pcm_playback_open,
379 .open = ct_pcm_capture_open,
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c65 fd = open("/proc/self/exe", O_RDONLY);
284 fd = open(dump_path, O_CREAT|O_TRUNC|O_RDWR, 0666);
/linux-master/sound/pci/ca0106/
H A Dca_midi.c245 .open = ca_midi_output_open,
252 .open = ca_midi_input_open,
/linux-master/drivers/watchdog/
H A Dwdt_pci.c443 * open and on opening we load the counters. Counter zero is a 100Hz
472 * case you have to open it again very soon.
570 .open = wdtpci_open,
584 .open = wdtpci_temp_open,
H A Dwdt.c406 * open and on opening we load the counters. Counter zero is a 100Hz
432 * case you have to open it again very soon.
527 .open = wdt_open,
541 .open = wdt_temp_open,
563 * Unload the watchdog. You cannot do this with any file handles open.
585 * The open() function will actually kick the board off.
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c171 .open = crc_control_open,
362 .open = crtc_crc_open,
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c344 enclave_image_fd = open(enclave_image_path, O_RDONLY);
346 printf("Error in open enclave image file [%m]\n");
789 ne_dev_fd = open(NE_DEV_NAME, O_RDWR | O_CLOEXEC);
791 printf("Error in open NE device [%m]\n");
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddebug.c228 .open = simple_open,
313 .open = wfx_send_hif_msg_open,
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c84 /* open callback */
305 .open = snd_bcm2835_playback_open,
314 .open = snd_bcm2835_playback_spdif_open,
/linux-master/sound/firewire/bebob/
H A Dbebob_pcm.c343 .open = pcm_open,
353 .open = pcm_open,
/linux-master/sound/firewire/fireface/
H A Dff-pcm.c366 .open = pcm_open,
376 .open = pcm_open,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-pcm.c326 .open = pcm_open,
336 .open = pcm_open,
/linux-master/sound/firewire/fireworks/
H A Dfireworks_pcm.c373 .open = pcm_open,
383 .open = pcm_open,
/linux-master/sound/firewire/motu/
H A Dmotu-pcm.c337 .open = pcm_open,
347 .open = pcm_open,
/linux-master/scripts/dtc/
H A Dutil.c255 fd = open(filename, O_RDONLY);
294 fprintf(stderr, "Couldn't open blob from '%s': %s\n", filename,
311 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/linux-master/drivers/gnss/
H A Dcore.c55 ret = gdev->ops->open(gdev);
204 .open = gnss_open,
/linux-master/fs/ecryptfs/
H A Dfile.c203 * @inode: inode specifying file to open
272 * @inode: inode specifying file to open
422 .open = ecryptfs_dir_open,
437 .open = ecryptfs_open,

Completed in 296 milliseconds

<<21222324252627282930>>