Searched refs:open (Results 276 - 300 of 1288) sorted by relevance

<<11121314151617181920>>

/drivers/gpu/drm/armada/
H A Darmada_drv.c301 .open = drm_open,
307 .open = NULL,
/drivers/gpu/drm/
H A Ddrm_fops.c77 * increments the device open count. If the open count was previous at zero,
78 * i.e., it's the first that the device is open, then calls setup().
180 if (dev->driver->open) {
181 ret = dev->driver->open(dev, priv);
367 * data from its list and free it. Decreases the open count and if it reaches
/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.c389 if (vma->vm_ops && vma->vm_ops->open)
390 vma->vm_ops->open(vma);
/drivers/gpu/drm/gma500/
H A Dpsb_drv.c458 .open = drm_gem_vm_open,
464 .open = drm_open,
/drivers/input/joystick/
H A Da3d.c209 * a3d_adc_open() is the gameport open routine. It refuses to serve
236 * a3d_open() is a callback from the input open routine.
315 input_dev->open = a3d_open;
365 adc->open = a3d_adc_open;
/drivers/media/pci/cx23885/
H A Dcimax2.c412 int slot, int open)
419 netup_ci_set_irq(en50221, open ? (NETUP_IRQ_DETAM | ci_irq_flags())
411 netup_poll_ci_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) argument
/drivers/media/usb/tm6000/
H A Dtm6000-input.c450 rc->open = __tm6000_ir_int_start;
454 rc->open = tm6000_ir_start;
/drivers/misc/cxl/
H A Dfile.c176 * We grab the PID here and not in the file open to allow for the case
353 .open = afu_open,
364 .open = afu_master_open,
/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c190 .open = simple_open,
482 .open = simple_open,
/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.c210 .open = simple_open,
238 .open = simple_open,
/drivers/pci/
H A Dproc.c289 .open = proc_bus_pci_open,
428 .open = proc_bus_pci_dev_open,
/drivers/staging/lustre/lustre/llite/
H A Dllite_mmap.c473 .open = ll_vm_open,
489 vma->vm_ops->open(vma);
/drivers/watchdog/
H A Dpcwd_pci.c574 pr_err("Attempt to open already opened device\n");
653 .open = pcipcwd_open,
667 .open = pcipcwd_temp_open,
H A Dpcwd_usb.c153 /* prevent races between open() and disconnect() */
558 .open = usb_pcwd_open,
572 .open = usb_pcwd_temperature_open,
778 /* prevent races with open() */
/drivers/xen/
H A Dgntalloc.c91 struct list_head next_file; /* list entry file->list, if open */
497 .open = gntalloc_vma_open,
561 .open = gntalloc_open,
/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c707 * This routine is the entry point for the debugfs open file operation. It gets
757 * This routine is the entry point for the debugfs open file operation. It gets
807 * This routine is the entry point for the debugfs open file operation. It gets
849 * This routine is the entry point for the debugfs open file operation. It gets
891 * This routine is the entry point for the debugfs open file operation. It gets
1112 * This routine is the entry point for the debugfs open file operation. It gets
1295 * lpfc_idiag_open - idiag open debugfs
1300 * This routine is the entry point for the debugfs open file operation. It
3648 .open = lpfc_debugfs_disc_trc_open,
3657 .open
[all...]
/drivers/block/aoe/
H A Daoechr.c272 .open = aoechr_open,
/drivers/block/
H A Dz2ram.c328 .open = z2_open,
/drivers/bluetooth/
H A Dbtwilink.c309 hdev->open = ti_st_open;
/drivers/char/
H A Dbsr.c162 .open = bsr_open,
H A Ddcc_tty.c259 .open = dcc_tty_open,
H A Dtb0219.c262 .open = tanbac_tb0219_open,
/drivers/char/tpm/
H A Dtpm-dev.c179 .open = tpm_open,
/drivers/connector/
H A Dconnector.c268 .open = cn_proc_open,
/drivers/crypto/qat/qat_common/
H A Dadf_cfg.c111 .open = qat_dev_cfg_open,

Completed in 474 milliseconds

<<11121314151617181920>>