Searched refs:gadget_name (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 58 static const char gadget_name[] = "s3c2410_udc"; variable 1681 .name = gadget_name, 1806 if (!request_mem_region(rsrc_start, rsrc_len, gadget_name)) in s3c2410_udc_probe() 1823 0, gadget_name, udc); in s3c2410_udc_probe() 1850 gadget_name, udc); in s3c2410_udc_probe() 1999 dprintk(DEBUG_NORMAL, "%s: version %s\n", gadget_name, DRIVER_VERSION); in udc_init() 2001 s3c2410_udc_debugfs_root = debugfs_create_dir(gadget_name, NULL); in udc_init() 2004 gadget_name, PTR_ERR(s3c2410_udc_debugfs_root)); in udc_init()
|
D | dummy_hcd.c | 57 static const char gadget_name[] = "dummy_udc"; variable 1036 dum->gadget.name = gadget_name; in dummy_udc_probe() 1105 .name = (char *) gadget_name, 2728 the_udc_pdev[i] = platform_device_alloc(gadget_name, i); in init()
|