Home
last modified time | relevance | path

Searched refs:dbgp (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/gadget/legacy/
A Ddbgp.c26 static struct dbgp { struct
34 } dbgp; argument
221 kfree(dbgp.serial); in dbgp_unbind()
222 dbgp.serial = NULL; in dbgp_unbind()
224 if (dbgp.req) { in dbgp_unbind()
227 dbgp.req = NULL; in dbgp_unbind()
242 if (!dbgp.i_ep) { in dbgp_configure_endpoints()
251 if (!dbgp.o_ep) { in dbgp_configure_endpoints()
263 dbgp.serial->in = dbgp.i_ep; in dbgp_configure_endpoints()
264 dbgp.serial->out = dbgp.o_ep; in dbgp_configure_endpoints()
[all …]
A DMakefile21 g_dbgp-y := dbgp.o
/drivers/xen/
A Ddbgp.c15 struct physdev_dbgp_op dbgp; in xen_dbgp_op() local
20 dbgp.op = op; in xen_dbgp_op()
26 dbgp.u.pci.seg = pci_domain_nr(pdev->bus); in xen_dbgp_op()
27 dbgp.u.pci.bus = pdev->bus->number; in xen_dbgp_op()
28 dbgp.u.pci.devfn = pdev->devfn; in xen_dbgp_op()
29 dbgp.bus = PHYSDEVOP_DBGP_BUS_PCI; in xen_dbgp_op()
32 dbgp.bus = PHYSDEVOP_DBGP_BUS_UNKNOWN; in xen_dbgp_op()
34 return HYPERVISOR_physdev_op(PHYSDEVOP_dbgp_op, &dbgp); in xen_dbgp_op()
A DMakefile12 dom0-$(CONFIG_USB_SUPPORT) += dbgp.o
/drivers/usb/early/
A DMakefile6 obj-$(CONFIG_EARLY_PRINTK_DBGP) += ehci-dbgp.o

Completed in 8 milliseconds