Searched refs:close_pending (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h34 char close_pending; member in struct:user_service
H A Dvchiq_dev.c53 if (user_service->close_pending) {
60 user_service->close_pending = 0;
182 user_service->close_pending = 0;
667 * close_pending is false on first entry, and when the
670 if (!user_service->close_pending) {
679 * close_pending is true once the underlying service
683 if (user_service->close_pending &&
H A Dvchiq_arm.c1031 user_service->close_pending = 1;
/linux-master/drivers/staging/greybus/
H A Duart.c64 bool close_pending; member in struct:gb_tty
185 if (!gb_tty->close_pending)
237 if (gb_tty->close_pending)
267 if (!gb_tty->close_pending)
436 if (count && !gb_tty->close_pending)
738 gb_tty->close_pending = true;
758 gb_tty->close_pending = false;
/linux-master/drivers/usb/serial/
H A Dio_ti.c102 int close_pending; member in struct:edgeport_port
1769 if (edge_port->close_pending)
1978 edge_port->close_pending = 1;
1998 edge_port->close_pending = 0;
2013 if (edge_port->close_pending == 1)
2082 if (edge_port->close_pending == 1)
/linux-master/drivers/atm/
H A Diphase.c1676 if (iadev->close_pending)
2173 iadev->close_pending = 0;
2459 if (ia_dev[i]->close_pending)
2630 iadev->close_pending++;
2652 iadev->close_pending--;
H A Diphase.h1004 u32 close_pending; member in struct:iadev_priv

Completed in 177 milliseconds