Searched refs:US_IOBUF_SIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | usb.h | 74 #define US_IOBUF_SIZE 64 /* Size of the DMA-mapped I/O buffer */ macro
|
H A D | usb.c | 462 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev() 833 usb_free_coherent(us->pusb_dev, US_IOBUF_SIZE, us->iobuf, us->iobuf_dma); in dissociate_dev()
|
H A D | shuttle_usbat.c | 537 BUG_ON(num_registers > US_IOBUF_SIZE/2); in usbat_hp8200e_rw_block_test() 686 BUG_ON(num_registers > US_IOBUF_SIZE/2); in usbat_multiple_write()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | usb.h | 74 #define US_IOBUF_SIZE 64 /* Size of the DMA-mapped I/O buffer */ macro
|
H A D | usb.c | 462 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev() 833 usb_free_coherent(us->pusb_dev, US_IOBUF_SIZE, us->iobuf, us->iobuf_dma); in dissociate_dev()
|
H A D | shuttle_usbat.c | 537 BUG_ON(num_registers > US_IOBUF_SIZE/2); in usbat_hp8200e_rw_block_test() 686 BUG_ON(num_registers > US_IOBUF_SIZE/2); in usbat_multiple_write()
|
Completed in 9 milliseconds