Home | History | Annotate | Download | only in linux

Lines Matching defs:setup_packet

722  * @setup_packet: Only used for control transfers, this points to eight bytes
728 * setup_packet.
753 * (control requests also use setup_packet), and host controller drivers
766 * that transfer_buffer and setup_packet must still be set because not all
782 * Control URBs must provide a setup_packet. The setup_packet and
865 unsigned char *setup_packet; /* (in) setup packet (control only) */
866 dma_addr_t setup_dma; /* (in) dma addr for setup_packet */
885 * @setup_packet: pointer to the setup_packet buffer
897 unsigned char *setup_packet,
906 urb->setup_packet = setup_packet;