Searched defs:tty_port (Results 1 – 7 of 7) sorted by relevance
9362 struct tty_port { struct9366 const struct tty_port_operations *ops; argument9367 const struct tty_port_client_operations *client_ops; argument9368 spinlock_t lock;9369 int blocked_open;9370 int count;9371 wait_queue_head_t open_wait;9372 wait_queue_head_t delta_msr_wait;9373 long unsigned int flags;9374 long unsigned int iflags;[all …]
9850 struct tty_port { struct9854 const struct tty_port_operations *ops; argument9855 const struct tty_port_client_operations *client_ops; argument9856 spinlock_t lock;9857 int blocked_open;9858 int count;9859 wait_queue_head_t open_wait;9860 wait_queue_head_t delta_msr_wait;9861 long unsigned int flags;9862 long unsigned int iflags;[all …]
8385 struct tty_port { struct8389 const struct tty_port_operations *ops; argument8390 const struct tty_port_client_operations *client_ops; argument8391 spinlock_t lock;8392 int blocked_open;8393 int count;8394 wait_queue_head_t open_wait;8395 wait_queue_head_t delta_msr_wait;8396 long unsigned int flags;8397 long unsigned int iflags;[all …]
11687 struct tty_port { struct11691 const struct tty_port_operations *ops; argument11692 const struct tty_port_client_operations *client_ops; argument11693 spinlock_t lock;11694 int blocked_open;11695 int count;11696 wait_queue_head_t open_wait;11697 wait_queue_head_t delta_msr_wait;11698 long unsigned int flags;11699 long unsigned int iflags;[all …]