• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/

Lines Matching refs:hpsb_host

44 static void add_host(struct hpsb_host *host);
45 static void remove_host(struct hpsb_host *host);
46 static void host_reset(struct hpsb_host *host);
47 static int read_maps(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
49 static int write_fcp(struct hpsb_host *host, int nodeid, int dest,
51 static int read_regs(struct hpsb_host *host, int nodeid, quadlet_t *buf,
53 static int write_regs(struct hpsb_host *host, int nodeid, int destid,
55 static int lock_regs(struct hpsb_host *host, int nodeid, quadlet_t *store,
57 static int lock64_regs(struct hpsb_host *host, int nodeid, octlet_t * store,
59 static int read_config_rom(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
113 static void host_reset(struct hpsb_host *host)
169 static void add_host(struct hpsb_host *host)
251 static void remove_host(struct hpsb_host *host)
277 int hpsb_update_config_rom(struct hpsb_host *host, const quadlet_t *new_rom,
311 static int read_maps(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
335 static int read_regs(struct hpsb_host *host, int nodeid, quadlet_t *buf,
449 static int write_regs(struct hpsb_host *host, int nodeid, int destid,
535 static int lock_regs(struct hpsb_host *host, int nodeid, quadlet_t *store,
682 static int lock64_regs(struct hpsb_host *host, int nodeid, octlet_t * store,
773 static int write_fcp(struct hpsb_host *host, int nodeid, int dest,
795 static int read_config_rom(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
808 struct hpsb_host *host = (struct hpsb_host*)__host;
820 struct hpsb_host *host = (struct hpsb_host*)__host;