Home
last modified time | relevance | path

Searched refs:device_operations (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/external/coreboot/src/northbridge/intel/i440bx/
Dnorthbridge.c17 static struct device_operations northbridge_operations = {
69 static struct device_operations pci_domain_ops = {
90 static struct device_operations cpu_bus_ops = {
/external/coreboot/src/soc/intel/meteorlake/include/soc/
Dp2sb.h11 extern struct device_operations ioe_p2sb_ops;
12 extern struct device_operations soc_p2sb_ops;
Dpmc.h7 extern struct device_operations pmc_ops;
8 extern struct device_operations ioe_pmc_ops;
/external/coreboot/src/soc/intel/alderlake/
Dchip.c248 static struct device_operations pci_domain_ops = {
258 static struct device_operations cpu_bus_ops = {
269 struct device_operations *soc_p2sb_ops = (struct device_operations *)&p2sb_ops; in soc_enable()
/external/coreboot/src/soc/intel/elkhartlake/
Dchip.c128 static struct device_operations pci_domain_ops = {
138 static struct device_operations cpu_bus_ops = {
146 extern struct device_operations pmc_ops;
/external/coreboot/src/soc/intel/jasperlake/
Dchip.c135 static struct device_operations pci_domain_ops = {
145 static struct device_operations cpu_bus_ops = {
153 extern struct device_operations pmc_ops;
/external/coreboot/src/northbridge/intel/i945/
Dnorthbridge.c97 struct device_operations i945_pci_domain_ops = {
111 static struct device_operations mc_ops = {
130 struct device_operations i945_cpu_bus_ops = {
/external/coreboot/src/soc/intel/xeon_sp/gnr/
Dchip.c12 struct device_operations hpet_device_ops = {
18 struct device_operations cpu_bus_ops = {
/external/coreboot/src/soc/intel/meteorlake/
Dp2sb.c52 struct device_operations ioe_p2sb_ops = {
58 struct device_operations soc_p2sb_ops = {
/external/coreboot/src/include/device/
Dpnp.h35 extern struct device_operations pnp_ops;
40 struct device_operations *ops; /* LDN-specific ops override */
72 void pnp_enable_devices(struct device *dev, struct device_operations *ops,
Dpciexp.h29 extern struct device_operations default_pciexp_ops_bus;
33 extern struct device_operations default_pciexp_hotplug_ops_bus;
Dpci.h40 const struct device_operations *ops;
73 extern struct device_operations default_pci_ops_dev;
74 extern struct device_operations default_pci_ops_bus;
/external/coreboot/src/soc/intel/baytrail/
Dchip.c11 static struct device_operations pci_domain_ops = {
17 static struct device_operations cpu_bus_ops = {
/external/coreboot/src/soc/mediatek/mt8195/
Dsoc.c47 static struct device_operations soc_ops = {
53 static struct device_operations pci_domain_ops = {
/external/coreboot/src/northbridge/intel/ironlake/
Dnorthbridge.c71 struct device_operations ironlake_pci_domain_ops = {
173 static struct device_operations mc_ops = {
212 struct device_operations ironlake_cpu_bus_ops = {
/external/coreboot/src/northbridge/intel/e7505/
Dnorthbridge.c58 struct device_operations e7505_pci_domain_ops = {
66 struct device_operations e7505_cpu_bus_ops = {
/external/coreboot/src/soc/qualcomm/sc7280/
Dsoc.c10 static struct device_operations pci_domain_ops = {
37 static struct device_operations soc_ops = {
/external/coreboot/src/soc/amd/common/block/pci/
Dpcie_gpp.c64 struct device_operations amd_internal_pcie_gpp_ops = {
74 struct device_operations amd_external_pcie_gpp_ops = {
/external/coreboot/src/soc/intel/common/block/cnvi/
Dcnvi.c13 static struct device_operations cnvi_wifi_ops = {
83 static struct device_operations cnvi_bt_ops = {
/external/coreboot/src/mainboard/emulation/qemu-sbsa/
Dmainboard.c112 struct device_operations qemu_aarch64_pci_domain_ops = {
124 struct device_operations qemu_sbsa_cpu_ops = {
168 struct device_operations qemu_aarch64_cpu_ops = {
/external/coreboot/src/drivers/wifi/generic/
Dgeneric.c17 struct device_operations wifi_pcie_ops = {
32 struct device_operations wifi_cnvi_ops = {
/external/coreboot/src/drivers/intel/ish/
Dish.c39 static struct device_operations intel_ish_ops = {
74 static const struct device_operations pci_ish_device_ops = {
/external/coreboot/src/drivers/usb/
Dpci_ehci.c14 static struct device_operations *ehci_drv_ops;
15 static struct device_operations ehci_dbg_ops;
/external/coreboot/src/soc/intel/xeon_sp/
Dchip_gen1.c71 static struct device_operations iio_pcie_domain_ops = {
86 static struct device_operations ubox_pcie_domain_ops = {
147 static struct device_operations iio_cxl_domain_ops = {
/external/coreboot/src/soc/intel/denverton_ns/
Dchip.c109 static struct device_operations pci_domain_ops = {
118 static struct device_operations cpu_bus_ops = {

12345678910>>...20