Searched refs:gadget_name (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 58 static const char gadget_name[] = "s3c2410_udc"; variable 1683 .name = gadget_name, 1798 if (!request_mem_region(rsrc_start, rsrc_len, gadget_name)) in s3c2410_udc_probe() 1815 0, gadget_name, udc); in s3c2410_udc_probe() 1842 gadget_name, udc); in s3c2410_udc_probe() 1991 dprintk(DEBUG_NORMAL, "%s: version %s\n", gadget_name, DRIVER_VERSION); in udc_init() 1993 s3c2410_udc_debugfs_root = debugfs_create_dir(gadget_name, NULL); in udc_init() 1996 gadget_name, PTR_ERR(s3c2410_udc_debugfs_root)); in udc_init()
|
D | dummy_hcd.c | 57 static const char gadget_name[] = "dummy_udc"; variable 971 dum->gadget.name = gadget_name; in dummy_udc_probe() 1040 .name = (char *) gadget_name, 2649 the_udc_pdev[i] = platform_device_alloc(gadget_name, i); in init()
|