/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | ffa_abi.c | 736 .open = optee_ffa_open, 754 .open = optee_ffa_open,
|
/kernel/linux/linux-6.6/drivers/usb/mon/ |
H A D | mon_text.c | 36 * If usbmon were available to unprivileged processes, it might be open 687 .open = mon_text_open, 695 .open = mon_text_open,
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | f81232.c | 977 .open = f81232_open, 1002 .open = f81534a_open,
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | moxtet.c | 485 .open = moxtet_debug_open, 549 .open = moxtet_debug_open,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 83 .open = ttm_bo_vm_open, 158 * Call from drm_gem_handle_create which appear in both new and open ioctl 266 .open = amdgpu_gem_object_open,
|
/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()
|