Searched refs:open (Results 76 - 100 of 1288) sorted by relevance

1234567891011>>

/drivers/nfc/st21nfcb/
H A Dst21nfcb.c77 .open = st21nfcb_nci_open,
/drivers/parisc/
H A Deisa_eeprom.c86 .open = eisa_eeprom_open,
/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_cs.c127 if (link->open)
/drivers/tty/
H A Dn_tracesink.c54 * after an init() but before a successful open() which
68 * -EEXIST = open() called successfully once and it cannot
71 * Caveats: open() should only be successful the first time a
113 * @file: pointer to open file object.
135 * @file: pointer to open file object.
167 * on top of via an open() call, this API function will not
194 .open = n_tracesink_open,
H A Dpty.c460 case TIOCSPTLCK: /* Set PT Lock (disallow slave open) */
485 .open = pty_open,
501 .open = pty_open,
584 case TIOCSPTLCK: /* Set PT Lock (disallow slave open) */
613 /* Master must be open via /dev/ptmx */
634 /* Master must be open before slave */
662 .open = pty_open,
680 .open = pty_open,
695 * ptmx_open - open a unix 98 pty master
759 retval = ptm_driver->ops->open(tt
[all...]
/drivers/usb/serial/
H A Dnavman.c106 .open = navman_open,
/drivers/bluetooth/
H A Dbtmrvl_debugfs.c76 .open = simple_open,
122 .open = simple_open,
166 .open = simple_open,
/drivers/input/
H A Dinput-polldev.c49 if (dev->open)
50 dev->open(dev);
318 input->open = input_open_polled_device;
/drivers/media/
H A Dmedia-devnode.c154 /* Override for the open function */
161 * the media_devnode_lock held to prevent an open/unregister race:
180 if (mdev->fops->open) {
181 ret = mdev->fops->open(filp);
210 .open = media_open,
292 * This unregisters the passed device. Future open calls will be met with
/drivers/misc/mei/
H A Ddebugfs.c80 .open = simple_open,
128 .open = simple_open,
157 .open = simple_open,
/drivers/oprofile/
H A Doprofilefs.c123 .open = simple_open,
130 .open = simple_open,
186 .open = simple_open,
/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c145 static int open(struct inode *inode, struct file *file) function
192 .open = open,
/drivers/usb/host/whci/
H A Ddebug.c152 .open = di_open,
160 .open = asl_open,
168 .open = pzl_open,
/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c316 .open = simple_open,
427 .open = ath6kl_fwlog_open,
503 .open = ath6kl_fwlog_open,
543 .open = simple_open,
695 .open = simple_open,
760 .open = simple_open,
863 .open = simple_open,
936 .open = simple_open,
1020 .open = ath6kl_regdump_open,
1060 .open
[all...]
/drivers/scsi/bfa/
H A Dbfad_debugfs.c412 .open = bfad_debugfs_open_drvtrc,
420 .open = bfad_debugfs_open_fwtrc,
428 .open = bfad_debugfs_open_fwsave,
436 .open = bfad_debugfs_open_reg,
445 .open = bfad_debugfs_open_reg,
/drivers/usb/host/
H A Dimx21-dbg.c452 .open = debug_status_open,
459 .open = debug_dmem_open,
466 .open = debug_etd_open,
473 .open = debug_statistics_open,
480 .open = debug_isoc_open,
/drivers/hid/
H A Dhidraw.c289 if (!dev->open++) {
292 dev->open--;
299 dev->open--;
330 if (hidraw->open) {
337 --hidraw->open;
339 if (!hidraw->open) {
475 .open = hidraw_open,
/drivers/mtd/
H A Dmtd_blkdevs.c204 if (dev->open)
213 if (dev->tr->open) {
214 ret = dev->tr->open(dev);
225 dev->open++;
250 if (--dev->open)
315 .open = blktrans_open,
484 /* If the device is currently open, tell trans driver to close it,
487 if (old->open) {
/drivers/message/i2o/
H A Di2o_proc.c60 const struct file_operations *fops; /* open function */
1509 seq_printf(seq, "Door open\n");
1697 .open = i2o_seq_open_lct,
1704 .open = i2o_seq_open_hrt,
1711 .open = i2o_seq_open_status,
1718 .open = i2o_seq_open_hw,
1725 .open = i2o_seq_open_ddm_table,
1732 .open = i2o_seq_open_driver_store,
1739 .open = i2o_seq_open_drivers_stored,
1746 .open
[all...]
/drivers/char/
H A Dmem.c734 .open = open_mem,
745 .open = open_kmem,
764 .open = open_port,
840 if (dev->fops->open)
841 return dev->fops->open(inode, filp);
847 .open = memory_open,
/drivers/char/pcmcia/
H A Dcm4040_cs.c452 if (link->open) {
466 link->open = 1;
496 link->open = 0;
508 while (link->open) {
511 wait_event(dev->devq, (link->open == 0));
630 .open = cm4040_open,
/drivers/net/wireless/hostap/
H A Dhostap_proc.c52 .open = prism2_debug_proc_open,
103 .open = prism2_stats_proc_open,
159 .open = prism2_wds_proc_open,
230 .open = prism2_bss_list_proc_open,
260 .open = prism2_crypt_proc_open,
437 .open = prism2_scan_results_proc_open,
/drivers/gpu/drm/
H A Ddrm_debugfs.c68 .open = drm_debugfs_open,
360 .open = edid_open,
370 .open = connector_open,
/drivers/staging/unisys/visorutil/
H A Deasyproc.c76 .open = proc_open_driver,
90 .open = proc_open_device,
101 .open = proc_open_device_property,
/drivers/uwb/
H A Duwb-debug.c202 .open = simple_open,
252 .open = reservations_open,
280 .open = drp_avail_open,

Completed in 598 milliseconds

1234567891011>>