Lines Matching refs:fw_drv1
85 struct fw_drv1 { struct
160 struct fw_drv1 *d; in fw_open()
179 dev->si_drv1 = malloc(sizeof(struct fw_drv1), M_FW, M_WAITOK | M_ZERO); in fw_open()
201 struct fw_drv1 *d; in fw_close()
267 fw_read_async(struct fw_drv1 *d, struct uio *uio, int ioflag) in fw_read_async()
316 struct fw_drv1 *d; in fw_read()
391 fw_write_async(struct fw_drv1 *d, struct uio *uio, int ioflag) in fw_write_async()
451 struct fw_drv1 *d; in fw_write()
524 struct fw_drv1 *d; in fw_hand()
541 struct fw_drv1 *d; in fw_ioctl()
829 ir = ((struct fw_drv1 *)dev->si_drv1)->ir; in fw_poll()