Home
last modified time | relevance | path

Searched refs:icom_port (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dicom.c66 #define ICOM_PORT ((struct icom_port *)port)
139 static inline void trace(struct icom_port *icom_port, char *trace_pt, in trace() argument
142 dev_info(&icom_port->adapter->pci_dev->dev, ":%d:%s - %lx\n", in trace()
143 icom_port->port, trace_pt, trace_data); in trace()
146 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() argument
150 static void free_port_memory(struct icom_port *icom_port) in free_port_memory() argument
152 struct pci_dev *dev = icom_port->adapter->pci_dev; in free_port_memory()
154 trace(icom_port, "RET_PORT_MEM", 0); in free_port_memory()
155 if (icom_port->recv_buf) { in free_port_memory()
156 pci_free_consistent(dev, 4096, icom_port->recv_buf, in free_port_memory()
[all …]
Dicom.h228 struct icom_port { struct
262 struct icom_port port_info[4]; argument