Searched refs:mp2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2290 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local 2319 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer() 2320 if (mp2) in lpfc_post_buffer() 2321 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_post_buffer() 2322 &mp2->phys); in lpfc_post_buffer() 2323 if (!mp2 || !mp2->virt) { in lpfc_post_buffer() 2324 kfree(mp2); in lpfc_post_buffer() 2332 INIT_LIST_HEAD(&mp2->list); in lpfc_post_buffer() 2334 mp2 = NULL; in lpfc_post_buffer() 2342 if (mp2) { in lpfc_post_buffer() [all …]
|