Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c509 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in qed_dmae_info_alloc() local
511 *p_comp = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_dmae_info_alloc()
513 if (!*p_comp) in qed_dmae_info_alloc()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch6008 + struct xaf_comp *p_comp = &drv->component[0];
6013 + p_comp,
6014 + p_comp->inptr,
6057 + struct xaf_comp *p_comp = &drv->component[0];
6060 + ret = xaf_comp_process(drv->client, p_comp, NULL, 0,
6169 + struct xaf_comp *p_comp = &drv->component[0];
6175 + ret = copy_from_user(p_comp->inptr, buf, INBUF_SIZE);
6182 + ret = copy_from_user(p_comp->inptr, buf, count);
6192 + ret = xaf_comp_process(drv->client, p_comp,
6193 + p_comp->inptr, copied,
[all …]