Searched refs:usbd (Results 1 – 10 of 10) sorted by relevance
118 #define VDO_IDH(usbh, usbd, ptype, is_modal, vid) \ argument119 ((usbh) << 31 | (usbd) << 30 | ((ptype) & 0x7) << 27 \
42 struct bcm63xx_usbd_platform_data usbd; member
5 dev-usb-usbd.o
18 usbd@31020000 {
22 usbd@31020000 {
201 /* Here, choose exactly one from: ohci, usbd */202 &ohci /* &usbd */ {
134 /* Here, choose exactly one from: ohci, usbd */135 &ohci /* &usbd */ {
95 * Enable either ohci or usbd (gadget)!106 usbd: usbd@0 { label
217 usbd@e1100000 {
84 .usbd = {882 bcm63xx_usbd_register(&board.usbd); in board_register_devices()