Searched refs:open_count (Results 26 - 50 of 60) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dserial.h56 * @open_count: number of times this port has been opened.
92 int open_count; member in struct:usb_serial_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-onyx.c56 int open_count; member in struct:onyx
757 onyx->open_count++;
769 onyx->open_count--;
770 if (!onyx->open_count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm.c79 atomic_t open_count; member in struct:mapped_device
240 atomic_inc(&md->open_count);
253 atomic_dec(&md->open_count);
260 return atomic_read(&md->open_count);
992 atomic_set(&md->open_count, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_v4l.c265 if (cam->open_count > 0) {
296 ++cam->open_count;
319 (cam->open_count == 1
324 if(cam->open_count == 1) {
341 if (--cam->open_count == 0) {
1986 if (!cam->open_count) {
H A Dcpia2.h386 int open_count; /* # of process that have camera open */ member in struct:camera_data
H A Dcpia2_usb.c220 if (!cam->streaming || !cam->present || cam->open_count == 0) {
222 "present=%d, open_count=%d\n",
223 cam->streaming, cam->present, cam->open_count);
883 if (cam->open_count == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan.c462 if (port->open_count)
479 if (port->open_count)
605 if (port->open_count)
838 if (port->open_count)
915 if (port->open_count)
2189 if (port->open_count)
H A Dftdi_sio.c1409 if (port->open_count <= 0)
1464 if (port->open_count <= 0)
1615 if (port->open_count > 0){
1628 if (port->open_count > 0){
H A Dir-usb.c423 if (!port->open_count) {
H A Dpl2303.c1006 if (!port->open_count) {
1062 if (port->open_count) {
H A Dkobil_sct.c208 while (serial->port[i]->open_count > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsonypi.c492 int open_count; member in struct:sonypi_device
933 sonypi_device.open_count--;
942 if (!sonypi_device.open_count)
944 sonypi_device.open_count++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_fr.c126 int open_count; member in struct:pvc_device_struct
360 if (pvc->open_count++ == 0) {
377 if (--pvc->open_count == 0) {
564 if (pvc->open_count && !pvc->state.active &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_iface.c133 if (local->open_count > 0)
H A Dieee80211.c2358 if (local->open_count && local->open_count == local->monitors &&
2374 if (local->open_count && local->open_count == local->monitors &&
2409 if (sdata->type == IEEE80211_IF_TYPE_MNTR && local->open_count &&
2413 local->open_count++;
2432 if (local->open_count > 0)
2436 if (local->open_count == 0) {
2462 local->open_count++;
2489 local->open_count >
[all...]
H A Ddebugfs_netdev.c175 local->open_count == local->monitors) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c987 if (!par->open_count) {
992 par->open_count++;
1004 if (!par->open_count) {
1009 if (par->open_count == 1) {
1014 par->open_count--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c620 char open_count; member in struct:sbpcd_drive
1130 current_drive->open_count=0;
1136 current_drive->open_count=0;
1142 current_drive->open_count=0;
5208 msg(DBG_LCK,"open_count: %d -> %d\n",
5209 current_drive->open_count,current_drive->open_count+1);
5210 if (++current_drive->open_count<=1)
5214 current_drive->open_count=1;
5249 msg(DBG_LCK,"open_count
[all...]
H A Doptcd.c1858 static int open_count = 0;
1865 if (!open_count && state == S_IDLE) {
1908 open_count++;
1929 if (!--open_count) {
1845 static int open_count = 0; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb.h199 u32 open_count; member in struct:savagefb_par
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_int.h320 atomic_t open_count; member in struct:dasd_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c239 int open_count; /* count the number of open character channels */ member in struct:__anon7131
1400 cp->open_count++;
1832 if ((--cp->open_count <= 0) && (cp->usbdev == NULL)) {
2053 if (cp->open_count == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c1529 atomic_t open_count; member in struct:sonypi_compat_s
1532 .open_count = ATOMIC_INIT(0),
1548 atomic_dec(&sonypi_compat.open_count);
1555 if (atomic_inc_return(&sonypi_compat.open_count) == 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c98 int open_count; member in struct:node
283 node->open_count = 0;
870 if (node && node->open_count > 0)
1478 assert(node->open_count > 0);
1479 --node->open_count;
1480 if (node->is_hidden && !node->open_count) {
1526 get_node(f, e.ino)->open_count++;
1571 get_node(f, ino)->open_count++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dgigaset.h476 unsigned open_count; member in struct:cardstate

Completed in 320 milliseconds

123