Searched refs:ifxusb_hcd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_driver.c56 const char ifxusb_driver_name[] = "ifxusb_hcd";
64 ifxhcd_hcd_t ifxusb_hcd; variable
65 const char ifxusb_hcd_name[] = "ifxusb_hcd";
129 ifxhcd_remove(&ifxusb_hcd);
130 ifxusb_core_if_remove(&ifxusb_hcd.core_if );
316 memset(&ifxusb_hcd, 0, sizeof(ifxhcd_hcd_t));
318 ifxusb_hcd.core_if.core_no=0;
319 ifxusb_hcd.core_if.core_name=(char *)ifxusb_hcd_name;
321 ifxusb_hcd.dev=&_dev->dev;
323 retval = ifxusb_driver_probe_h(&ifxusb_hcd,
[all...]
H A Difxusb_ctl.c51 extern ifxhcd_hcd_t ifxusb_hcd;
248 ifxusb_dump_params(&ifxusb_hcd.core_if);
326 if((ifxusb_rreg(&ifxusb_hcd.core_if.core_global_regs->gintsts ) & 0x1) == 1)
463 if(ifxusb_vbus (&ifxusb_hcd.core_if)==1) return sprintf( buf, "1\n" );
464 if(ifxusb_vbus (&ifxusb_hcd.core_if)==0) return sprintf( buf, "0\n" );
469 if (value==1) ifxusb_vbus_on (&ifxusb_hcd.core_if);
470 else if(value==0) ifxusb_vbus_off(&ifxusb_hcd.core_if);
562 val.d32 = ifxusb_rreg(ifxusb_hcd.core_if.hprt0);
629 val.d32 = ifxusb_rreg(ifxusb_hcd.core_if.hprt0);
702 val.d32 = ifxusb_rreg(ifxusb_hcd
[all...]

Completed in 29 milliseconds