Home
last modified time | relevance | path

Searched refs:open (Results 6851 - 6875 of 10205) sorted by relevance

1...<<271272273274275276277278279280>>...409

/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-streams.c28 .open = cx18_v4l2_open,
36 .open = cx18_v4l2_open,
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c648 .open = simple_open, \
904 .open = simple_open,
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c216 .open = simple_open,
947 .open = simple_open,
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dmultipath.c447 .open = nvme_ns_head_open,
476 .open = nvme_ns_head_chr_open,
/kernel/linux/linux-6.6/block/
H A Dbdev.c117 * Someone else has handle exclusively open. Try invalidating instead. in truncate_bdev_range()
551 * Finish exclusive open of a block device. Mark the device as exlusively
552 * open by the holder and wake up all waiters for exclusive open to finish.
581 * Abort claiming of a block device when the exclusive open failed. This can be
582 * also used when exclusive open is not actually desired and we just needed
641 if (disk->fops->open) { in blkdev_get_whole()
642 ret = disk->fops->open(disk, mode); in blkdev_get_whole()
734 * blkdev_get_by_dev - open a block device by device number
735 * @dev: device number of block device to open
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1277 .open = simple_open,
1462 /* Perform a non-seekable open - llseek is not supported */ in pseudo_lock_dev_open()
1572 .open = pseudo_lock_dev_open,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem.c391 if (obj->funcs->open) { in drm_gem_handle_create_tail()
392 ret = obj->funcs->open(obj, file_priv); in drm_gem_handle_create_tail()
914 * drm_gem_open - initializes GEM file-private structures at devnode open time
918 * Called at device open time, sets up the structure for handling refcounting
987 * drm_gem_vm_open - vma->ops->open implementation for GEM
990 * This function implements the #vm_operations_struct open() callback for GEM
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c889 .open = vm_open,
896 .open = vm_open,
1095 * the vm_ops->open() which increases the ref_count of in i915_gem_fb_mmap()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c881 .open = i915_hpd_storm_ctl_open,
954 .open = i915_hpd_short_storm_ctl_open,
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c836 .open = radeon_ttm_vram_open,
890 .open = radeon_ttm_gtt_open,
H A Dradeon_gem.c79 .open = ttm_bo_vm_open,
195 * Call from drm_gem_handle_create which appear in both new and open ioctl
281 .open = radeon_gem_object_open,
/kernel/linux/linux-6.6/drivers/hid/
H A Duhid.c393 .open = uhid_hid_open,
802 .open = uhid_char_open,
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dserio.c971 if (serio->open && serio->open(serio)) { in serio_open()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py849 fd_task = open(args.csv, "w")
855 fd_sum = open(args.csv_summary, "w")
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c584 if (hdev->ops->open) { in hci_dev_up()
585 r = hdev->ops->open(hdev); in hci_dev_up()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_admaif.c695 .open = tegra_pcm_open,
705 .open = tegra_pcm_open,
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-unit-tests.c136 uffd_test_skip("cannot open userfaultfd handle"); in test_uffd_api()
217 int fd = open("/proc/self/pagemap", O_RDONLY); in pagemap_open()
220 err("open pagemap"); in pagemap_open()
274 args->gup_fd = open("/sys/kernel/debug/gup_test", O_RDWR); in pin_pages()
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
H A Dtpm2.py364 self.tpm = open('/dev/tpm0', 'r+b', buffering=0)
366 self.tpm = open('/dev/tpmrm0', 'r+b', buffering=0)
/kernel/linux/linux-6.6/sound/pci/lx6464es/
H A Dlx6464es.c315 dev_err(chip->card->dev, "failed to open hardware. " in lx_pcm_prepare()
772 .open = lx_pcm_open,
782 .open = lx_pcm_open,
/kernel/linux/linux-6.6/sound/atmel/
H A Dac97c.c447 .open = atmel_ac97c_playback_open,
456 .open = atmel_ac97c_capture_open,
/kernel/linux/linux-6.6/sound/drivers/
H A Dmts64.c738 .open = snd_mts64_rawmidi_open,
744 .open = snd_mts64_rawmidi_open,
H A Dserial-u16550.c111 int filemode; /* open status of file */
741 .open = snd_uart16550_output_open,
748 .open = snd_uart16550_input_open,
/kernel/linux/linux-6.6/sound/arm/
H A Daaci.c626 .open = aaci_pcm_open,
728 .open = aaci_pcm_open,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c96 RET_ERR(err, "open test_select_reuseport_kern.bpf.o", in prepare_bpf_obj()
165 fd = open(sysctl, 0); in read_int_sysctl()
166 RET_ERR(fd == -1, "open(sysctl)", in read_int_sysctl()
182 fd = open(sysctl, O_RDWR); in write_int_sysctl()
183 RET_ERR(fd == -1, "open(sysctl)", in write_int_sysctl()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dlam.c579 int file_fd = open(path, O_RDONLY); in do_uring()
1055 fd = open(dsaDeviceFile, O_RDWR); in allocate_dsa_pasid()
1057 perror("open"); in allocate_dsa_pasid()

Completed in 40 milliseconds

1...<<271272273274275276277278279280>>...409