Home | History | Annotate | Download | only in ieee1394

Lines Matching defs:firewire_comm

60 	struct firewire_comm *fc;
74 struct firewire_comm *fc;
89 struct firewire_comm *fc;
105 struct firewire_comm {
153 uint32_t (*cyctimer) (struct firewire_comm *);
154 void (*ibr) (struct firewire_comm *);
155 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t);
157 int (*irx_enable) (struct firewire_comm *, int);
158 int (*irx_disable) (struct firewire_comm *, int);
159 int (*itx_enable) (struct firewire_comm *, int);
160 int (*itx_disable) (struct firewire_comm *, int);
161 void (*timeout) (struct firewire_comm *);
162 void (*set_intr) (struct firewire_comm *, int);
163 void (*irx_post) (struct firewire_comm *, uint32_t *);
164 void (*itx_post) (struct firewire_comm *, uint32_t *);
189 void (*start) (struct firewire_comm*);
236 struct firewire_comm *fc;
266 struct firewire_comm *fc;
273 int fw_tbuf_update (struct firewire_comm *, int, int);
274 int fw_rbuf_update (struct firewire_comm *, int, int);
278 struct fw_device *fw_noderesolve_nodeid(struct firewire_comm *, int);
279 struct fw_device *fw_noderesolve_eui64(struct firewire_comm *,
281 int fw_asyreq(struct firewire_comm *, int, struct fw_xfer*);
284 void fw_drain_txq(struct firewire_comm *);
285 void fw_busreset(struct firewire_comm *, uint32_t);
286 void fw_init(struct firewire_comm *);
287 void fw_init_isodma(struct firewire_comm *);
288 void fw_destroy_isodma(struct firewire_comm *);
289 void fw_destroy(struct firewire_comm *);
290 struct fw_bind *fw_bindlookup(struct firewire_comm *, uint16_t, uint32_t);
291 int fw_bindadd(struct firewire_comm *, struct fw_bind *);
292 int fw_bindremove(struct firewire_comm *, struct fw_bind *);
294 struct firewire_comm *, void *, void (*)(struct fw_xfer *));
303 void fw_sidrcv(struct firewire_comm *, uint32_t *, u_int);
306 int fw_open_isodma(struct firewire_comm *, int);