Searched refs:qproc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 286 static int q6v5_regulator_enable(struct q6v5 *qproc, in q6v5_regulator_enable() argument 297 dev_err(qproc->dev, in q6v5_regulator_enable() 308 dev_err(qproc->dev, in q6v5_regulator_enable() 316 dev_err(qproc->dev, "Regulator enable failed\n"); in q6v5_regulator_enable() 336 static void q6v5_regulator_disable(struct q6v5 *qproc, in q6v5_regulator_disable() argument 383 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument 410 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument 421 static int q6v5_xfer_mem_ownership(struct q6v5 *qproc, u64 *current_perm, in q6v5_xfer_mem_ownership() argument 428 if (!qproc->need_mem_protection) in q6v5_xfer_mem_ownership() 451 static void q6v5_debug_policy_load(struct q6v5 *qproc, void *mba_region) in q6v5_debug_policy_load() argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | poll.h | 77 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() argument 79 pt->_qproc = qproc; in init_poll_funcptr()
|