xfer_type         150 drivers/mtd/nand/raw/omap2.c 	enum nand_io			xfer_type;
xfer_type        1804 drivers/mtd/nand/raw/omap2.c 				info->xfer_type = i;
xfer_type        1928 drivers/mtd/nand/raw/omap2.c 	switch (info->xfer_type) {
xfer_type        2005 drivers/mtd/nand/raw/omap2.c 		dev_err(dev, "xfer_type %d not supported!\n", info->xfer_type);
xfer_type         427 drivers/spi/spi-pl022.c 	int xfer_type;
xfer_type        1601 drivers/spi/spi-pl022.c 	if (pl022->cur_chip->xfer_type == POLLING_TRANSFER)
xfer_type        1939 drivers/spi/spi-pl022.c 	chip->xfer_type = chip_info->com_mode;
xfer_type        1841 drivers/staging/octeon-usb/octeon-hcd.c 		enum cvmx_usb_transfer xfer_type)
xfer_type        1843 drivers/staging/octeon-usb/octeon-hcd.c 	struct list_head *list = usb->active_pipes + xfer_type;
xfer_type         680 drivers/staging/wusbcore/wa-xfer.c 				 enum wa_xfer_type xfer_type,
xfer_type         688 drivers/staging/wusbcore/wa-xfer.c 	xfer_hdr0->bRequestType = xfer_type;
xfer_type         692 drivers/staging/wusbcore/wa-xfer.c 	switch (xfer_type) {
xfer_type        1300 drivers/staging/wusbcore/wa-xfer.c 	enum wa_xfer_type xfer_type = 0; /* shut up GCC */
xfer_type        1304 drivers/staging/wusbcore/wa-xfer.c 	result = __wa_xfer_setup_sizes(xfer, &xfer_type);
xfer_type        1317 drivers/staging/wusbcore/wa-xfer.c 	__wa_xfer_setup_hdr0(xfer, xfer_hdr0, xfer_type, xfer_hdr_size);
xfer_type        1321 drivers/staging/wusbcore/wa-xfer.c 	if (xfer_type == WA_XFER_TYPE_ISO) {
xfer_type          92 drivers/usb/mon/mon_bin.c 	unsigned char xfer_type;	/* ISO, Intr, Control, Bulk */
xfer_type         568 drivers/usb/mon/mon_bin.c 	ep->xfer_type = xfer_to_pipe[usb_endpoint_type(epd)];
xfer_type         655 drivers/usb/mon/mon_bin.c 	ep->xfer_type = xfer_to_pipe[usb_endpoint_type(&urb->ep->desc)];