Lines Matching defs:firewire_comm

61 	struct firewire_comm *fc;
71 struct firewire_comm *fc;
80 struct firewire_comm *fc;
96 struct firewire_comm {
144 uint32_t (*cyctimer) (struct firewire_comm *);
145 void (*ibr) (struct firewire_comm *);
146 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t);
148 int (*irx_enable) (struct firewire_comm *, int);
149 int (*irx_disable) (struct firewire_comm *, int);
150 int (*itx_enable) (struct firewire_comm *, int);
151 int (*itx_disable) (struct firewire_comm *, int);
153 void (*poll) (struct firewire_comm *, int, int);
154 void (*set_intr) (struct firewire_comm *, int);
155 void (*irx_post) (struct firewire_comm *, uint32_t *);
156 void (*itx_post) (struct firewire_comm *, uint32_t *);
185 void (*start) (struct firewire_comm *);
224 struct firewire_comm *fc;
253 struct firewire_comm *fc;
260 void fw_sidrcv (struct firewire_comm *, uint32_t *, u_int);
267 void fw_init (struct firewire_comm *);
268 int fw_tbuf_update (struct firewire_comm *, int, int);
269 int fw_rbuf_update (struct firewire_comm *, int, int);
270 int fw_bindadd (struct firewire_comm *, struct fw_bind *);
271 int fw_bindremove (struct firewire_comm *, struct fw_bind *);
273 struct firewire_comm *, void *, void (*)(struct fw_xfer *));
275 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer *);
276 void fw_busreset (struct firewire_comm *, uint32_t);
283 struct fw_device *fw_noderesolve_nodeid (struct firewire_comm *, int);
284 struct fw_device *fw_noderesolve_eui64 (struct firewire_comm *, struct fw_eui64 *);
285 struct fw_bind *fw_bindlookup (struct firewire_comm *, uint16_t, uint32_t);
286 void fw_drain_txq (struct firewire_comm *);
290 int fw_open_isodma(struct firewire_comm *, int);