Searched refs:wq_ctx (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firmware/ |
H A D | qcom_scm-smc.c | 68 int scm_get_wq_ctx(u32 *wq_ctx, u32 *flags, u32 *more_pending) in scm_get_wq_ctx() argument 84 *wq_ctx = get_wq_res.a1; in scm_get_wq_ctx() 95 u32 wq_ctx, smc_call_ctx; in __scm_smc_do_quirk_handle_waitq() local 103 wq_ctx = res->a1; in __scm_smc_do_quirk_handle_waitq() 106 ret = qcom_scm_wait_for_wq_completion(wq_ctx); in __scm_smc_do_quirk_handle_waitq()
|
H A D | qcom_scm.h | 63 int qcom_scm_wait_for_wq_completion(u32 wq_ctx); 64 int scm_get_wq_ctx(u32 *wq_ctx, u32 *flags, u32 *more_pending);
|
H A D | qcom_scm.c | 1347 static int qcom_scm_assert_valid_wq_ctx(u32 wq_ctx) in qcom_scm_assert_valid_wq_ctx() argument 1353 if (wq_ctx != 0) { in qcom_scm_assert_valid_wq_ctx() 1361 int qcom_scm_wait_for_wq_completion(u32 wq_ctx) in qcom_scm_wait_for_wq_completion() argument 1365 ret = qcom_scm_assert_valid_wq_ctx(wq_ctx); in qcom_scm_wait_for_wq_completion() 1374 static int qcom_scm_waitq_wakeup(struct qcom_scm *scm, unsigned int wq_ctx) in qcom_scm_waitq_wakeup() argument 1378 ret = qcom_scm_assert_valid_wq_ctx(wq_ctx); in qcom_scm_waitq_wakeup() 1391 u32 wq_ctx, flags, more_pending = 0; in qcom_scm_irq_handler() local 1394 ret = scm_get_wq_ctx(&wq_ctx, &flags, &more_pending); in qcom_scm_irq_handler() 1406 ret = qcom_scm_waitq_wakeup(scm, wq_ctx); in qcom_scm_irq_handler()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 676 struct scrub_ctx *ctx = (struct scrub_ctx *)wq->wq_ctx;
|