Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Dqcom_q6v5_pil.c222 static int q6v5_regulator_enable(struct q6v5 *qproc, in q6v5_regulator_enable() argument
233 dev_err(qproc->dev, in q6v5_regulator_enable()
244 dev_err(qproc->dev, in q6v5_regulator_enable()
252 dev_err(qproc->dev, "Regulator enable failed\n"); in q6v5_regulator_enable()
272 static void q6v5_regulator_disable(struct q6v5 *qproc, in q6v5_regulator_disable() argument
319 static int q6v5_xfer_mem_ownership(struct q6v5 *qproc, int *current_perm, in q6v5_xfer_mem_ownership() argument
325 if (!qproc->need_mem_protection) in q6v5_xfer_mem_ownership()
341 struct q6v5 *qproc = rproc->priv; in q6v5_load() local
343 memcpy(qproc->mba_region, fw->data, fw->size); in q6v5_load()
348 static int q6v5_reset_assert(struct q6v5 *qproc) in q6v5_reset_assert() argument
[all …]
/Linux-v4.19/include/linux/
Dpoll.h71 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() argument
73 pt->_qproc = qproc; in init_poll_funcptr()