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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c129 struct edge_buf *ep_out_buf; member in struct:edgeport_port
613 if (edge_buf_data_avail(port->ep_out_buf) == 0
624 edge_buf_clear(port->ep_out_buf);
2146 count = edge_buf_put(edge_port->ep_out_buf, data, count);
2171 count = edge_buf_get(edge_port->ep_out_buf,
2226 room = edge_buf_space_avail(edge_port->ep_out_buf);
2247 chars = edge_buf_data_avail(edge_port->ep_out_buf);
2747 edge_port->ep_out_buf = edge_buf_alloc(EDGE_OUT_BUF_SIZE);
2748 if (edge_port->ep_out_buf == NULL) {
2764 edge_buf_free(edge_port->ep_out_buf);
[all...]

Completed in 155 milliseconds