• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/

Lines Matching defs:io_mgr

89 struct io_mgr {
135 static void io_dispatch_pm(struct io_mgr *pio_mgr);
138 static void input_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl,
140 static void output_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl,
142 static void input_msg(struct io_mgr *pio_mgr, struct msg_mgr *hmsg_mgr);
143 static void output_msg(struct io_mgr *pio_mgr, struct msg_mgr *hmsg_mgr);
148 static int register_shm_segs(struct io_mgr *hio_mgr,
167 int bridge_io_create(struct io_mgr **io_man,
172 struct io_mgr *pio_mgr = NULL;
209 pio_mgr = kzalloc(sizeof(struct io_mgr), GFP_KERNEL);
263 int bridge_io_destroy(struct io_mgr *hio_mgr)
290 int bridge_io_on_loaded(struct io_mgr *hio_mgr)
807 u32 io_buf_size(struct io_mgr *hio_mgr)
819 void io_cancel_chnl(struct io_mgr *hio_mgr, u32 chnl)
821 struct io_mgr *pio_mgr = (struct io_mgr *)hio_mgr;
841 static void io_dispatch_pm(struct io_mgr *pio_mgr)
887 struct io_mgr *pio_mgr = (struct io_mgr *)ref_data;
955 struct io_mgr *pio_mgr;
986 void io_request_chnl(struct io_mgr *io_manager, struct chnl_object *pchnl,
1029 void iosm_schedule(struct io_mgr *io_manager)
1087 static void input_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl,
1203 static void input_msg(struct io_mgr *pio_mgr, struct msg_mgr *hmsg_mgr)
1359 static void output_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl,
1440 static void output_msg(struct io_mgr *pio_mgr, struct msg_mgr *hmsg_mgr)
1526 static int register_shm_segs(struct io_mgr *hio_mgr,
1652 int io_sh_msetting(struct io_mgr *hio_mgr, u8 desc, void *pargs)
1715 int bridge_io_get_proc_load(struct io_mgr *hio_mgr,
1740 void print_dsp_debug_trace(struct io_mgr *hio_mgr)