Searched refs:qproc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/remoteproc/ |
| H A D | qcom_q6v5_mss.c | 293 static int q6v5_regulator_enable(struct q6v5 *qproc, in q6v5_regulator_enable() argument 304 dev_err(qproc->dev, in q6v5_regulator_enable() 315 dev_err(qproc->dev, in q6v5_regulator_enable() 323 dev_err(qproc->dev, "Regulator enable failed\n"); in q6v5_regulator_enable() 343 static void q6v5_regulator_disable(struct q6v5 *qproc, in q6v5_regulator_disable() argument 390 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument 417 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument 428 static int q6v5_external_bhs_enable(struct q6v5 *qproc) in q6v5_external_bhs_enable() argument 437 regmap_set_bits(qproc->conn_map, qproc->ext_bhs, EXTERNAL_BHS_ON); in q6v5_external_bhs_enable() 439 ret = regmap_read_poll_timeout(qproc->conn_map, qproc->ext_bhs, in q6v5_external_bhs_enable() [all …]
|
| /linux/include/linux/ |
| H A D | poll.h | 67 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() argument 69 pt->_qproc = qproc; in init_poll_funcptr()
|