/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 628 efi_status_t (__efiapi *open) (efi_file_protocol_t *, member 655 u32 open; member
|
/kernel/linux/linux-6.6/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 396 .open = bpmp_debug_open, 683 .open = debugfs_open,
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 428 * This routine should set everything up anew at each open, even 438 if (!s->ops || !s->ops->open) in hdlcdrv_open() 458 i = s->ops->open(dev); in hdlcdrv_open()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/ |
H A D | hva-h264.c | 1049 .open = hva_h264_open, 1060 .open = hva_h264_open,
|
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/ |
H A D | cx25821-video.c | 580 .open = v4l2_fh_open, 625 .open = v4l2_fh_open,
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-streams.c | 28 .open = cx18_v4l2_open, 36 .open = cx18_v4l2_open,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | debugfs.c | 648 .open = simple_open, \ 904 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 216 .open = simple_open, 947 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | multipath.c | 447 .open = nvme_ns_head_open, 476 .open = nvme_ns_head_chr_open,
|
/kernel/linux/linux-6.6/block/ |
H A D | bdev.c | 117 * 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 D | pseudo_lock.c | 1277 .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 D | drm_gem.c | 391 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 D | i915_gem_mman.c | 889 .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 D | intel_hotplug.c | 881 .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 D | radeon_ttm.c | 836 .open = radeon_ttm_vram_open, 890 .open = radeon_ttm_gtt_open,
|
H A D | radeon_gem.c | 79 .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 D | uhid.c | 393 .open = uhid_hid_open, 802 .open = uhid_char_open,
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | serio.c | 971 if (serio->open && serio->open(serio)) { in serio_open()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 849 fd_task = open(args.csv, "w") 855 fd_sum = open(args.csv_summary, "w")
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | core.c | 584 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 D | tegra210_admaif.c | 695 .open = tegra_pcm_open, 705 .open = tegra_pcm_open,
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | uffd-unit-tests.c | 136 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 D | tpm2.py | 364 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 D | lx6464es.c | 315 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 D | ac97c.c | 447 .open = atmel_ac97c_playback_open, 456 .open = atmel_ac97c_capture_open,
|