Home
last modified time | relevance | path

Searched refs:bulk_out_buffer (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dserial.h91 unsigned char *bulk_out_buffer; member
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h374 void *bulk_out_buffer; /* buffer for sending data */ member
H A Dat76c50x-usb.c1765 struct at76_tx_buffer *tx_buffer = priv->bulk_out_buffer; in at76_mac80211_tx()
2274 priv->bulk_out_buffer = kmalloc(buffer_size, GFP_KERNEL); in at76_alloc_urbs()
2275 if (!priv->bulk_out_buffer) in at76_alloc_urbs()
2420 kfree(priv->bulk_out_buffer); in at76_delete_device()
/openbmc/linux/Documentation/driver-api/usb/
H A Dwriting_usb_driver.rst274 if (dev->bulk_out_buffer != NULL)
276 dev->bulk_out_buffer,
/openbmc/linux/drivers/usb/serial/
H A Dusb-serial.c907 port->bulk_out_buffer = port->bulk_out_buffers[0]; in setup_port_bulk_out()