• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/etrax/files/drivers/usb/host/

Lines Matching defs:data

126    even if there is new data waiting to be processed */
286 printk("Cannot dump ept data for invalid epid %d\n", epid);
321 printk("Cannot dump ept data for invalid epid %d\n", epid);
608 static inline void etrax_epid_set(__u8 index, __u32 data);
617 #define etrax_epid_iso_set(index, data) etrax_epid_set(index, data)
1181 /* Initialize root hub data structures (called from dvdrv_hcd_probe()) */
1688 /* Cache for the data allocated in the isoc descr top half. */
1691 /* Cache for the data allocated when delayed finishing of URBs */
1697 Isoc data endpoints (consumes CPU cycles).
1704 static inline void etrax_epid_set(__u8 index, __u32 data) {
1709 *R_USB_EPT_DATA = data;
1759 __u32 data;
1763 data = *R_USB_EPT_DATA;
1765 return data;
1847 bulk_eot_timer.data = (unsigned long)hcd;
1940 /* Allocate and init HC-private data for URB */
2108 event (data finished, error) */
2351 there was an error or not (which means the device driver can use the data
2378 " data:%d\n", (unsigned int)urb, urb_num,
2444 /* Free HC-private URB data*/
2448 errno_dbg("finish_urb (URB:0x%x[%d] %s %s) (data:%d) status:%d\n",
2452 tc_dbg("finish_urb (URB:0x%x[%d] %s %s) (data:%d) status:%d\n",
2519 All Isoc URBs data transfers are already added to DMA lists so we
2614 /* Free HC-private URB data*/
2627 /* allocate and initialize URB private data */
2648 /* free URB private data */
2842 /* Init private data for new endpoint */
2943 /* Free private endpoint data */
3110 struct USB_SB_Desc* create_sb(struct USB_SB_Desc* sb_prev, int tt, void* data,
3122 if(data != NULL) {
3123 sb_desc->buf = virt_to_phys(data);
3187 /* If this Control OUT transfer has an optional data stage we add
3197 /* The data length has to be exactly 1. This is due to a requirement
3199 data in the status phase */
3956 /* Enable the EP again so data gets processed this time */
4087 has been disabled and we might not have sent all data */
4514 /* We get nodata for empty data transactions, and the rx descriptor's
4515 hw_len field is not valid in that case. No data to copy in other
4518 /* No data to copy */
4521 dma_dbg("Processing RX for URB:0x%x epid:%d (data:%d ofs:%d)\n",
4525 /* Only copy data if URB isn't flaged to be unlinked*/
4527 /* Make sure the data fits in the buffer. */
4531 /* Copy the data to URBs buffer */
4567 isoc_warn("Ignoring Isoc Rx data for urb being unlinked.\n");
4570 isoc_err("What? Got Rx data for Isoc urb that isn't started?\n");
4579 /* We get nodata for empty data transactions, and the rx descriptor's
4585 /* Make sure the data fits in the buffer. */
4737 /* Init root hub data structures */
4739 devdrv_err("Failed init data for Root Hub\n");