package pci-db

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val pci_ids_path : string
val get_class_name : t -> Pci_db_types.Id.t -> string
val get_subclass_name : t -> Pci_db_types.Id.t -> Pci_db_types.Id.t -> string
val get_vendor_name : t -> Pci_db_types.Id.t -> string
val get_device_name : t -> Pci_db_types.Id.t -> Pci_db_types.Id.t -> string
val get_subdevice_name : t -> Pci_db_types.Id.t -> Pci_db_types.Id.t -> int64 -> int64 -> string
val to_string : t -> string
val print : t -> unit
val of_file : string -> t