Home
last modified time | relevance | path

Searched refs:pio_mgr (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/core/
Dio_sm.c135 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);
171 struct io_mgr *pio_mgr = NULL; in bridge_io_create() local
199 pio_mgr = kzalloc(sizeof(struct io_mgr), GFP_KERNEL); in bridge_io_create()
200 if (!pio_mgr) in bridge_io_create()
204 pio_mgr->chnl_mgr = hchnl_mgr; in bridge_io_create()
205 pio_mgr->word_size = mgr_attrts->word_size; in bridge_io_create()
[all …]
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Dio.c50 struct io_mgr_ *pio_mgr = NULL; in io_create() local
74 pio_mgr = (struct io_mgr_ *)hio_mgr; in io_create()
75 pio_mgr->intf_fxns = intf_fxns; in io_create()
76 pio_mgr->dev_obj = hdev_obj; in io_create()
94 struct io_mgr_ *pio_mgr = (struct io_mgr_ *)hio_mgr; in io_destroy() local
99 intf_fxns = pio_mgr->intf_fxns; in io_destroy()