Home | Sort by: relevance | last modified time | path |
/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; |