Lines Matching refs:opaque
136 viapcib_match(device_t parent, cfdata_t match, void *opaque)
138 struct pci_attach_args *pa = opaque;
154 viapcib_attach(device_t parent, device_t self, void *opaque)
157 struct pci_attach_args *pa = opaque;
198 pcibattach(parent, self, opaque);
268 viapcib_exec(void *opaque, i2c_op_t op, i2c_addr_t addr, const void *vcmd,
276 opaque, op, addr, vcmd, cmdlen, vbuf, buflen, flags));
278 sc = (struct viapcib_softc *)opaque;
348 viapcib_smbus_quick_write(void *opaque, i2c_addr_t slave)
352 sc = (struct viapcib_softc *)opaque;
354 DPRINTF(("viapcib_smbus_quick_write(%p, 0x%x)\n", opaque, slave));
370 viapcib_smbus_quick_read(void *opaque, i2c_addr_t slave)
374 sc = (struct viapcib_softc *)opaque;
376 DPRINTF(("viapcib_smbus_quick_read(%p, 0x%x)\n", opaque, slave));
392 viapcib_smbus_send_byte(void *opaque, i2c_addr_t slave, uint8_t byte)
396 sc = (struct viapcib_softc *)opaque;
398 DPRINTF(("viapcib_smbus_send_byte(%p, 0x%x, 0x%x)\n", opaque,
417 viapcib_smbus_receive_byte(void *opaque, i2c_addr_t slave, uint8_t *pbyte)
422 sc = (struct viapcib_softc *)opaque;
424 DPRINTF(("viapcib_smbus_receive_byte(%p, 0x%x, %p)\n", opaque,
446 viapcib_smbus_write_byte(void *opaque, i2c_addr_t slave, uint8_t cmd,
451 sc = (struct viapcib_softc *)opaque;
453 DPRINTF(("viapcib_smbus_write_byte(%p, 0x%x, 0x%x, 0x%x)\n", opaque,
472 viapcib_smbus_read_byte(void *opaque, i2c_addr_t slave, uint8_t cmd,
478 sc = (struct viapcib_softc *)opaque;
480 DPRINTF(("viapcib_smbus_read_byte(%p, 0x%x, 0x%x, %p)\n", opaque,
501 viapcib_smbus_write_word(void *opaque, i2c_addr_t slave, uint8_t cmd,
506 sc = (struct viapcib_softc *)opaque;
508 DPRINTF(("viapcib_smbus_write_word(%p, 0x%x, 0x%x, 0x%x)\n", opaque,
528 viapcib_smbus_read_word(void *opaque, i2c_addr_t slave, uint8_t cmd,
535 sc = (struct viapcib_softc *)opaque;
537 DPRINTF(("viapcib_smbus_read_word(%p, 0x%x, 0x%x, %p)\n", opaque,
562 viapcib_smbus_block_write(void *opaque, i2c_addr_t slave, uint8_t cmd,
570 sc = (struct viapcib_softc *)opaque;
575 opaque, slave, cmd, cnt, data));
609 viapcib_smbus_block_read(void *opaque, i2c_addr_t slave, uint8_t cmd,
617 opaque;
622 opaque, slave, cmd, cnt, data));