Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dicom.c67 #define ICOM_PORT ((struct icom_port *)port)
140 static inline void trace(struct icom_port *icom_port, char *trace_pt, in trace() argument
143 dev_info(&icom_port->adapter->pci_dev->dev, ":%d:%s - %lx\n", in trace()
144 icom_port->port, trace_pt, trace_data); in trace()
147 static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {}; in trace() argument
151 static void free_port_memory(struct icom_port *icom_port) in free_port_memory() argument
153 struct pci_dev *dev = icom_port->adapter->pci_dev; in free_port_memory()
155 trace(icom_port, "RET_PORT_MEM", 0); in free_port_memory()
156 if (icom_port->recv_buf) { in free_port_memory()
157 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