Searched refs:ppi (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/share/examples/ppi/
H A DMakefile1 # Makefile to build LCD control software for ppi(4) interface.
5 FILESDIR=${SHAREDIR}/examples/ppi
H A Dppilcd.c3 * ppi 'geek port' interface.
16 #include <dev/ppbus/ppi.h>
347 err(EX_IOERR, "ioctl PPIGCTRL failed (not a ppi device?)");
/freebsd-current/sys/modules/ppi/
H A DMakefile3 KMOD= ppi
6 ppi.c ppb_1284.c
/freebsd-current/sys/dev/ppbus/
H A Dppi.c57 #include <dev/ppbus/ppi.h>
101 .d_name = "ppi",
138 dev = device_find_child(parent, "ppi", -1);
140 BUS_ADD_CHILD(parent, 0, "ppi", -1);
161 struct ppi_data *ppi = DEVTOSOFTC(dev); local
166 ppi->intr_resource = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
168 if (ppi->intr_resource) {
170 error = bus_setup_intr(dev, ppi->intr_resource,
172 &ppi->intr_cookie);
175 ppi
200 struct ppi_data *ppi = DEVTOSOFTC(dev); local
231 struct ppi_data *ppi = DEVTOSOFTC(ppidev); local
287 struct ppi_data *ppi = dev->si_drv1; local
313 struct ppi_data *ppi = dev->si_drv1; local
355 struct ppi_data *ppi = dev->si_drv1; local
446 struct ppi_data *ppi = dev->si_drv1; local
543 struct ppi_data *ppi = dev->si_drv1; local
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dtpm_device.c39 struct tpm_ppi *ppi; member in struct:tpm_device
61 const struct tpm_ppi *const ppi = tpm->ppi; local
69 if (ppi->write_dsdt_regions) {
70 error = ppi->write_dsdt_regions(tpm->ppi_sc);
72 warnx("%s: failed to write ppi dsdt regions\n",
88 if (ppi->write_dsdt_dsm) {
89 error = ppi->write_dsdt_dsm(tpm->ppi_sc);
91 warnx("%s: failed to write ppi dsdt dsm\n", __func__);
114 if (dev->ppi !
[all...]
H A Dtpm_ppi_qemu.c60 struct tpm_ppi_qemu *ppi; local
69 ppi = arg1;
72 ptr = (uint8_t *)ppi + off;
89 .name = "ppi-mmio",
99 struct tpm_ppi_qemu *ppi = NULL; local
103 ppi = calloc(1, sizeof(*ppi));
104 if (ppi == NULL) {
105 warnx("%s: failed to allocate acpi region for ppi", __func__);
132 * the ppi regio
155 struct tpm_ppi_qemu *ppi; local
[all...]
/freebsd-current/stand/i386/libi386/
H A Dbiospci.c191 static void biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_progif *ppi);
264 struct pci_progif *ppi; local
271 for (ppi = psc->ps_progif; ppi->pi_code >= 0; ppi++) {
277 + (psc->ps_subclass << 8) + ppi->pi_code,
288 biospci_addinfo(devid, pc, psc, ppi);
296 biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_progif *ppi) argument
304 if (ppi->pi_name != NULL) {
305 strcat(desc, ppi
[all...]
/freebsd-current/share/examples/
H A DMakefile25 ppi \
226 SE_DIRS+= ppi
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A DMakefile124 print-ppi.c \
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c943 struct gprovider *ppi; local
948 LIST_FOREACH(ppi, &geom->lg_provider, lg_provider) {
952 LIST_FOREACH(gc, &ppi->lg_config, lg_config)
964 md = get_part_metadata(ppi->lg_name, 0);
976 set_default_part_metadata(ppi->lg_name, scheme,
/freebsd-current/sys/dev/mana/
H A Dmana.h336 struct mana_rxcomp_perpkt_info ppi[MANA_RXCOMP_OOB_NUM_PPI]; member in struct:mana_rxcomp_oob
H A Dmana_en.c1632 uint32_t pkt_len = cqe->ppi[0].pkt_len;
1666 mbuf->m_pkthdr.flowid = cqe->ppi[0].pkt_hash;
1770 pktlen = oob->ppi[0].pkt_len;
/freebsd-current/sys/modules/
H A DMakefile321 ppi \
/freebsd-current/contrib/tcpdump/
H A DMakefile.in200 print-ppi.c \
/freebsd-current/stand/common/
H A Dgfx_fb.c2034 * ((16dp * ppi) / 160) * display_factor.
2035 * Here we are using fixed constants: 1dp == 160 ppi and
2044 unsigned ppi, size; local
2052 ppi = gfx_get_ppi();
2053 if (ppi == 0)
2060 size = (16 * ppi * 10) / 160;
/freebsd-current/share/man/man4/
H A DMakefile461 ppi.4 \

Completed in 257 milliseconds