Home
last modified time | relevance | path

Searched refs:open (Results 5951 - 5975 of 8153) sorted by relevance

1...<<231232233234235236237238239240>>...327

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1452 fd = open(sysctl_path, O_RDONLY | O_CLOEXEC); in load_sysctl_prog_insns()
1454 log_err("open(%s) failed", sysctl_path); in load_sysctl_prog_insns()
1510 fd = open(sysctl_path, test->open_flags | O_CLOEXEC); in access_sysctl()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c662 kvm_fd = open(KVM_DEV_PATH, O_RDONLY); in kvm_get_supported_cpuid()
944 kvm_fd = open(KVM_DEV_PATH, O_RDONLY); in kvm_get_msr_index_list()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.c278 GEM_BUG_ON(!atomic_read(&vm->open)); in i915_vma_instance()
1294 if (likely(atomic_read(&vma->vm->open))) { in __i915_vma_evict()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Ddevice.c143 .open = hl_device_open,
152 .open = hl_device_open_ctrl,
569 /* Check if the sample is finished or still open */ in hl_device_utilization()
799 /* We killed the open users, but because the driver cleans up after the in device_kill_open_processes()
900 /* Flush anyone that is inside device open */ in hl_device_reset()
962 "Failed to kill all open processes, stopping hard reset\n"); in hl_device_reset()
1448 /* Flush anyone that is inside device open */ in hl_device_fini()
1476 dev_crit(hdev->dev, "Failed to kill all open processes\n"); in hl_device_fini()
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_dev.c252 * genwqe_kill_fasync() - Send signal to all processes with open GenWQE files
290 * genwqe_open() - file open
295 * open("/dev/genwqe",..).
417 .open = genwqe_vma_open,
1231 .open = genwqe_open,
1329 /* if no open files we can safely continue, else ... */ in genwqe_inform_and_stop_processes()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dsur40.c396 dev_dbg(sur40->dev, "open\n"); in sur40_open()
698 input->open = sur40_open; in sur40_probe()
1131 .open = v4l2_fh_open,
/kernel/linux/linux-5.10/drivers/isdn/capi/
H A Dcapi.c1032 .open = capi_open,
1267 .open = capinc_tty_open,
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110_v4l.c933 .vbi_fops.open = av7110_vbi_reset,
948 .vbi_fops.open = av7110_vbi_reset,
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c579 return -EBUSY; /* already open */ in lis3lv02d_misc_open()
674 .open = lis3lv02d_misc_open,
700 input_dev->open = lis3lv02d_joystick_open; in lis3lv02d_joystick_enable()
1020 if (of_get_property(np, "st,irq-open-drain", NULL)) in lis3lv02d_init_dt()
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dcore.c687 .open = stm_mmap_open,
836 .open = stm_char_open,
/kernel/linux/linux-5.10/drivers/iio/imu/
H A Dadis16480.c194 .open = simple_open,
224 .open = simple_open,
H A Dadis16475.c141 .open = simple_open,
172 .open = simple_open,
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Ddev.c96 .open = simple_open,
185 .open = simple_open,
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dixp4xx_hss.c116 /* Normal (default) / open drain mode (TX only) */
1063 if (port->plat->open) in hss_hdlc_open()
1064 if ((err = port->plat->open(port->id, dev, in hss_hdlc_open()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_midi.c776 .open = f_midi_in_open,
782 .open = f_midi_out_open,
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_r3964.c76 /* Log Linediscipline operations (open, close, read, write...): */
151 .open = r3964_open,
217 TRACE_L("open=%p", tty_ldisc_N_R3964.open); in r3964_init()
950 TRACE_L("open"); in r3964_open()
/kernel/linux/linux-5.10/drivers/usb/mon/
H A Dmon_bin.c181 * This gets associated with an open file struct.
184 /* The buffer: one per open. */
687 printk(KERN_ERR TAG ": consistency error on open\n"); in mon_bin_open()
1219 * open and close: just keep track of how many times the device is
1267 .open = mon_bin_vma_open,
1289 .open = mon_bin_open,
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Ddigi_acceleport.c271 .open = digi_open,
302 .open = digi_open,
1498 /* port must be open to use tty struct */ in digi_read_oob_callback()
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c486 if (ndev->ops->open(ndev)) { in nci_open_device()
1145 if (!ops->open || !ops->close || !ops->send) in nci_allocate_device()
/kernel/linux/linux-5.10/net/sunrpc/
H A Drpc_pipe.c131 * read on an open file for this inode. It is up to the caller to
393 .open = rpc_pipe_open,
451 .open = rpc_info_open,
1293 * Create a dummy set of directories and a pipe that gssd can hold open to
/kernel/linux/linux-5.10/sound/ppc/
H A Dpmac.c654 .open = snd_pmac_playback_open,
662 .open = snd_pmac_capture_open,
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_pcm.c822 .open = snd_gf1_pcm_playback_open,
835 .open = snd_gf1_pcm_capture_open,
/kernel/linux/linux-5.10/sound/isa/es1688/
H A Des1688_lib.c677 .open = snd_es1688_playback_open,
685 .open = snd_es1688_capture_open,
/kernel/linux/linux-5.10/sound/pci/
H A Datiixp_modem.c195 /* called from open callback */
244 struct mutex open_mutex; /* playback open mutex */
933 .open = snd_atiixp_playback_open,
944 .open = snd_atiixp_capture_open,
/kernel/linux/linux-5.10/sound/pci/nm256/
H A Dnm256.c837 * open
909 .open = snd_nm256_playback_open,
924 .open = snd_nm256_capture_open,

Completed in 45 milliseconds

1...<<231232233234235236237238239240>>...327