Searched refs:icom_port (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/serial/ |
D | icom.c | 253 struct icom_port { struct 281 struct icom_port port_info[4]; argument 308 static inline struct icom_port *to_icom_port(struct uart_port *port) in to_icom_port() 310 return container_of(port, struct icom_port, uart_port); in to_icom_port() 383 static inline void trace(struct icom_port *icom_port, char *trace_pt, in trace() argument 386 dev_info(&icom_port->adapter->pci_dev->dev, ":%d:%s - %lx\n", in trace() 387 icom_port->port, trace_pt, trace_data); in trace() 390 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() argument 394 static void free_port_memory(struct icom_port *icom_port) in free_port_memory() argument 396 struct pci_dev *dev = icom_port->adapter->pci_dev; in free_port_memory() [all …]
|