OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usb_pci
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
usb_pci.h
1
/* $NetBSD:
usb_pci
.h,v 1.7 2024/10/09 19:56:21 andvar Exp $ */
38
struct
usb_pci
{
struct
39
TAILQ_ENTRY(
usb_pci
) next;
47
TAILQ_HEAD(usb_pci_alldevs,
usb_pci
);
50
void usb_pci_add(struct
usb_pci
*, struct pci_attach_args *, device_t);
51
void usb_pci_rem(struct
usb_pci
*);
usb_pci.h
1
/* $NetBSD:
usb_pci
.h,v 1.7 2024/10/09 19:56:21 andvar Exp $ */
38
struct
usb_pci
{
struct
39
TAILQ_ENTRY(
usb_pci
) next;
47
TAILQ_HEAD(usb_pci_alldevs,
usb_pci
);
50
void usb_pci_add(struct
usb_pci
*, struct pci_attach_args *, device_t);
51
void usb_pci_rem(struct
usb_pci
*);
usb_pci.h
1
/* $NetBSD:
usb_pci
.h,v 1.7 2024/10/09 19:56:21 andvar Exp $ */
38
struct
usb_pci
{
struct
39
TAILQ_ENTRY(
usb_pci
) next;
47
TAILQ_HEAD(usb_pci_alldevs,
usb_pci
);
50
void usb_pci_add(struct
usb_pci
*, struct pci_attach_args *, device_t);
51
void usb_pci_rem(struct
usb_pci
*);
Completed in 113 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025