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,
3402 unsigned int pipe;
3441 pipe = usb_rcvctrlpipe(hdw->usb_dev, 0);
3444 ret = usb_control_msg(hdw->usb_dev,pipe,
3969 unsigned int pipe;
3988 pipe = usb_sndctrlpipe(hdw->usb_dev, 0);
3989 ret = usb_control_msg(hdw->usb_dev,pipe,0xa0,0x40,0xe600,0,da,1,1000);