Searched refs:firewire_comm (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/dev/ieee1394/ |
| H A D | firewirereg.h | 60 struct firewire_comm *fc; 74 struct firewire_comm *fc; 89 struct firewire_comm *fc; 105 struct firewire_comm { struct 153 uint32_t (*cyctimer) (struct firewire_comm *); argument 154 void (*ibr) (struct firewire_comm *); argument 155 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t); argument 157 int (*irx_enable) (struct firewire_comm *, int); argument 158 int (*irx_disable) (struct firewire_comm *, int); argument 159 int (*itx_enable) (struct firewire_comm *, int); argument [all …]
|
| H A D | firewire.c | 135 int firewire_resume (struct firewire_comm *); 138 static void firewire_xfer_timeout(struct firewire_comm *); 141 static void fw_reset_csr(struct firewire_comm *); 142 static void fw_init_crom(struct firewire_comm *); 143 static void fw_reset_crom(struct firewire_comm *); 145 static void fw_tl_free(struct firewire_comm *, struct fw_xfer *); 146 static struct fw_xfer *fw_tl2xfer(struct firewire_comm *, int, int, int); 147 static void fw_phy_config(struct firewire_comm *, int, int); 149 static void fw_bus_probe(struct firewire_comm *); 153 static union fw_self_id *fw_find_self_id(struct firewire_comm *, int); [all …]
|
| H A D | fwohci.c | 164 static uint32_t fwohci_cyctimer(struct firewire_comm *); 165 static uint32_t fwohci_set_bus_manager(struct firewire_comm *, u_int); 166 static void fwohci_ibr(struct firewire_comm *); 167 static int fwohci_irx_enable(struct firewire_comm *, int); 168 static int fwohci_irx_disable(struct firewire_comm *, int); 169 static int fwohci_itxbuf_enable(struct firewire_comm *, int); 170 static int fwohci_itx_disable(struct firewire_comm *, int); 171 static void fwohci_timeout(struct firewire_comm *fc); 173 static void fwohci_irx_post(struct firewire_comm *, uint32_t *); 175 static void fwohci_set_intr(struct firewire_comm *, int); [all …]
|
| H A D | fwdev.c | 101 struct firewire_comm *fc; 110 static int fwdev_allocbuf(struct firewire_comm *, struct fw_xferq *, 158 struct firewire_comm *fc; in fw_close() 233 struct firewire_comm *fc; in fw_read() 310 struct firewire_comm *fc; in fw_write() 386 struct firewire_comm *fc; in fw_ioctl() 751 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf()
|
| H A D | fwohcivar.h | 43 struct firewire_comm fc;
|
| H A D | fwdma.h | 125 struct fwdma_alloc_multi *fwdma_malloc_multiseg(struct firewire_comm *,
|
| H A D | fwdma.c | 149 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, int esize, int n, in fwdma_malloc_multiseg()
|
| H A D | if_fwip.c | 329 struct firewire_comm *fc; in fwip_init() 433 struct firewire_comm *fc = sc->sc_fd.fc; in fwip_stop() 531 struct firewire_comm *fc = sc->sc_fd.fc; in fwip_async_output()
|
| H A D | firewire.h | 472 struct firewire_comm *fc;
|
| H A D | sbp.c | 469 struct firewire_comm *fc; in sbpattach() 550 struct firewire_comm *fc = sc->sc_fd.fc; in sbpdetach()
|