Lines Matching defs:void
32 void *__pad2;
33 void *dev_desc;
43 void *__pad2;
44 void *dev_desc;
50 void *__pad2;
51 void *dev_desc;
56 static void uniphier_ld11_usb_init(void)
58 struct uniphier_ld11_op *op = (void *)UNIPHIER_LD11_USB_DESC_BASE;
60 op->trans_op = (void *)(op + 1);
77 static void uniphier_ld20_usb_init(void)
79 struct uniphier_ld20_op *op = (void *)UNIPHIER_LD20_USB_DESC_BASE;
81 op->trans_op = (void *)(op + 1);
104 static void uniphier_pxs3_usb_init(void)
106 struct uniphier_pxs3_op *op = (void *)UNIPHIER_PXS3_USB_DESC_BASE;
108 op->trans_op = (void *)(op + 1);
128 void (*init)(void);