Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_ether.c56 /* lock is held while accessing port_usb
59 struct gether *port_usb; member
153 if (dev->port_usb) in rx_submit()
154 out = dev->port_usb->out_ep; in rx_submit()
177 size += dev->port_usb->header_len; in rx_submit()
184 if (dev->port_usb->is_fixed) in rx_submit()
185 size = max_t(size_t, size, dev->port_usb->fixed_out_len); in rx_submit()
237 if (dev->port_usb) { in rx_complete()
238 status = dev->unwrap(dev->port_usb, in rx_complete()
466 if (dev->port_usb) { in eth_start_xmit()
[all...]
H A Du_serial.c69 * gs_port->port_usb ... gserial
106 struct gserial *port_usb; member
228 * Context: caller owns port_lock; port_usb is non-null.
241 if (!port->port_usb) in gs_start_tx()
244 in = port->port_usb->in; in gs_start_tx()
290 if (!port->port_usb) in gs_start_tx()
300 * Context: caller owns port_lock, and port_usb is set
309 struct usb_ep *out = port->port_usb->out; in gs_start_rx()
344 if (!port->port_usb) in gs_start_rx()
447 if (!disconnect && port->port_usb) in gs_rx_push()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_serial.c68 * gs_port->port_usb ... gserial
105 struct gserial *port_usb; member
227 * Context: caller owns port_lock; port_usb is non-null.
240 if (!port->port_usb) in gs_start_tx()
243 in = port->port_usb->in; in gs_start_tx()
291 if (!port->port_usb) in gs_start_tx()
301 * Context: caller owns port_lock, and port_usb is set
310 struct usb_ep *out = port->port_usb->out; in gs_start_rx()
345 if (!port->port_usb) in gs_start_rx()
448 if (!disconnect && port->port_usb) in gs_rx_push()
[all...]
H A Du_ether.c55 /* lock is held while accessing port_usb
58 struct gether *port_usb; member
187 if (dev->port_usb) in rx_submit()
188 out = dev->port_usb->out_ep; in rx_submit()
211 size += dev->port_usb->header_len; in rx_submit()
218 if (dev->port_usb->is_fixed) in rx_submit()
219 size = max_t(size_t, size, dev->port_usb->fixed_out_len); in rx_submit()
271 if (dev->port_usb) { in rx_complete()
272 status = dev->unwrap(dev->port_usb, in rx_complete()
486 if (dev->port_usb) { in eth_start_xmit()
[all...]

Completed in 8 milliseconds