ops 450 bsp/drv/dev/base/wscons.c wscons_attach_video(struct wscons_video_ops *ops, void *aux) ops 455 bsp/drv/dev/base/wscons.c sc->vid_ops = ops; ops 457 bsp/drv/dev/base/wscons.c ops->get_cursor(aux, &sc->col, &sc->row); ops 467 bsp/drv/dev/base/wscons.c wscons_attach_kbd(struct wscons_kbd_ops *ops, void *aux) ops 471 bsp/drv/dev/base/wscons.c sc->kbd_ops = ops; ops 71 bsp/drv/dev/cpufreq/cpufreq.c struct cpufreq_ops *ops; /* low level h/w operations */ ops 238 bsp/drv/dev/cpufreq/cpufreq.c sc->ops->setperf(new_speed); ops 239 bsp/drv/dev/cpufreq/cpufreq.c cur_speed = sc->ops->getperf(); ops 256 bsp/drv/dev/cpufreq/cpufreq.c ASSERT(sc->ops != NULL); ops 273 bsp/drv/dev/cpufreq/cpufreq.c cur_speed = sc->ops->getperf(); ops 298 bsp/drv/dev/cpufreq/cpufreq.c sc->ops->setperf(100); ops 308 bsp/drv/dev/cpufreq/cpufreq.c if (sc->ops == NULL) ops 313 bsp/drv/dev/cpufreq/cpufreq.c sc->ops->getinfo(&info); ops 332 bsp/drv/dev/cpufreq/cpufreq.c if (sc->ops == NULL) ops 350 bsp/drv/dev/cpufreq/cpufreq.c cpufreq_attach(struct cpufreq_ops *ops) ops 356 bsp/drv/dev/cpufreq/cpufreq.c DPRINTF(("cpufreq: attach ops=%x\n", ops)); ops 363 bsp/drv/dev/cpufreq/cpufreq.c sc->ops = ops; ops 57 bsp/drv/dev/rtc/rtc.c struct rtc_ops *ops; /* rtc operations */ ops 211 bsp/drv/dev/rtc/rtc.c rtc_attach(struct rtc_ops *ops, void *aux) ops 221 bsp/drv/dev/rtc/rtc.c sc->ops = ops; ops 225 bsp/drv/dev/rtc/rtc.c ops->gettime(aux, &tv); ops 52 bsp/drv/dev/serial/serial.c struct serial_ops *ops; /* h/w operation */ ops 129 bsp/drv/dev/serial/serial.c sc->ops->xmt_char(port, c); ops 158 bsp/drv/dev/serial/serial.c return sc->ops->rcv_char(port); ops 167 bsp/drv/dev/serial/serial.c sc->ops->xmt_char(port, c); ops 176 bsp/drv/dev/serial/serial.c sc->ops->set_poll(port, on); ops 180 bsp/drv/dev/serial/serial.c serial_attach(struct serial_ops *ops, struct serial_port *port) ops 190 bsp/drv/dev/serial/serial.c sc->ops = ops; ops 199 bsp/drv/dev/serial/serial.c ops->start(port); ops 77 bsp/drv/include/rtc.h void rtc_attach(struct rtc_ops *ops, void *aux); ops 301 sys/kern/device.c struct devops *ops; ops 322 sys/kern/device.c ops = dev->driver->devops; ops 323 sys/kern/device.c ASSERT(ops->open != NULL); ops 324 sys/kern/device.c error = (*ops->open)(dev, mode); ops 341 sys/kern/device.c struct devops *ops; ops 347 sys/kern/device.c ops = dev->driver->devops; ops 348 sys/kern/device.c ASSERT(ops->close != NULL); ops 349 sys/kern/device.c error = (*ops->close)(dev); ops 364 sys/kern/device.c struct devops *ops; ops 379 sys/kern/device.c ops = dev->driver->devops; ops 380 sys/kern/device.c ASSERT(ops->read != NULL); ops 381 sys/kern/device.c error = (*ops->read)(dev, buf, &count, blkno); ops 397 sys/kern/device.c struct devops *ops; ops 412 sys/kern/device.c ops = dev->driver->devops; ops 413 sys/kern/device.c ASSERT(ops->write != NULL); ops 414 sys/kern/device.c error = (*ops->write)(dev, buf, &count, blkno); ops 432 sys/kern/device.c struct devops *ops; ops 438 sys/kern/device.c ops = dev->driver->devops; ops 439 sys/kern/device.c ASSERT(ops->ioctl != NULL); ops 440 sys/kern/device.c error = (*ops->ioctl)(dev, cmd, arg); ops 453 sys/kern/device.c struct devops *ops; ops 459 sys/kern/device.c ops = dev->driver->devops; ops 460 sys/kern/device.c ASSERT(ops->devctl != NULL); ops 461 sys/kern/device.c error = (*ops->devctl)(dev, cmd, arg); ops 483 sys/kern/device.c struct devops *ops; ops 492 sys/kern/device.c ops = dev->driver->devops; ops 493 sys/kern/device.c if (ops == NULL) ops 496 sys/kern/device.c ASSERT(ops->devctl != NULL); ops 497 sys/kern/device.c error = (*ops->devctl)(dev, cmd, arg); ops 101 usr/bin/test/test.c } const ops [] = { ops 378 usr/bin/test/test.c op = ops; ops 404 usr/bin/test/test.c op = ops;