Lines Matching defs:pipe
1410 unsigned int pipe;
1436 pipe = usb_sndctrlpipe(hdw->usb_dev, 0);
1469 ret += usb_control_msg(hdw->usb_dev, pipe, 0xa0, 0x40, address,
1504 unsigned int pipe, fw_len, fw_done, bcnt, icnt;
1585 pipe = usb_sndbulkpipe(hdw->usb_dev, PVR2_FIRMWARE_ENDPOINT);
1607 ret |= usb_bulk_msg(hdw->usb_dev, pipe, fw_ptr,bcnt,
3400 unsigned int pipe;
3438 pipe = usb_rcvctrlpipe(hdw->usb_dev, 0);
3441 ret = usb_control_msg(hdw->usb_dev,pipe,
3964 unsigned int pipe;
3983 pipe = usb_sndctrlpipe(hdw->usb_dev, 0);
3984 ret = usb_control_msg(hdw->usb_dev,pipe,0xa0,0x40,0xe600,0,da,1,1000);