Lines Matching full:pru
3 * PRU-ICSS platform driver for various TI SoCs
39 * pruss_get() - get the pruss for a given PRU remoteproc
40 * @rproc: remoteproc handle of a PRU instance
42 * Finds the parent pruss device for a PRU given the @rproc handle of the
43 * PRU remote processor. This function increments the pruss device's refcount,
54 * -ENODEV if PRU device or PRUSS device is not found
67 /* make sure it is PRU rproc */ in pruss_get()
175 * pruss_cfg_get_gpmux() - get the current GPMUX value for a PRU device
177 * @pru_id: PRU identifier (0-1)
199 * pruss_cfg_set_gpmux() - set the GPMUX value for a PRU device
201 * @pru_id: PRU identifier (0-1)
202 * @mux: new mux value for PRU
219 * pruss_cfg_gpimode() - set the GPI mode of the PRU
221 * @pru_id: id of the PRU core within the PRUSS
224 * Sets the GPI mode for a given PRU by programming the
262 * @pru_type: PRU core type identifier
618 MODULE_DESCRIPTION("PRU-ICSS Subsystem Driver");