| /src/sys/arch/sgimips/ioc/ |
| oiocsc.c | 126 struct oiocsc_softc *osc = device_private(self); local in function:oiocsc_attach 127 struct wd33c93_softc *sc = &osc->sc_wd33c93; 133 osc->sc_st = oa->oa_st; 134 osc->sc_sh = oa->oa_sh; 135 osc->sc_dmat = oa->oa_dmat; 149 if (bus_dmamap_create(osc->sc_dmat, 152 BUS_DMA_WAITOK, &osc->sc_dmamap) != 0) { 176 evcnt_attach_dynamic(&osc->sc_intrcnt, EVCNT_TYPE_INTR, NULL, 204 struct oiocsc_softc *osc = (void *)dev; local in function:oiocsc_dmasetup 205 struct oioc_dma_softc *dsc = &osc->sc_oiocdma 266 struct oiocsc_softc *osc = (void *)dev; local in function:oiocsc_dmago 294 struct oiocsc_softc *osc = (void *)dev; local in function:oiocsc_dmastop 315 struct oiocsc_softc *osc = (void *)dev; local in function:oiocsc_reset 331 struct oiocsc_softc *osc = arg; local in function:oiocsc_scsiintr [all...] |
| /src/sys/dev/acpi/ |
| acpi_display.c | 694 struct acpidisp_out_softc *osc = device_private(self); local in function:acpidisp_out_attach 702 osc->sc_dev = self; 703 osc->sc_node = ad; 704 osc->sc_log = NULL; 705 osc->sc_mtx = aa->aa_mtx; 706 osc->sc_caps = acpidisp_out_capabilities(ad); 707 osc->sc_brctl = NULL; 709 acpidisp_out_print_capabilities(self, osc->sc_caps); 711 osc->sc_brctl = acpidisp_init_brctl(osc); 750 struct acpidisp_out_softc *osc = device_private(self); local in function:acpidisp_out_detach 788 struct acpidisp_out_softc *osc = device_private(self); local in function:acpidisp_out_suspend 801 struct acpidisp_out_softc *osc = device_private(self); local in function:acpidisp_out_resume 948 struct acpidisp_out_softc *osc = device_private(context); local in function:acpidisp_out_notify_handler 997 struct acpidisp_out_softc *osc, *last_osc; local in function:acpidisp_vga_cycle_output_device_callback 1087 struct acpidisp_out_softc *osc = arg; local in function:acpidisp_out_increase_brightness_callback 1119 struct acpidisp_out_softc *osc = arg; local in function:acpidisp_out_decrease_brightness_callback 1151 struct acpidisp_out_softc *osc = arg; local in function:acpidisp_out_cycle_brightness_callback 1180 struct acpidisp_out_softc *osc = arg; local in function:acpidisp_out_zero_brightness_callback 1380 struct acpidisp_out_softc *osc; local in function:acpidisp_out_sysctl_status 1406 struct acpidisp_out_softc *osc; local in function:acpidisp_out_sysctl_state 1437 struct acpidisp_out_softc *osc; local in function:acpidisp_out_sysctl_brightness 1578 struct acpidisp_out_softc *osc; local in function:acpidisp_vga_bind_outdevs [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| bcm-cygnus-clock.dtsi | 38 osc: oscillator { label 48 clocks = <&osc>; 74 clocks = <&osc>; 101 clocks = <&osc>; 110 clocks = <&osc>; 121 clocks = <&osc>; 129 clocks = <&osc>;
|
| vexpress-v2p-ca5s.dts | 149 compatible = "arm,vexpress-osc"; 158 compatible = "arm,vexpress-osc"; 167 compatible = "arm,vexpress-osc"; 176 compatible = "arm,vexpress-osc"; 185 compatible = "arm,vexpress-osc"; 194 compatible = "arm,vexpress-osc";
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
| stingray-clock.dtsi | 35 osc: oscillator { label 44 clocks = <&osc>; 54 clocks = <&osc>; 66 clocks = <&osc>; 78 clocks = <&osc>; 88 clocks = <&osc>; 100 clocks = <&osc>; 110 clocks = <&osc>; 121 clocks = <&osc>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/ |
| ns2-clock.dtsi | 35 osc: oscillator { label 47 clocks = <&osc>; 60 clocks = <&osc>; 74 clocks = <&osc>; 102 clocks = <&osc>;
|
| /src/sys/arch/evbarm/g42xxeb/ |
| g42xxeb_lcd.c | 264 struct obio_softc *osc = local in function:lcd_ioctl 270 reg = bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, 276 bus_space_write_2(osc->sc_iot, osc->sc_obioreg_ioh, 278 bus_space_write_1(osc->sc_iot, osc->sc_obioreg_ioh, 292 struct obio_softc *osc = local in function:lcd_show_screen 300 reg = bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G42XXEB_LCDCTL) 316 struct obio_softc *osc = local in function:lcdopen [all...] |
| if_ne_obio.c | 230 struct obio_softc *osc = 233 device_private(device_parent(osc->sc_dev)); 238 bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G4250EBX_INTSTS1), 239 bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G4250EBX_INTSTS2), 240 bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G4250EBX_INTMASK), 241 osc->sc_intr_pending, 242 osc->sc_intr_mask ) [all...] |
| g42xxeb_kmkbd.c | 198 struct obio_softc *osc = device_private(parent); local in function:kmkbd_attach 220 sc->ih = obio_intr_establish(osc, G42XXEB_INT_KEY, IPL_TTY, 376 struct obio_softc *osc = device_private(device_parent(sc->dev)); local in function:kmkbd_read_matrix 377 bus_space_tag_t iot = osc->sc_iot; 378 bus_space_handle_t ioh = osc->sc_obioreg_ioh; 480 struct obio_softc *osc = device_private(device_parent(sc->dev)); local in function:kmkbd_intr 484 obio_intr_mask(osc, sc->ih); 546 struct obio_softc *osc = device_private(device_parent(sc->dev)); local in function:kmkbd_new_state 552 obio_intr_mask(osc,sc->ih); 557 obio_intr_mask(osc, sc->ih) [all...] |
| g42xxeb_mci.c | 124 struct obio_softc *osc = device_private(parent); local in function:pxamci_attach 138 sc->sc_detect_ih = obio_intr_establish(osc, G42XXEB_INT_MMCSD, 179 sc->sc_obio_ioh = osc->sc_obioreg_ioh; 184 obio_intr_disestablish(osc, G42XXEB_INT_MMCSD, sc->sc_detect_ih);
|
| /src/sys/arch/evbarm/hdl_g/ |
| com_obio.c | 73 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 74 struct com_softc *sc = &osc->sc_com; 91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 93 if (osc->sc_ih == NULL)
|
| /src/sys/arch/evbarm/iq80310/ |
| com_obio.c | 72 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 73 struct com_softc *sc = &osc->sc_com; 89 osc->sc_ih = iq80310_intr_establish(oba->oba_irq, IPL_SERIAL, 91 if (osc->sc_ih == NULL)
|
| /src/sys/arch/evbarm/iq80321/ |
| com_obio.c | 73 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 74 struct com_softc *sc = &osc->sc_com; 91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 93 if (osc->sc_ih == NULL)
|
| /src/sys/arch/evbarm/iyonix/ |
| com_obio.c | 72 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 73 struct com_softc *sc = &osc->sc_com; 90 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 92 if (osc->sc_ih == NULL)
|
| /src/sys/arch/evbarm/npwr_fc/ |
| com_obio.c | 73 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 74 struct com_softc *sc = &osc->sc_com; 91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 93 if (osc->sc_ih == NULL)
|
| /src/sys/arch/iyonix/iyonix/ |
| com_obio.c | 72 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 73 struct com_softc *sc = &osc->sc_com; 90 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL, 92 if (osc->sc_ih == NULL)
|
| /src/sys/dev/ofisa/ |
| pckbc_ofisa.c | 89 struct pckbc_ofisa_softc *osc = device_private(self); local in function:pckbc_ofisa_attach 90 struct pckbc_softc *sc = &osc->sc_pckbc; 101 osc->sc_ic = aa->ic; 108 ofisa_intr_get(phandle, &osc->sc_intr[dce->value], 1); 149 struct pckbc_ofisa_softc *osc = (void *) sc; local in function:pckbc_ofisa_intr_establish 152 rv = isa_intr_establish(osc->sc_ic, osc->sc_intr[slot].irq, osc->sc_intr[slot].share, 160 osc->sc_intr[slot].irq, pckbc_slot_names[slot]);
|
| joy_ofisa.c | 77 struct joy_ofisa_softc *osc = device_private(self); local in function:joy_ofisa_attach 78 struct joy_softc *sc = &osc->sc_joy; 117 mutex_init(&osc->sc_lock, MUTEX_DEFAULT, IPL_NONE); 118 sc->sc_lock = &osc->sc_lock;
|
| lpt_ofisa.c | 93 struct lpt_ofisa_softc *osc = device_private(self); local in function:lpt_ofisa_attach 94 struct lpt_softc *sc = &osc->sc_lpt; 138 osc->sc_ih = isa_intr_establish(aa->ic, intr.irq, intr.share,
|
| /src/sys/arch/evbarm/adi_brh/ |
| com_obio.c | 75 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 76 struct com_softc *sc = &osc->sc_com; 93 osc->sc_ih = becc_intr_establish(oba->oba_irq, IPL_SERIAL, 95 if (osc->sc_ih == NULL)
|
| /src/sys/arch/evbarm/lubbock/ |
| lubbock_lcd.c | 239 struct obio_softc *osc = device_private(device_parent(sc->dev)); local in function:lcd_ioctl 244 reg = bus_space_read_2( osc->sc_iot, osc->sc_obioreg_ioh, 250 bus_space_write_2( osc->sc_iot, osc->sc_obioreg_ioh, 263 struct obio_softc *osc = device_private(device_parent(sc->dev)); local in function:lcd_show_screen 268 bus_space_write_4( osc->sc_iot, osc->sc_obioreg_ioh, LUBBOCK_MISCWR, 270 bus_space_read_4( osc->sc_iot, osc->sc_obioreg_ioh, LUBBOCK_MISCWR ) ) [all...] |
| /src/sys/arch/sparc/dev/ |
| com_obio.c | 163 struct com_obio_softc *osc = device_private(self); local in function:com_obio_attach 164 struct com_softc *sc = &osc->osc_com; 174 osc->osc_tadpole = 1; 202 if (osc->osc_tadpole) { 219 evcnt_attach_dynamic(&osc->osc_intrcnt, EVCNT_TYPE_INTR, NULL,
|
| /src/sys/dev/ic/ |
| athrate-onoe.c | 327 struct onoe_softc *osc = (struct onoe_softc *) sc->sc_rc; local in function:ath_rate_newstate 332 callout_stop(&osc->timer); 366 callout_reset(&osc->timer, (interval * hz) / 1000, 447 struct onoe_softc *osc = (struct onoe_softc *) sc->sc_rc; local in function:ath_ratectl 462 callout_reset(&osc->timer, (interval * hz) / 1000, 489 struct onoe_softc *osc; local in function:ath_rate_attach 491 osc = malloc(sizeof(struct onoe_softc), M_DEVBUF, M_WAITOK|M_ZERO); 492 osc->arc.arc_space = sizeof(struct onoe_node); 493 callout_init(&osc->timer, 0); 496 return &osc->arc 502 struct onoe_softc *osc = (struct onoe_softc *) arc; local in function:ath_rate_detach [all...] |
| /src/sys/arch/prep/pnpbus/ |
| nvram_pnpbus.c | 521 mkclock_pnpbus_nvrd(struct mk48txx_softc *osc, int off) 523 struct prep_mk48txx_softc *sc = (struct prep_mk48txx_softc *)osc; 531 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 0, off & 0xff); 532 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 1, off >> 8); 542 mkclock_pnpbus_nvwr(struct mk48txx_softc *osc, int off, uint8_t datum) 544 struct prep_mk48txx_softc *sc = (struct prep_mk48txx_softc *)osc; 551 bus_space_write_1(osc->sc_bst, osc->sc_bsh, 0, off & 0xff) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sophgo/ |
| cv1800b-milkv-duo.dts | 38 &osc {
|