Lines Matching refs:setup_packet
1437 * @setup_packet: Only used for control transfers, this points to eight bytes
1441 * this field; setup_packet must point to a valid buffer.
1467 * (control requests also use setup_packet), and host controller drivers
1488 * The setup_packet must always be set, so it cannot be located in highmem.
1503 * Control URBs must provide a valid pointer in the setup_packet field.
1504 * Unlike the transfer_buffer, the setup_packet may not be mapped for DMA
1594 unsigned char *setup_packet; /* (in) setup packet (control only) */
1595 dma_addr_t setup_dma; /* (in) dma addr for setup_packet */
1614 * @setup_packet: pointer to the setup_packet buffer
1626 unsigned char *setup_packet,
1634 urb->setup_packet = setup_packet;