Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fsl-mc/bus/
Dmc-bus.c212 uint16_t dprc_handle; in get_dprc_icid() local
216 error = dprc_open(mc_io, container_id, &dprc_handle); in get_dprc_icid()
223 error = dprc_get_attributes(mc_io, dprc_handle, &attr); in get_dprc_icid()
233 (void)dprc_close(mc_io, dprc_handle); in get_dprc_icid()