Home
last modified time | relevance | path

Searched defs:vsc (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/sys/dev/fdt/
H A Dvirtio_mmio.c155 virtio_mmio_read_queue_size(struct virtio_softc * vsc,uint16_t idx) virtio_mmio_read_queue_size() argument
164 virtio_mmio_setup_queue(struct virtio_softc * vsc,struct virtqueue * vq,uint64_t addr) virtio_mmio_setup_queue() argument
200 virtio_mmio_get_status(struct virtio_softc * vsc) virtio_mmio_get_status() argument
209 virtio_mmio_set_status(struct virtio_softc * vsc,int status) virtio_mmio_set_status() argument
242 struct virtio_softc *vsc = &sc->sc_sc; virtio_mmio_attach() local
328 struct virtio_softc *vsc = &sc->sc_sc; virtio_mmio_detach() local
353 virtio_mmio_negotiate_features(struct virtio_softc * vsc,const struct virtio_feature_name * guest_feature_names) virtio_mmio_negotiate_features() argument
409 virtio_mmio_read_device_config_1(struct virtio_softc * vsc,int index) virtio_mmio_read_device_config_1() argument
417 virtio_mmio_read_device_config_2(struct virtio_softc * vsc,int index) virtio_mmio_read_device_config_2() argument
425 virtio_mmio_read_device_config_4(struct virtio_softc * vsc,int index) virtio_mmio_read_device_config_4() argument
433 virtio_mmio_read_device_config_8(struct virtio_softc * vsc,int index) virtio_mmio_read_device_config_8() argument
447 virtio_mmio_write_device_config_1(struct virtio_softc * vsc,int index,uint8_t value) virtio_mmio_write_device_config_1() argument
456 virtio_mmio_write_device_config_2(struct virtio_softc * vsc,int index,uint16_t value) virtio_mmio_write_device_config_2() argument
465 virtio_mmio_write_device_config_4(struct virtio_softc * vsc,int index,uint32_t value) virtio_mmio_write_device_config_4() argument
474 virtio_mmio_write_device_config_8(struct virtio_softc * vsc,int index,uint64_t value) virtio_mmio_write_device_config_8() argument
493 struct virtio_softc *vsc = &sc->sc_sc; virtio_mmio_intr() local
511 virtio_mmio_kick(struct virtio_softc * vsc,uint16_t idx) virtio_mmio_kick() argument
[all...]
/openbsd-src/sys/dev/pci/
H A Dvirtio_pci.c220 virtio_pci_read_queue_size(struct virtio_softc * vsc,uint16_t idx) virtio_pci_read_queue_size() argument
237 virtio_pci_setup_queue(struct virtio_softc * vsc,struct virtqueue * vq,uint64_t addr) virtio_pci_setup_queue() argument
281 virtio_pci_get_status(struct virtio_softc * vsc) virtio_pci_get_status() argument
293 virtio_pci_set_status(struct virtio_softc * vsc,int status) virtio_pci_set_status() argument
537 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_attach_09() local
572 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_attach() local
695 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_detach() local
735 virtio_pci_negotiate_features(struct virtio_softc * vsc,const struct virtio_feature_name * guest_feature_names) virtio_pci_negotiate_features() argument
790 virtio_pci_negotiate_features_10(struct virtio_softc * vsc,const struct virtio_feature_name * guest_feature_names) virtio_pci_negotiate_features_10() argument
843 virtio_pci_read_device_config_1(struct virtio_softc * vsc,int index) virtio_pci_read_device_config_1() argument
850 virtio_pci_read_device_config_2(struct virtio_softc * vsc,int index) virtio_pci_read_device_config_2() argument
857 virtio_pci_read_device_config_4(struct virtio_softc * vsc,int index) virtio_pci_read_device_config_4() argument
864 virtio_pci_read_device_config_8(struct virtio_softc * vsc,int index) virtio_pci_read_device_config_8() argument
877 virtio_pci_write_device_config_1(struct virtio_softc * vsc,int index,uint8_t value) virtio_pci_write_device_config_1() argument
885 virtio_pci_write_device_config_2(struct virtio_softc * vsc,int index,uint16_t value) virtio_pci_write_device_config_2() argument
893 virtio_pci_write_device_config_4(struct virtio_softc * vsc,int index,uint32_t value) virtio_pci_write_device_config_4() argument
901 virtio_pci_write_device_config_8(struct virtio_softc * vsc,int index,uint64_t value) virtio_pci_write_device_config_8() argument
915 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_msix_establish() local
964 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_free_irqs() local
989 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_setup_msix() local
1040 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_legacy_intr() local
1062 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_legacy_intr_mpsafe() local
1083 struct virtio_softc *vsc = arg; virtio_pci_config_intr() local
1097 struct virtio_softc *vsc = vq->vq_owner; virtio_pci_queue_intr() local
1105 struct virtio_softc *vsc = arg; virtio_pci_shared_queue_intr() local
1118 struct virtio_softc *vsc = &sc->sc_sc; virtio_pci_poll_intr() local
1130 virtio_pci_kick(struct virtio_softc * vsc,uint16_t idx) virtio_pci_kick() argument
[all...]
H A Dagp_via.c113 struct agp_via_softc *vsc = (struct agp_via_softc *)self; in agp_via_attach() local
191 struct agp_via_softc *vsc = (struct agp_via_softc *)arg; in agp_via_activate() local
206 agp_via_save(struct agp_via_softc *vsc) in agp_via_save()
216 agp_via_restore(struct agp_via_softc *vsc) in agp_via_restore()
235 struct agp_via_softc *vsc = sc; in agp_via_get_aperture() local
254 struct agp_via_softc *vsc = sc; in agp_via_set_aperture() local
280 struct agp_via_softc *vsc = sc; in agp_via_bind_page() local
289 struct agp_via_softc *vsc = sc; in agp_via_unbind_page() local
297 struct agp_via_softc *vsc = sc; in agp_via_flush_tlb() local
/openbsd-src/sys/arch/hppa/gsc/
H A Dharmony.c277 harmony_intr(vsc) in harmony_intr() argument
357 harmony_open(void *vsc, int flags) in harmony_open()
368 harmony_close(void *vsc) in harmony_close()
380 harmony_set_params(void *vsc, int setmode, int usemode, in harmony_set_params()
437 harmony_round_blocksize(void *vsc, int blk) in harmony_round_blocksize()
443 harmony_commit_settings(void *vsc) in harmony_commit_settings()
514 harmony_halt_output(void *vsc) in harmony_halt_output()
524 harmony_halt_input(void *vsc) in harmony_halt_input()
534 harmony_set_port(void *vsc, mixer_ctrl_t *cp) in harmony_set_port()
615 harmony_get_port(void *vsc, mixer_ctrl_t *cp) in harmony_get_port()
[all …]
/openbsd-src/sys/dev/sbus/
H A Dcs4231.c337 cs4231_open(void *vsc, int flags) in cs4231_open()
453 cs4231_close(void *vsc) in cs4231_close()
465 cs4231_set_params(void *vsc, int setmode, int usemode, in cs4231_set_params()
524 cs4231_round_blocksize(void *vsc, int blk) in cs4231_round_blocksize()
530 cs4231_commit_settings(void *vsc) in cs4231_commit_settings()
594 cs4231_halt_output(void *vsc) in cs4231_halt_output()
611 cs4231_halt_input(void *vsc) in cs4231_halt_input()
626 cs4231_set_port(void *vsc, mixer_ctrl_t *cp) in cs4231_set_port()
816 cs4231_get_port(void *vsc, mixer_ctrl_t *cp) in cs4231_get_port()
982 cs4231_query_devinfo(void *vsc, mixer_devinfo_t *dip) in cs4231_query_devinfo()
[all …]
H A Duperf_sbus.c235 uperf_sbus_clrcnt(void *vsc, int flags) in uperf_sbus_clrcnt()
252 uperf_sbus_setcntsrc(void *vsc, int flags, u_int src0, u_int src1) in uperf_sbus_setcntsrc()
271 uperf_sbus_getcntsrc(void *vsc, int flags, u_int *srcp0, u_int *srcp1) in uperf_sbus_getcntsrc()
285 uperf_sbus_getcnt(void *vsc, int flags, u_int32_t *cntp0, u_int32_t *cntp1) in uperf_sbus_getcnt()
/openbsd-src/sys/dev/pv/
H A Dif_vio.c249 VIO_DMAMEM_SYNC(vsc,sc,p,size,flags) global() argument
339 struct virtio_softc *vsc = sc->sc_virtio; vio_alloc_dmamem() local
370 struct virtio_softc *vsc = sc->sc_virtio; vio_free_dmamem() local
405 struct virtio_softc *vsc = sc->sc_virtio; vio_alloc_mem() local
508 vio_get_lladdr(struct arpcom * ac,struct virtio_softc * vsc) vio_get_lladdr() argument
518 vio_put_lladdr(struct arpcom * ac,struct virtio_softc * vsc) vio_put_lladdr() argument
543 struct virtio_softc *vsc = (struct virtio_softc *)parent; vio_attach() local
671 struct virtio_softc *vsc = sc->sc_virtio; vio_link_state() local
687 vio_config_change(struct virtio_softc * vsc) vio_config_change() argument
720 struct virtio_softc *vsc = sc->sc_virtio; vio_init() local
753 struct virtio_softc *vsc = sc->sc_virtio; vio_stop() local
861 struct virtio_softc *vsc = sc->sc_virtio; vio_start() local
952 struct virtio_softc *vsc = sc->sc_virtio; vio_dump() local
1058 struct virtio_softc *vsc = sc->sc_virtio; vio_populate_rx_mbufs() local
1158 struct virtio_softc *vsc = sc->sc_virtio; vio_rxeof() local
1218 struct virtio_softc *vsc = vq->vq_owner; vio_rx_intr() local
1241 struct virtio_softc *vsc = vq->vq_owner; vio_rxtick() local
1277 struct virtio_softc *vsc = vq->vq_owner; vio_tx_intr() local
1299 struct virtio_softc *vsc = vq->vq_owner; vio_txeof() local
1337 struct virtio_softc *vsc = sc->sc_virtio; vio_encap() local
1364 struct virtio_softc *vsc = sc->sc_virtio; vio_tx_drain() local
1384 struct virtio_softc *vsc = sc->sc_virtio; vio_ctrl_rx() local
1446 struct virtio_softc *vsc = sc->sc_virtio; vio_ctrl_guest_offloads() local
1550 struct virtio_softc *vsc = vq->vq_owner; vio_ctrleof() local
1572 struct virtio_softc *vsc = sc->sc_virtio; vio_set_rx_filter() local
1637 struct virtio_softc *vsc = sc->sc_virtio; vio_iff() local
[all...]
H A Dviomb.c137 struct virtio_softc *vsc = (struct virtio_softc *)parent; in viomb_attach() local
240 viomb_config_change(struct virtio_softc * vsc) viomb_config_change() argument
277 struct virtio_softc *vsc = (struct virtio_softc *)sc->sc_virtio; viomb_inflate() local
328 struct virtio_softc *vsc = (struct virtio_softc *)sc->sc_virtio; viomb_deflate() local
381 struct virtio_softc *vsc = (struct virtio_softc *)sc->sc_virtio; viomb_read_config() local
396 struct virtio_softc *vsc = vq->vq_owner; viomb_vq_dequeue() local
415 struct virtio_softc *vsc = vq->vq_owner; viomb_inflate_intr() local
445 struct virtio_softc *vsc = vq->vq_owner; viomb_deflate_intr() local
[all...]
H A Dvmmci.c91 struct virtio_softc *vsc = (struct virtio_softc *)parent; in vmmci_attach() local
125 struct virtio_softc *vsc = sc->sc_virtio; vmmci_activate() local
151 vmmci_config_change(struct virtio_softc * vsc) vmmci_config_change() argument
192 struct virtio_softc *vsc = sc->sc_virtio; vmmci_tick() local
[all...]
H A Dvioscsi.c106 struct virtio_softc *vsc = (struct virtio_softc *)parent; in vioscsi_attach() local
182 struct virtio_softc *vsc = (struct virtio_softc *)sc->sc_dev.dv_parent; vioscsi_scsi_cmd() local
294 vioscsi_req_done(struct vioscsi_softc * sc,struct virtio_softc * vsc,struct vioscsi_req * vr) vioscsi_req_done() argument
340 struct virtio_softc *vsc = vq->vq_owner; vioscsi_vq_done() local
416 vioscsi_alloc_reqs(struct vioscsi_softc * sc,struct virtio_softc * vsc,int qsize) vioscsi_alloc_reqs() argument
[all...]
H A Dviornd.c85 struct virtio_softc *vsc = (struct virtio_softc *)parent; in viornd_attach() local
156 struct virtio_softc *vsc = vq->vq_owner; viornd_vq_done() local
188 struct virtio_softc *vsc = sc->sc_virtio; viornd_tick() local
[all...]
H A Dviocon.c175 struct virtio_softc *vsc = (struct virtio_softc *)parent; in viocon_attach() local
217 struct virtio_softc *vsc = sc->sc_virtio; viocon_port_create() local
307 struct virtio_softc *vsc = vq->vq_owner; viocon_tx_drain() local
324 struct virtio_softc *vsc = vq->vq_owner; viocon_tx_intr() local
345 struct virtio_softc *vsc = vp->vp_sc->sc_virtio; viocon_rx_fill() local
366 struct virtio_softc *vsc = vq->vq_owner; viocon_rx_intr() local
380 struct virtio_softc *vsc = vq->vq_owner; viocon_rx_soft() local
403 struct virtio_softc *vsc; vioconstart() local
[all...]
H A Dvioblk.c169 struct virtio_softc *vsc = (struct virtio_softc *)parent; vioblk_attach() local
311 struct virtio_softc *vsc = vq->vq_owner; vioblk_vq_done() local
335 vioblk_vq_done1(struct vioblk_softc * sc,struct virtio_softc * vsc,struct virtqueue * vq,int slot) vioblk_vq_done1() argument
396 struct virtio_softc *vsc = sc->sc_virtio; vioblk_scsi_cmd() local
[all...]
H A Dviogpu.c152 struct virtio_softc *vsc = (struct virtio_softc *)parent; in viogpu_attach() local
330 struct virtio_softc *vsc = vq->vq_owner; viogpu_vq_wait() local
348 struct virtio_softc *vsc = (struct virtio_softc *)arg; viogpu_rx_soft() local
364 struct virtio_softc *vsc = sc->sc_virtio; viogpu_send_cmd() local
[all...]
/openbsd-src/sys/dev/usb/
H A Duftdi.c860 uftdi_open(void * vsc,int portno) uftdi_open() argument
901 uftdi_read(void * vsc,int portno,u_char ** ptr,u_int32_t * count) uftdi_read() argument
934 uftdi_write(void * vsc,int portno,u_char * to,u_char * from,u_int32_t * count) uftdi_write() argument
950 uftdi_set(void * vsc,int portno,int reg,int onoff) uftdi_set() argument
984 uftdi_param(void * vsc,int portno,struct termios * t) uftdi_param() argument
1097 uftdi_get_status(void * vsc,int portno,u_char * lsr,u_char * msr) uftdi_get_status() argument
1111 uftdi_break(void * vsc,int portno,int onoff) uftdi_break() argument
[all...]
H A Duslcom.c353 uslcom_open(void *vsc, int portno) in uslcom_open()
375 uslcom_close(void *vsc, int portno) in uslcom_close()
392 uslcom_set(void *vsc, int portno, int reg, int onoff) in uslcom_set()
422 uslcom_param(void *vsc, int portno, struct termios *t) in uslcom_param()
503 uslcom_get_status(void *vsc, int portno, u_char *lsr, u_char *msr) in uslcom_get_status()
514 uslcom_break(void *vsc, int portno, int onoff) in uslcom_break()
H A Duxrcom.c220 uxrcom_open(void *vsc, int portno) in uxrcom_open()
238 uxrcom_close(void *vsc, int portno) in uxrcom_close()
256 uxrcom_set(void *vsc, int portno, int reg, int onoff) in uxrcom_set()
312 uxrcom_param(void *vsc, int portno, struct termios *t) in uxrcom_param()
409 uxrcom_get_status(void *vsc, int portno, u_char *lsr, u_char *msr) in uxrcom_get_status()
420 uxrcom_break(void *vsc, int portno, int onoff) in uxrcom_break()
H A Duark.c190 uark_set(void *vsc, int portno, int reg, int onoff) in uark_set()
206 uark_param(void *vsc, int portno, struct termios *t) in uark_param()
278 uark_get_status(void *vsc, int portno, u_char *lsr, u_char *msr) in uark_get_status()
289 uark_break(void *vsc, int portno, int onoff) in uark_break()
H A Dmoscom.c263 moscom_open(void *vsc, int portno) in moscom_open()
293 moscom_set(void *vsc, int portno, int reg, int onoff) in moscom_set()
319 moscom_param(void *vsc, int portno, struct termios *t) in moscom_param()
/openbsd-src/sys/arch/sparc64/dev/
H A Duperf_ebus.c241 uperf_ebus_clrcnt(void *vsc, int flags) in uperf_ebus_clrcnt()
258 uperf_ebus_setcntsrc(void *vsc, int flags, u_int src0, u_int src1) in uperf_ebus_setcntsrc()
277 uperf_ebus_getcntsrc(void *vsc, int flags, u_int *srcp0, u_int *srcp1) in uperf_ebus_getcntsrc()
291 uperf_ebus_getcnt(void *vsc, int flags, u_int32_t *cntp0, u_int32_t *cntp1) in uperf_ebus_getcnt()
H A Dbeeper.c125 beeper_stop(void *vsc) in beeper_stop()
138 beeper_bell(void *vsc, u_int pitch, u_int period, u_int volume, int poll) in beeper_bell()
H A Dcomkbd_ebus.c255 comkbd_cnpollc(void *vsc, int on) in comkbd_cnpollc()
335 comkbd_soft(void *vsc) in comkbd_soft()
372 comkbd_intr(void *vsc) in comkbd_intr()
H A Dbeep.c202 beep_stop(void *vsc) in beep_stop() argument
216 beep_bell(void *vsc, u_int pitch, u_int period, u_int volume, int poll) in beep_bell() argument
H A Dpower.c127 power_intr(void *vsc) in power_intr()
/openbsd-src/sys/dev/hid/
H A Dhidkbd.c345 hidkbd_apple_translate(void *vsc, uint8_t *ibuf, u_int ilen, in hidkbd_apple_translate() argument
362 hidkbd_apple_munge(void *vsc, uint8_t *ibuf, u_int ilen) in hidkbd_apple_munge() argument
374 hidkbd_apple_tb_munge(void *vsc, uint8_t *ibuf, u_int ilen) in hidkbd_apple_tb_munge() argument
388 hidkbd_apple_iso_munge(void *vsc, uint8_ argument
396 hidkbd_apple_mba_munge(void * vsc,uint8_t * ibuf,u_int ilen) hidkbd_apple_mba_munge() argument
408 hidkbd_apple_iso_mba_munge(void * vsc,uint8_t * ibuf,u_int ilen) hidkbd_apple_iso_mba_munge() argument
[all...]

123