HomeSort by: relevance | last modified time | path
    Searched defs:vsc (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/sys/arch/hpcmips/vr/
ite8181_vrip.c 91 struct ite8181_vrip_softc *vsc = device_private(self); local in function:ite8181_vrip_attach
92 struct ite8181_softc *sc = &vsc->sc_ite8181;
mq200_vrip.c 94 struct mq200_vrip_softc *vsc = device_private(self); local in function:mq200_vrip_attach
95 struct mq200_softc *sc = &vsc->sc_mq200;
ite8181_vrip.c 91 struct ite8181_vrip_softc *vsc = device_private(self); local in function:ite8181_vrip_attach
92 struct ite8181_softc *sc = &vsc->sc_ite8181;
mq200_vrip.c 94 struct mq200_vrip_softc *vsc = device_private(self); local in function:mq200_vrip_attach
95 struct mq200_softc *sc = &vsc->sc_mq200;
com_vrip.c 167 struct com_vrip_softc *vsc = device_private(self); local in function:com_vrip_attach
168 struct com_softc *sc = &vsc->sc_com;
175 vsc->sc_pwctl = device_cfdata(self)->cf_loc[VRIPIFCF_PWCTL];
193 config_hook_call(CONFIG_HOOK_POWERCONTROL, vsc->sc_pwctl, (void*)1);
205 VPRINTF(("%s: pwctl %d\n", device_xname(self), vsc->sc_pwctl));
com_vrip.c 167 struct com_vrip_softc *vsc = device_private(self); local in function:com_vrip_attach
168 struct com_softc *sc = &vsc->sc_com;
175 vsc->sc_pwctl = device_cfdata(self)->cf_loc[VRIPIFCF_PWCTL];
193 config_hook_call(CONFIG_HOOK_POWERCONTROL, vsc->sc_pwctl, (void*)1);
205 VPRINTF(("%s: pwctl %d\n", device_xname(self), vsc->sc_pwctl));
vrecu.c 107 struct pcic_vrip_softc *vsc = device_private(self); local in function:pcic_vrip_attach
108 struct pcic_softc *sc = &vsc->sc_pcic;
115 vsc->sc_intr_valid = PCIC_INTR_IRQ_VALIDMASK;
116 vsc->sc_intr_mask = 0xffff;
118 vsc->sc_intrhand[i].ih_fun = NULL;
121 IPL_NET, pcic_vrip_intr, vsc))
137 vsc->sc_intr_mask);
185 struct pcic_vrip_softc *vsc; local in function:pcic_vrip_chip_intr_establish
206 vsc = device_private(h->ph_parent);
207 sc = &vsc->sc_pcic
235 struct pcic_vrip_softc *vsc; local in function:pcic_vrip_chip_intr_disestablish
273 struct pcic_vrip_softc *vsc = arg; local in function:pcic_vrip_intr
    [all...]
vrecu.c 107 struct pcic_vrip_softc *vsc = device_private(self); local in function:pcic_vrip_attach
108 struct pcic_softc *sc = &vsc->sc_pcic;
115 vsc->sc_intr_valid = PCIC_INTR_IRQ_VALIDMASK;
116 vsc->sc_intr_mask = 0xffff;
118 vsc->sc_intrhand[i].ih_fun = NULL;
121 IPL_NET, pcic_vrip_intr, vsc))
137 vsc->sc_intr_mask);
185 struct pcic_vrip_softc *vsc; local in function:pcic_vrip_chip_intr_establish
206 vsc = device_private(h->ph_parent);
207 sc = &vsc->sc_pcic
235 struct pcic_vrip_softc *vsc; local in function:pcic_vrip_chip_intr_disestablish
273 struct pcic_vrip_softc *vsc = arg; local in function:pcic_vrip_intr
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
gemini-sl93512r.dts 124 vsc: port@6 { label
gemini-sq201.dts 109 vsc: port@6 { label
gemini-sl93512r.dts 124 vsc: port@6 { label
gemini-sq201.dts 109 vsc: port@6 { label
  /src/sys/arch/evbmips/mipssim/
virtio_mainbus.c 86 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_attach
106 vsc->sc_dev = self;
107 vsc->sc_dmat = ma->ma_dmat;
121 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_rescan
124 if (vsc->sc_child) /* child already attached? */
128 va.sc_childdevid = vsc->sc_childdevid;
132 if (virtio_attach_failed(vsc))
152 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mainbus_alloc_interrupts
157 aprint_error_dev(vsc->sc_dev,
162 aprint_normal_dev(vsc->sc_dev, "interrupting at irq %d\n", sc->sc_irq)
    [all...]
virtio_mainbus.c 86 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_attach
106 vsc->sc_dev = self;
107 vsc->sc_dmat = ma->ma_dmat;
121 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_rescan
124 if (vsc->sc_child) /* child already attached? */
128 va.sc_childdevid = vsc->sc_childdevid;
132 if (virtio_attach_failed(vsc))
152 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mainbus_alloc_interrupts
157 aprint_error_dev(vsc->sc_dev,
162 aprint_normal_dev(vsc->sc_dev, "interrupting at irq %d\n", sc->sc_irq)
    [all...]
  /src/sys/dev/hyperv/
hvheartbeat.c 110 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvheartbeat_channel_cb
111 struct vmbus_channel *ch = vsc->sc_chan;
118 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen,
123 device_xname(vsc->sc_dev), error, rlen);
129 device_xname(vsc->sc_dev), rlen);
133 hdr = (struct vmbus_icmsg_hdr *)vsc->sc_buf;
136 error = vmbusic_negotiate(vsc, hdr, &rlen,
145 device_xname(vsc->sc_dev), rlen);
154 device_printf(vsc->sc_dev
    [all...]
hvheartbeat.c 110 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvheartbeat_channel_cb
111 struct vmbus_channel *ch = vsc->sc_chan;
118 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen,
123 device_xname(vsc->sc_dev), error, rlen);
129 device_xname(vsc->sc_dev), rlen);
133 hdr = (struct vmbus_icmsg_hdr *)vsc->sc_buf;
136 error = vmbusic_negotiate(vsc, hdr, &rlen,
145 device_xname(vsc->sc_dev), rlen);
154 device_printf(vsc->sc_dev
    [all...]
hvshutdown.c 132 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvshutdown_channel_cb
133 struct vmbus_channel *ch = vsc->sc_chan;
141 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen,
146 device_xname(vsc->sc_dev), error, rlen);
152 device_xname(vsc->sc_dev), rlen);
156 hdr = (struct vmbus_icmsg_hdr *)vsc->sc_buf;
159 error = vmbusic_negotiate(vsc, hdr, &rlen, VMBUS_SHUTDOWN_FWVER,
168 device_xname(vsc->sc_dev), rlen);
174 device_printf(vsc->sc_dev, "shutdown requested\n")
    [all...]
hvshutdown.c 132 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvshutdown_channel_cb
133 struct vmbus_channel *ch = vsc->sc_chan;
141 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen,
146 device_xname(vsc->sc_dev), error, rlen);
152 device_xname(vsc->sc_dev), rlen);
156 hdr = (struct vmbus_icmsg_hdr *)vsc->sc_buf;
159 error = vmbusic_negotiate(vsc, hdr, &rlen, VMBUS_SHUTDOWN_FWVER,
168 device_xname(vsc->sc_dev), rlen);
174 device_printf(vsc->sc_dev, "shutdown requested\n")
    [all...]
  /src/sys/arch/virt68k/dev/
virtio_mainbus.c 87 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_attach
107 vsc->sc_dev = self;
108 vsc->sc_dmat = ma->ma_dmat;
121 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_rescan
124 if (vsc->sc_child) /* child already attached? */
128 va.sc_childdevid = vsc->sc_childdevid;
132 if (virtio_attach_failed(vsc))
152 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mainbus_alloc_interrupts
158 aprint_error_dev(vsc->sc_dev,
163 aprint_normal_dev(vsc->sc_dev, "interrupting at %s\n"
    [all...]
virtio_mainbus.c 87 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_attach
107 vsc->sc_dev = self;
108 vsc->sc_dmat = ma->ma_dmat;
121 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_rescan
124 if (vsc->sc_child) /* child already attached? */
128 va.sc_childdevid = vsc->sc_childdevid;
132 if (virtio_attach_failed(vsc))
152 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mainbus_alloc_interrupts
158 aprint_error_dev(vsc->sc_dev,
163 aprint_normal_dev(vsc->sc_dev, "interrupting at %s\n"
    [all...]
  /src/sys/dev/pci/
viornd.c 87 struct virtio_softc *vsc = sc->sc_virtio; local in function:viornd_get
101 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap, 0, VIORND_BUFSIZE,
103 if (virtio_enqueue_prep(vsc, vq, &slot)) {
106 if (virtio_enqueue_reserve(vsc, vq, slot, 1)) {
109 virtio_enqueue(vsc, vq, slot, sc->sc_dmamap, 0);
110 virtio_enqueue_commit(vsc, vq, slot, 1);
131 struct virtio_softc *vsc = device_private(parent); local in function:viornd_attach
136 if (virtio_child(vsc) != NULL)
140 sc->sc_virtio = vsc;
144 error = bus_dmamem_alloc(virtio_dmat(vsc),
223 struct virtio_softc *vsc = vq->vq_owner; local in function:viornd_vq_done
    [all...]
viornd.c 87 struct virtio_softc *vsc = sc->sc_virtio; local in function:viornd_get
101 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap, 0, VIORND_BUFSIZE,
103 if (virtio_enqueue_prep(vsc, vq, &slot)) {
106 if (virtio_enqueue_reserve(vsc, vq, slot, 1)) {
109 virtio_enqueue(vsc, vq, slot, sc->sc_dmamap, 0);
110 virtio_enqueue_commit(vsc, vq, slot, 1);
131 struct virtio_softc *vsc = device_private(parent); local in function:viornd_attach
136 if (virtio_child(vsc) != NULL)
140 sc->sc_virtio = vsc;
144 error = bus_dmamem_alloc(virtio_dmat(vsc),
223 struct virtio_softc *vsc = vq->vq_owner; local in function:viornd_vq_done
    [all...]
  /src/sys/dev/acpi/
virtio_acpi.c 84 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_attach
94 vsc->sc_dev = self;
98 vsc->sc_dmat = aa->aa_dmat64;
101 vsc->sc_dmat = aa->aa_dmat;
154 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_rescan
157 if (vsc->sc_child)
161 va.sc_childdevid = vsc->sc_childdevid;
165 if (virtio_attach_failed(vsc))
175 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_alloc_interrupts
177 msc->sc_ih = acpi_intr_establish(vsc->sc_dev
    [all...]
virtio_acpi.c 84 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_attach
94 vsc->sc_dev = self;
98 vsc->sc_dmat = aa->aa_dmat64;
101 vsc->sc_dmat = aa->aa_dmat;
154 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_rescan
157 if (vsc->sc_child)
161 va.sc_childdevid = vsc->sc_childdevid;
165 if (virtio_attach_failed(vsc))
175 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_alloc_interrupts
177 msc->sc_ih = acpi_intr_establish(vsc->sc_dev
    [all...]
  /src/sys/dev/fdt/
virtio_mmio_fdt.c 77 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mmio_fdt_attach
93 vsc->sc_dev = self;
94 vsc->sc_dmat = faa->faa_dmat;
117 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mmio_fdt_rescan
120 if (vsc->sc_child) /* Child already attached? */
124 va.sc_childdevid = vsc->sc_childdevid;
128 if (virtio_attach_failed(vsc))
147 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mmio_fdt_alloc_interrupts
152 aprint_error_dev(vsc->sc_dev, "failed to decode interrupt\n");
156 if (vsc->sc_flags & VIRTIO_F_INTR_MPSAFE
    [all...]

Completed in 132 milliseconds

1 2 3 4