HomeSort by: relevance | last modified time | path
    Searched defs:zero_ops (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/hyperv/
genfb_vmbus.c 82 static const struct genfb_ops zero_ops; local in function:genfb_vmbus_attach
85 struct genfb_ops ops = zero_ops;
  /src/sys/dev/sbus/
genfb_sbus.c 94 static const struct genfb_ops zero_ops; local in function:genfb_attach_sbus
95 struct genfb_ops ops = zero_ops;
  /src/sys/arch/arm/broadcom/
bcm2835_genfb.c 93 static const struct genfb_ops zero_ops; local in function:bcmgenfb_attach
94 struct genfb_ops ops = zero_ops;
  /src/sys/dev/pci/
genfb_pci.c 101 static const struct genfb_ops zero_ops; local in function:pci_genfb_attach
102 struct genfb_ops ops = zero_ops;
  /src/sys/arch/arm/amlogic/
meson_genfb.c 186 static const struct genfb_ops zero_ops; local in function:meson_genfb_attach
187 struct genfb_ops ops = zero_ops;

Completed in 58 milliseconds