Home
last modified time | relevance | path

Searched refs:dprc_open (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/fsl-mc/include/
Ddprc.h65 int dprc_open(struct fsl_mc_io *mc_io, int container_id, uint16_t *token);
/linux-4.1.27/drivers/staging/fsl-mc/bus/
Ddprc-driver.c402 error = dprc_open(mc_dev->mc_io, mc_dev->obj_desc.id, in dprc_probe()
Ddprc.c37 int dprc_open(struct fsl_mc_io *mc_io, int container_id, uint16_t *token) in dprc_open() function
57 EXPORT_SYMBOL(dprc_open);
Dmc-bus.c216 error = dprc_open(mc_io, container_id, &dprc_handle); in get_dprc_icid()