Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Duart.c64 bool close_pending; member
185 if (!gb_tty->close_pending) in gb_uart_receive_credits_handler()
237 if (gb_tty->close_pending) in gb_uart_tx_write_work()
267 if (!gb_tty->close_pending) in gb_uart_tx_write_work()
437 if (count && !gb_tty->close_pending) in gb_tty_write()
756 gb_tty->close_pending = true; in gb_tty_port_shutdown()
776 gb_tty->close_pending = false; in gb_tty_port_shutdown()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Duart.c64 bool close_pending; member
185 if (!gb_tty->close_pending) in gb_uart_receive_credits_handler()
237 if (gb_tty->close_pending) in gb_uart_tx_write_work()
267 if (!gb_tty->close_pending) in gb_uart_tx_write_work()
436 if (count && !gb_tty->close_pending) in gb_tty_write()
738 gb_tty->close_pending = true; in gb_tty_port_shutdown()
758 gb_tty->close_pending = false; in gb_tty_port_shutdown()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h34 char close_pending; member
H A Dvchiq_dev.c54 if (user_service->close_pending) { in close_delivered()
61 user_service->close_pending = 0; in close_delivered()
183 user_service->close_pending = 0; in vchiq_ioc_create_service()
671 * close_pending is false on first entry, and when the in vchiq_ioctl()
674 if (!user_service->close_pending) { in vchiq_ioctl()
683 * close_pending is true once the underlying service in vchiq_ioctl()
687 if (user_service->close_pending && in vchiq_ioctl()
H A Dvchiq_arm.c1033 user_service->close_pending = 1; in add_completion()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c60 char close_pending; member
559 user_service->close_pending = 1; in add_completion()
712 if (user_service->close_pending) { in close_delivered()
719 user_service->close_pending = 0; in close_delivered()
848 user_service->close_pending = 0; in vchiq_ioc_create_service()
1353 /* close_pending is false on first entry, and when the in vchiq_ioctl()
1355 if (!user_service->close_pending) { in vchiq_ioctl()
1363 /* close_pending is true once the underlying service in vchiq_ioctl()
1366 if (user_service->close_pending && in vchiq_ioctl()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ti.c104 int close_pending; member
1775 if (edge_port->close_pending) in edge_bulk_in_callback()
1993 edge_port->close_pending = 1; in edge_close()
2015 edge_port->close_pending = 0; in edge_close()
2030 if (edge_port->close_pending == 1) in edge_write()
2099 if (edge_port->close_pending == 1) in edge_write_room()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_ti.c102 int close_pending; member
1769 if (edge_port->close_pending) in edge_bulk_in_callback()
1978 edge_port->close_pending = 1; in edge_close()
1998 edge_port->close_pending = 0; in edge_close()
2013 if (edge_port->close_pending == 1) in edge_write()
2082 if (edge_port->close_pending == 1) in edge_write_room()
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c1674 if (iadev->close_pending)
2171 iadev->close_pending = 0;
2457 if (ia_dev[i]->close_pending)
2628 iadev->close_pending++;
2650 iadev->close_pending--;
H A Diphase.h1005 u32 close_pending; member
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c1675 if (iadev->close_pending)
2172 iadev->close_pending = 0;
2458 if (ia_dev[i]->close_pending)
2629 iadev->close_pending++;
2651 iadev->close_pending--;
H A Diphase.h1004 u32 close_pending; member

Completed in 36 milliseconds