Searched refs:dbgp (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 3 * dbgp.c -- EHCI Debug Port device gadget 26 static struct dbgp { struct 34 } dbgp; variable 88 __disable_ep(dbgp.i_ep); in dbgp_disable_ep() 89 __disable_ep(dbgp.o_ep); in dbgp_disable_ep() 98 if (ep == dbgp.i_ep) { in dbgp_complete() 121 usb_ep_free_request(dbgp.o_ep, req); in dbgp_complete() 124 dev_dbg(&dbgp.gadget->dev, in dbgp_complete() 160 usb_ep_free_request(dbgp.o_ep, req); in dbgp_enable_ep_req() 162 dev_dbg(&dbgp in dbgp_enable_ep_req() [all...] |
H A D | Makefile | 21 g_dbgp-y := dbgp.o
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 3 * dbgp.c -- EHCI Debug Port device gadget 26 static struct dbgp { struct 34 } dbgp; variable 88 __disable_ep(dbgp.i_ep); in dbgp_disable_ep() 89 __disable_ep(dbgp.o_ep); in dbgp_disable_ep() 98 if (ep == dbgp.i_ep) { in dbgp_complete() 121 usb_ep_free_request(dbgp.o_ep, req); in dbgp_complete() 124 dev_dbg(&dbgp.gadget->dev, in dbgp_complete() 160 usb_ep_free_request(dbgp.o_ep, req); in dbgp_enable_ep_req() 162 dev_dbg(&dbgp in dbgp_enable_ep_req() [all...] |
H A D | Makefile | 21 g_dbgp-y := dbgp.o
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | dbgp.c | 15 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()
|
H A D | Makefile | 12 dom0-$(CONFIG_USB_SUPPORT) += dbgp.o
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | dbgp.c | 15 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()
|
H A D | Makefile | 12 dom0-$(CONFIG_USB_SUPPORT) += dbgp.o
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 23 #include <linux/usb/ehci-dbgp.h>
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 9 #include <linux/usb/ehci-dbgp.h>
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | early_printk.c | 20 #include <linux/usb/xhci-dbgp.h> 381 if (!strncmp(buf, "dbgp", 4) && !early_dbgp_init(buf + 4)) in setup_early_printk()
|
H A D | setup.c | 22 #include <linux/usb/xhci-dbgp.h>
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 5 #include <linux/usb/ehci-dbgp.h>
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 5 #include <linux/usb/ehci-dbgp.h>
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | early_printk.c | 20 #include <linux/usb/xhci-dbgp.h> 381 if (!strncmp(buf, "dbgp", 4) && !early_dbgp_init(buf + 4)) in setup_early_printk()
|
H A D | setup.c | 24 #include <linux/usb/xhci-dbgp.h>
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | xhci-dbc.c | 24 #include <linux/usb/xhci-dbgp.h>
|
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | xhci-dbc.c | 24 #include <linux/usb/xhci-dbgp.h>
|
Completed in 13 milliseconds