Searched defs:open (Results 51 - 70 of 70) sorted by relevance

123

/drivers/net/ethernet/8390/
H A D8390.h77 unsigned open:1; member in struct:ei_device
/drivers/net/wireless/orinoco/
H A Dorinoco.h80 int open; member in struct:orinoco_private
/drivers/net/wireless/p54/
H A Dp54.h171 int (*open)(struct ieee80211_hw *dev); member in struct:p54_common
/drivers/ps3/
H A Dps3-lpm.c105 * @open: An atomic variable indicating the lpm driver has been opened.
130 atomic_t open; member in struct:ps3_lpm_priv
1099 if (!atomic_add_unless(&lpm_priv->open, 1, 1)) {
1163 atomic_dec(&lpm_priv->open);
1183 atomic_dec(&lpm_priv->open);
/drivers/staging/comedi/
H A Dcomedidev.h268 int (*open)(struct comedi_device *dev); member in struct:comedi_device
/drivers/staging/media/lirc/
H A Dlirc_zilog.c1316 static int open(struct inode *node, struct file *filep) function
1387 .open = open,
1483 /* store for use in ir_probe() again, and open() later on */
1540 * after a open() or write() call on the device.
1582 * until we register with lirc_dev and the first user open()
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h302 int open; member in struct:hfcsusb
H A Disar.h57 int (*open)(struct isar_hw *, struct channel_req *); member in struct:isar_hw
H A Dipac.h41 int (*open)(struct isac_hw *, struct channel_req *); member in struct:isac_hw
/drivers/net/irda/
H A Dau1k_ir.c171 u8 open; member in struct:au1k_private
761 if (aup->open)
/drivers/usb/serial/
H A Dio_edgeport.c101 bool open; member in struct:edgeport_port
108 wait_queue_head_t wait_open; /* for handling sleeping while waiting for open to finish */
587 /* process this interrupt-read even if there are no ports open */
629 if (edge_port->open) {
736 if (edge_port->open)
777 if (edge_port->open)
870 /* send a open port command */
872 edge_port->open = false;
876 dev_err(dev, "%s - error sending open port command\n", __func__);
885 if (!edge_port->open) {
[all...]
H A Dmos7720.c63 char open; member in struct:moschip_port
437 * not called the release function yet because someone has a serial port open.
961 if (mos7720_port->open)
1084 /* send a open port command */
1085 mos7720_port->open = 1;
1150 mos7720_port->open = 0;
1284 if (!mos7720_port->open) {
1316 if (!mos7720_port->open) {
1536 if (!mos7720_port->open) {
1686 if (!mos7720_port->open) {
[all...]
H A Dmos7840.c221 char open; member in struct:moschip_port
652 if (mos7840_port->open) {
829 if (mos7840_port->open)
1098 /* send a open port command */
1099 mos7840_port->open = 1;
1214 mos7840_port->open = 0;
1444 if (!mos7840_port->open) {
1484 if (!mos7840_port->open) {
1789 if (!mos7840_port->open) {
1946 if (!mos7840_port->open) {
[all...]
/drivers/video/fbdev/aty/
H A Datyfb.h158 int open; member in struct:atyfb_par
/drivers/video/fbdev/intelfb/
H A Dintelfb.h337 int open; member in struct:intelfb_info
/drivers/atm/
H A Dambassador.h371 } open; member in union:__anon99::__anon100
/drivers/media/usb/cx231xx/
H A Dcx231xx.h659 wait_queue_head_t open, wait_frame, wait_stream; member in struct:cx231xx
/drivers/tty/
H A Dsynclink_gt.c141 static int open(struct tty_struct *tty, struct file * filp);
648 static int open(struct tty_struct *tty, struct file *filp) function
656 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line));
663 if (sanity_check(info, tty->name, "open"))
673 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->port.count));
698 /* 1st open on this device, init hardware */
722 DBGINFO(("%s open rc=%d\n", info->device_name, retval));
1341 .open = synclink_gt_proc_open,
1451 /* return error if TTY interface open */
1541 /* generic HDLC layer open processin
[all...]
H A Dsynclinkmp.c506 static int open(struct tty_struct *tty, struct file * filp);
719 printk("%s(%d): open with invalid line #%d.\n",
727 if (sanity_check(info, tty->name, "open"))
743 static int open(struct tty_struct *tty, struct file *filp) function
752 printk("%s(%d):%s open(), old ref count = %d\n",
776 /* 1st open on this device, init hardware */
791 printk("%s(%d):%s open() success\n",
841 * This is the same as closing all open descriptors for the port.
1445 .open = synclinkmp_proc_open,
1567 /* return error if TTY interface open */
[all...]
/drivers/net/ethernet/3com/
H A D3c59x.c633 open:1, member in struct:vortex_private

Completed in 409 milliseconds

123