Searched refs:mp2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,kirkwood-pinctrl.txt | 134 mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk), 183 mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk), 201 mpp38 38 gpio, ts(mp2), tdm(rx2ql), audio(rmclk) 247 mpp22 22 gpio, ge1(txd2), ts(mp2), tdm(tx2ql), audio(rmclk), 271 mpp38 38 gpio, ts(mp2), tdm(rx2ql), audio(rmclk), lcd(d18)
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2548 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local 2577 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer() 2578 if (mp2) in lpfc_post_buffer() 2579 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_post_buffer() 2580 &mp2->phys); in lpfc_post_buffer() 2581 if (!mp2 || !mp2->virt) { in lpfc_post_buffer() 2582 kfree(mp2); in lpfc_post_buffer() 2590 INIT_LIST_HEAD(&mp2->list); in lpfc_post_buffer() 2592 mp2 = NULL; in lpfc_post_buffer() 2600 if (mp2) { in lpfc_post_buffer() [all …]
|