Searched refs:open_wait (Results 1 - 25 of 81) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.h67 wait_queue_head_t open_wait; member in struct:mcf_serial
H A D68328serial.h163 wait_queue_head_t open_wait; member in struct:m68k_serial
H A D68328serial.c1139 wake_up_interruptible(&info->open_wait);
1162 wake_up_interruptible(&info->open_wait);
1214 add_wait_queue(&info->open_wait, &wait);
1244 remove_wait_queue(&info->open_wait, &wait);
1419 init_waitqueue_head(&info->open_wait);
H A Dmcfserial.c441 wake_up_interruptible(&info->open_wait);
1210 wake_up_interruptible(&info->open_wait);
1302 wake_up_interruptible(&info->open_wait);
1354 add_wait_queue(&info->open_wait, &wait);
1392 remove_wait_queue(&info->open_wait, &wait);
1753 init_waitqueue_head(&info->open_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Driscom8.h82 wait_queue_head_t open_wait; member in struct:riscom_port
H A Dspecialix_io8.h123 wait_queue_head_t open_wait; member in struct:specialix_port
H A Depca.h137 wait_queue_head_t open_wait; member in struct:channel
H A Dgeneric_serial.c502 wake_up_interruptible(&port->open_wait);
564 add_wait_queue(&port->open_wait, &wait);
599 remove_wait_queue(&port->open_wait, &wait);
701 wake_up_interruptible(&port->open_wait);
814 wake_up_interruptible(&port->gs.open_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A DserialP.h83 wait_queue_head_t open_wait; member in struct:async_struct
87 struct wait_queue *open_wait; member in struct:async_struct
H A Dstallion.h96 wait_queue_head_t open_wait; member in struct:stlport
H A Distallion.h71 wait_queue_head_t open_wait; member in struct:stliport
H A Dgeneric_serial.h42 wait_queue_head_t open_wait; member in struct:gs_port
H A Dhayesesp.h106 wait_queue_head_t open_wait; member in struct:esp_struct
H A Dserial167.h53 wait_queue_head_t open_wait; member in struct:cyclades_port
H A Dserial_core.h343 wait_queue_head_t open_wait; member in struct:uart_info
484 wake_up_interruptible(&info->open_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_tty.h100 wait_queue_head_t open_wait; member in struct:ircomm_tty_cb
H A Dirlan_common.h197 wait_queue_head_t open_wait; member in struct:irlan_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dhwdep.h59 wait_queue_head_t open_wait; member in struct:snd_hwdep
H A Drawmidi.h137 wait_queue_head_t open_wait; member in struct:snd_rawmidi
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.h96 PWAITQ open_wait; // Pointer for OS sleep function. member in struct:_i2ChanStr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dhwdep.c110 add_wait_queue(&hw->open_wait, &wait);
136 remove_wait_queue(&hw->open_wait, &wait);
165 wake_up(&hw->open_wait);
376 init_waitqueue_head(&hwdep->open_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c280 add_wait_queue(&self->open_wait, &wait);
338 remove_wait_queue(&self->open_wait, &wait);
400 init_waitqueue_head(&self->open_wait);
569 wake_up_interruptible(&self->open_wait);
1029 wake_up_interruptible(&self->open_wait);
1102 wake_up_interruptible(&self->open_wait);
1121 wake_up_interruptible(&self->open_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dhwaccess.h186 wait_queue_head_t open_wait; member in struct:emu10k1_card
H A Dmidi.c122 interruptible_sleep_on(&card->open_wait);
241 wake_up_interruptible(&card->open_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h336 wait_queue_head_t open_wait; /* Tasks waiting to open */ member in struct:z8530_channel

Completed in 165 milliseconds

1234