/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sysctl.c | 1452 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 D | processor.c | 662 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 D | i915_vma.c | 278 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 D | device.c | 143 .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 D | card_dev.c | 252 * 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 D | sur40.c | 396 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 D | capi.c | 1032 .open = capi_open, 1267 .open = capinc_tty_open,
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_v4l.c | 933 .vbi_fops.open = av7110_vbi_reset, 948 .vbi_fops.open = av7110_vbi_reset,
|
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 579 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 D | core.c | 687 .open = stm_mmap_open, 836 .open = stm_char_open,
|
/kernel/linux/linux-5.10/drivers/iio/imu/ |
H A D | adis16480.c | 194 .open = simple_open, 224 .open = simple_open,
|
H A D | adis16475.c | 141 .open = simple_open, 172 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | dev.c | 96 .open = simple_open, 185 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 116 /* 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 D | f_midi.c | 776 .open = f_midi_in_open, 782 .open = f_midi_out_open,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_r3964.c | 76 /* 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 D | mon_bin.c | 181 * 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 D | digi_acceleport.c | 271 .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 D | core.c | 486 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 D | rpc_pipe.c | 131 * 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 D | pmac.c | 654 .open = snd_pmac_playback_open, 662 .open = snd_pmac_capture_open,
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_pcm.c | 822 .open = snd_gf1_pcm_playback_open, 835 .open = snd_gf1_pcm_capture_open,
|
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688_lib.c | 677 .open = snd_es1688_playback_open, 685 .open = snd_es1688_capture_open,
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | atiixp_modem.c | 195 /* 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 D | nm256.c | 837 * open 909 .open = snd_nm256_playback_open, 924 .open = snd_nm256_capture_open,
|