Searched refs:MODULE_PNP_INFO (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-13-stable/sys/dev/virtio/
H A Dvirtio.h82 MODULE_PNP_INFO("U32:device_type;D:#", virtio_mmio, driver, \
84 MODULE_PNP_INFO("U32:device_type;D:#", virtio_pci, driver, \
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_bus_subr.h70 MODULE_PNP_INFO(FDTCOMPAT_PNP_DESCR, busname, t, t, sizeof(t) / sizeof(t[0]));
/freebsd-13-stable/sys/isa/
H A Disavar.h145 MODULE_PNP_INFO(ISA_PNP_DESCR, isa, t, t, nitems(t) - 1); \
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_pci.c296 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, bwn_siba,
298 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, bwn_bcma,
/freebsd-13-stable/sys/dev/hid/
H A Dhidbus.h100 MODULE_PNP_INFO(HID_STD_PNP_INFO, hidbus, table, table, nitems(table))
/freebsd-13-stable/sys/dev/puc/
H A Dpuc_pci.c201 MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, puc,
/freebsd-13-stable/sys/sys/
H A Dmodule.h181 #define MODULE_PNP_INFO(d, b, unique, t, n) \ macro
/freebsd-13-stable/sys/dev/usb/
H A Dusbdi.h345 MODULE_PNP_INFO(USB_STD_PNP_HOST_INFO, uhub, table, table, \
348 MODULE_PNP_INFO(USB_STD_PNP_DEVICE_INFO, uhub, table, table, \
351 MODULE_PNP_INFO(USB_STD_PNP_INFO, uhub, table, table, \
/freebsd-13-stable/sys/dev/pccard/
H A Dpccardvar.h105 MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, nitems(t) - 1)
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_pci.c108 MODULE_PNP_INFO("U16:vendor;U16:device", pci, aacraid,
/freebsd-13-stable/sys/dev/amdsmn/
H A Damdsmn.c135 MODULE_PNP_INFO("U16:vendor;U16:device", pci, amdsmn, amdsmn_ids,
/freebsd-13-stable/sys/dev/an/
H A Dif_an_pci.c277 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, an,
/freebsd-13-stable/sys/dev/ida/
H A Dida_pci.c311 MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ida, board_id,
/freebsd-13-stable/sys/dev/vmgenc/
H A Dvmgenc_acpi.c76 MODULE_PNP_INFO("Z:_CID", acpi, vmgenc, vmgenc_ids, nitems(vmgenc_ids) - 1);
/freebsd-13-stable/sys/dev/ral/
H A Dif_ral_pci.c182 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, ral, ral_pci_ids,
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi_pci.c258 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, bwi, bwi_devices,
/freebsd-13-stable/sys/dev/acpica/
H A Dacpivar.h244 MODULE_PNP_INFO("Z:_HID", busname, t##hid, t, nitems(t)-1); \
245 MODULE_PNP_INFO("Z:_CID", busname, t##cid, t, nitems(t)-1);
/freebsd-13-stable/sys/dev/gem/
H A Dif_gem_pci.c118 MODULE_PNP_INFO("W32:vendor/device", pci, gem, gem_pci_devlist,
/freebsd-13-stable/sys/dev/ichiic/
H A Dig4_pci.c367 MODULE_PNP_INFO("W32:vendor/device", pci, ig4iic, ig4iic_pci_devices,
/freebsd-13-stable/sys/net/
H A Diflib.h178 MODULE_PNP_INFO(IFLIB_PNP_DESCR, b, u, t, nitems(t) - 1)
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_pci.c164 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice", pci, mfi,
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_pci.c179 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice;D:#", pci,
/freebsd-13-stable/sys/dev/mps/
H A Dmps_pci.c149 MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice", pci, mps,
/freebsd-13-stable/sys/dev/aac/
H A Daac_pci.c497 MODULE_PNP_INFO("U16:vendor;U16:device;", pci, aacch,
/freebsd-13-stable/sys/dev/adlink/
H A Dadlink.c441 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, adlink, adlink_id,

Completed in 157 milliseconds

123