Home
last modified time | relevance | path

Searched refs:open (Results 8126 - 8150 of 8343) sorted by relevance

1...<<321322323324325326327328329330>>...334

/kernel/linux/linux-6.6/drivers/scsi/
H A Dsg.c164 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */
165 struct mutex open_rel_lock; /* held when in open() or release() */
171 bool exclude; /* 1->open(O_EXCL) succeeded and is active */
396 /* possibly many open()s waiting on exlude clearing, start many; in sg_release()
397 * only open(O_EXCL)s wait on 0==open_cnt so only start one */ in sg_release()
1420 .open = sg_open,
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi2.c1465 .open = f_midi2_ump_open,
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Drenesas_usb3.c2639 .open = renesas_usb3_b_device_open,
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c553 /* used by open/write in fbmem.c */ in setup_vrfb_rotation()
599 /* used by open/write in fbmem.c */ in set_fb_fix()
1085 .open = mmap_user_open,
1114 /* vm_ops.open won't be called for mmap itself. */ in omapfb_mmap()
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c2758 .open = sisusb_open,
/kernel/linux/linux-6.6/drivers/block/
H A Dnbd.c1654 .open = nbd_open,
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c2695 * gpio_chrdev_open() - open the chardev for ioctl operations
2709 /* Fail on open if the backing gpiochip is gone */ in gpio_chrdev_open()
2790 .open = gpio_chrdev_open,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3124 .open = edp_ilr_open,
/kernel/linux/linux-6.6/drivers/media/platform/aspeed/
H A Daspeed-video.c1789 .open = aspeed_video_open,
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1027 .open = s5p_jpeg_open,
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov8856.c2301 .open = ov8856_open,
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dhso.c1234 /* open the requested serial port */
1244 hso_dbg(0x1, "Failed to open port\n"); in hso_serial_open()
1275 hso_dbg(0x1, "Port was already open\n"); in hso_serial_open()
1873 hso_dbg(0x1, "Already a read pending on port %d or port not open\n", in intr_callback()
3203 .open = hso_serial_open,
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c558 .open = simple_open,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3259 * open and release because .read takes up to PAGE_SIZE
3261 * We allocate the STB buffer in .open and release it
3266 .open = smu_stb_debugfs_open,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c1191 * hid_open_report - open a driver-specific device report
2297 * buffers and start the device (if not defeirred to device open).
2351 ret = hdev->ll_driver->open(hdev); in hid_hw_open()
H A Dwacom_sys.c2052 input_dev->open = wacom_open; in wacom_allocate_input()
2443 hid_err(hdev, "hw open failed\n"); in wacom_parse_and_register()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_core.c1994 md->input->open = cyttsp4_mt_open; in cyttsp4_mt_probe()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c57 MODULE_PARM_DESC(dvb_mfe_wait_time, "Wait up to <mfe_wait_time> seconds on open() for multi-frontend to become available (default:5 seconds)");
2947 .open = dvb_frontend_open,
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c2373 .open = snd_ctl_open,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c148 fd = open(netns_path, O_RDONLY); in unshare_open()
150 pr_err("open(%s)", netns_path); in unshare_open()
493 printk("Failed to open netlink route socket in child"); in init_child()
1335 printk("Failed to open xfrm netlink socket"); in netlink_sock_bind()
1813 printk("Failed to open xfrm netlink socket"); in child_f()
1941 printk("Failed to open xfrm netlink socket"); in grand_child_f()
2309 ksft_exit_skip("Failed to open netlink route socket\n"); in main()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_main.c334 uinfo->open = qedi_uio_open; in qedi_init_uio()
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk.c593 * already done the capabilities checks at open time. in check_syslog_permissions()
949 .open = devkmsg_open,
/third_party/curl/lib/vtls/
H A Dsectransp.c2168 fd = open(file, 0);
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c251 * free up all resources associated with the open file. in vfs_nfs_reclaim()
2017 * work if the file is open for write access. in vfs_nfs_seek()
2435 * exclusive open semantics. in vfs_nfs_create()
3021 /* Are there any open files? We can tell if there are open files by looking in vfs_nfs_unmount()
3023 * not empty, then there are open files and we cannot unmount now (or a in vfs_nfs_unmount()
3036 nfs_debug_error("There are open files: %p or directories: %p\n", nmp->nm_head, nmp->nm_dir); in vfs_nfs_unmount()
3039 * no open file references. in vfs_nfs_unmount()
3046 /* No open file... Umount the file system. */ in vfs_nfs_unmount()
3159 .open
[all...]
/third_party/PyYAML/yaml/
H A D_yaml.pyx1148 def open(self): member in CEmitter

Completed in 83 milliseconds

1...<<321322323324325326327328329330>>...334