Searched refs:open_count (Results 1 - 25 of 47) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dvirtex.c122 static volatile unsigned char open_count; variable
289 if(open_count>=1) {
293 open_count++;
305 open_count--;
412 open_count=0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dbluetooth.c11 * - removed active variable, as open_count will do.
175 int open_count; member in struct:usb_bluetooth
368 ++bluetooth->open_count;
369 if (bluetooth->open_count == 1) {
422 if (!bluetooth->open_count) {
429 --bluetooth->open_count;
430 if (bluetooth->open_count <= 0) {
431 bluetooth->open_count = 0;
461 if (!bluetooth->open_count) {
589 if (!bluetooth->open_count) {
[all...]
H A Dusb-skeleton.c116 int open_count; /* number of times this port has been opened */ member in struct:usb_skel
272 ++dev->open_count;
306 if (dev->open_count <= 0) {
322 --dev->open_count;
323 if (dev->open_count <= 0) {
326 dev->open_count = 0;
644 if (!dev->open_count) {
H A Dauermain.h143 int open_count; /* count the number of open character channels */ member in struct:auerswald
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/unix/
H A Dgarbage.c208 int open_count = 0; local
221 open_count = file_count(s->socket->file);
222 if (open_count > atomic_read(&s->protinfo.af_unix.inflight))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/ircomm/
H A Dircomm_tty.c303 * this loop, self->open_count is dropped by one, so that
311 IRDA_DEBUG(2, "%s(%d):block_til_ready before block on %s open_count=%d\n",
312 __FILE__,__LINE__, tty->driver.name, self->open_count );
317 self->open_count--;
358 IRDA_DEBUG(1, "%s(%d):block_til_ready blocking on %s open_count=%d\n",
359 __FILE__,__LINE__, tty->driver.name, self->open_count );
368 self->open_count++;
371 IRDA_DEBUG(1, "%s(%d):block_til_ready after blocking on %s open_count=%d\n",
372 __FILE__,__LINE__, tty->driver.name, self->open_count);
441 self->open_count
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Ddasd.h77 unsigned int open_count; member in struct:dasd_information_t
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Ddasd.h77 unsigned int open_count; member in struct:dasd_information_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Ddasd.h77 unsigned int open_count; member in struct:dasd_information_t
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Ddasd.h77 unsigned int open_count; member in struct:dasd_information_t
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dircomm_tty.h104 int open_count; member in struct:ircomm_tty_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dircomm_tty.h104 int open_count; member in struct:ircomm_tty_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dusbserial.c523 ++port->open_count;
524 if (port->open_count == 1) {
534 port->open_count = 0;
545 if (!port->open_count) {
550 --port->open_count;
551 if (port->open_count <= 0) {
558 port->open_count = 0;
602 if (!port->open_count) {
631 if (!port->open_count) {
660 if (!port->open_count) {
[all...]
H A Dusb-serial.h38 * Added open_count to port structure.
87 * @open_count: number of times this port has been opened.
117 int open_count; member in struct:usb_serial_port
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c89 int open_count; /* number of times this port has been opened */ member in struct:usb_raw_port
325 ++port->open_count;
355 --port->open_count;
357 if (port->open_count <= 0) {
359 port->open_count = 0;
H A Dau1000_usbtty.c108 int open_count; /* number of times this port has been opened */ member in struct:usb_serial_port
325 ++port->open_count;
360 --port->open_count;
362 if (port->open_count <= 0) {
364 port->open_count = 0;
H A Dsonypi.h253 int open_count; member in struct:sonypi_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia_pp.c140 int open_count; member in struct:pp_cam_entry
469 if(cam->open_count == 0) {
483 ++cam->open_count;
515 if (--cam->open_count == 0) {
586 if(cam->open_count > 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dfops.c84 DRM_DEBUG("pid = %d, device = 0x%x, open_count = %d\n",
85 current->pid, dev->device, dev->open_count);
97 DRM_DEBUG("pid = %d, device = 0x%x, open_count = %d\n",
98 current->pid, dev->device, dev->open_count);
H A Dgamma_drv.c443 DRM_DEBUG("open_count = %d\n", dev->open_count);
450 if (!dev->open_count++) {
468 DRM_DEBUG("open_count = %d\n", dev->open_count);
475 if (!--dev->open_count) {
H A Di810_drv.c465 DRM_DEBUG("open_count = %d\n", dev->open_count);
472 if (!dev->open_count++) {
489 DRM_DEBUG("pid = %d, device = 0x%x, open_count = %d\n",
490 current->pid, dev->device, dev->open_count);
551 if (!--dev->open_count) {
H A Dmga_drv.c476 DRM_DEBUG("open_count = %d\n", dev->open_count);
483 if (!dev->open_count++) {
500 DRM_DEBUG("pid = %d, device = 0x%x, open_count = %d\n",
501 current->pid, dev->device, dev->open_count);
580 if (!--dev->open_count) {
H A Dr128_drv.c468 DRM_DEBUG("open_count = %d\n", dev->open_count);
475 if (!dev->open_count++) {
493 DRM_DEBUG("open_count = %d\n", dev->open_count);
500 if (!--dev->open_count) {
H A Dradeon_drv.c466 DRM_DEBUG("open_count = %d\n", dev->open_count);
473 if (!dev->open_count++) {
492 DRM_DEBUG("open_count = %d\n", dev->open_count);
508 if (!--dev->open_count) {
H A Dtdfx_drv.c417 DRM_DEBUG("open_count = %d\n", dev->open_count);
424 if (!dev->open_count++) {
442 DRM_DEBUG("open_count = %d\n", dev->open_count);
449 if (!--dev->open_count) {

Completed in 158 milliseconds

12