/kernel/linux/linux-6.6/drivers/virt/ |
H A D | fsl_hypervisor.c | 453 /* Linked list of processes that have us open */ 465 /* Per-open data structure */ 589 * If there are doorbell handles in the queue for this open instance, then 700 .open = fsl_hv_open,
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | evtchn.c | 695 .open = evtchn_open,
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 700 .open = xenbus_file_open,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | ceph_fs.h | 397 * open request flags 444 } __attribute__ ((packed)) open; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-subdev.h | 925 * @open: called when the subdev device node is opened by an application. 931 * happens after the @unregistered callback and when the last open 946 int (*open)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh); member
|
/kernel/linux/linux-6.6/fs/zonefs/ |
H A D | file.c | 228 * take care of open zones. in zonefs_file_truncate() 234 * re-open the zone to ensure new writes can be processed. in zonefs_file_truncate() 237 * the open flag. in zonefs_file_truncate() 712 * Write open accounting is done only for sequential files. 798 * The file zone may not be open anymore (e.g. the file was truncated to in zonefs_seq_file_write_close() 800 * need to decrement the write open count. in zonefs_seq_file_write_close() 807 * Leaving zones explicitly open may lead to a state in zonefs_seq_file_write_close() 837 * If we explicitly open a zone we must close it again as well, but the in zonefs_file_release() 849 .open = zonefs_file_open,
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_ipipeif.c | 645 .open = ipipeif_init_formats,
|
H A D | iss_resizer.c | 697 .open = resizer_init_formats,
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | envctrl.c | 693 /* Function Description: open device. Mapped to user open(). 717 .open = envctrl_open,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_fops.c | 497 dev_dbg(isp->dev, "open device %s\n", vdev->name); in atomisp_open() 512 * atomisp does not allow multiple open in atomisp_open() 620 .open = atomisp_open,
|
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_capture.c | 585 .open = sun6i_isp_capture_open,
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vc_screen.c | 785 .open = vcs_open,
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eer.c | 560 DBF_EVENT(DBF_WARNING, "can't open device since module " in dasd_eer_open() 684 .open = &dasd_eer_open,
|
/kernel/linux/linux-6.6/drivers/staging/axis-fifo/ |
H A D | axis-fifo.c | 691 dev_err(fifo->dt_device, "tried to open device for write but the transmit fifo is disabled\n"); in axis_fifo_open() 701 dev_err(fifo->dt_device, "tried to open device for read but the receive fifo is disabled\n"); in axis_fifo_open() 718 .open = axis_fifo_open,
|
/kernel/linux/linux-6.6/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 25 * int fd = open("/dev/qemu_pipe",O_RDWR); 685 * goldfish_pipe_open - open a channel to the AVD 785 .open = goldfish_pipe_open,
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ |
H A D | tpmi.c | 493 .open = mem_write_open,
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 666 .open = ssam_cdev_device_open, 749 * driver is bound. Remove controller so that any lingering open files in ssam_dbg_device_remove()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 664 /* Fail open, if a module is going away */ in isst_if_open() 710 .open = isst_if_open, 793 /* Device is already open, we don't want to add new callbacks */ in isst_if_cdev_register() 810 * as no one can open device yet. Hence no contention. in isst_if_cdev_register()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_v4l2.c | 641 .open = uvc_v4l2_open,
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | uhci-debug.c | 611 .open = uhci_debug_open,
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | adutux.c | 261 dev_dbg(&dev->udev->dev, "%s: open count %d\n", __func__, in adu_open() 299 dev_dbg(&dev->udev->dev, "%s : open count %d\n", __func__, in adu_release_internal() 628 .open = adu_open,
|
H A D | ldusb.c | 627 .open = ld_usb_open,
|
H A D | legousbtower.c | 20 * - added vendor commands for mode of operation and power level in open 71 * - move reset into open to clean out spurious data 242 .open = tower_open, 850 /* give back our minor and prevent further open() */ in tower_disconnect()
|
/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_user.c | 447 .open = vme_user_vm_open,
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_console.c | 354 /* Check and then increment for fast path open. */ in hvc_open() 369 * will call hvc_close() after a failed open but we don't want to clean in hvc_open() 454 * open->hangup case this can be called after the final close so prevent in hvc_hangup() 890 .open = hvc_open,
|