Home
last modified time | relevance | path

Searched refs:mp2 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/i2c/busses/
Dindex.rst15 i2c-amd-mp2
Di2c-amd-mp2.rst2 Kernel driver i2c-amd-mp2
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/
Dmarvell,kirkwood-pinctrl.txt134 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-v5.10/drivers/i2c/busses/
DMakefile36 obj-$(CONFIG_I2C_AMD_MP2) += i2c-amd-mp2-pci.o i2c-amd-mp2-plat.o
DKconfig89 be called i2c-amd-mp2-pci and i2c-amd-mp2-plat.
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_init.c2598 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local
2627 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
2628 if (mp2) in lpfc_post_buffer()
2629 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_post_buffer()
2630 &mp2->phys); in lpfc_post_buffer()
2631 if (!mp2 || !mp2->virt) { in lpfc_post_buffer()
2632 kfree(mp2); in lpfc_post_buffer()
2640 INIT_LIST_HEAD(&mp2->list); in lpfc_post_buffer()
2642 mp2 = NULL; in lpfc_post_buffer()
2650 if (mp2) { in lpfc_post_buffer()
[all …]
/Linux-v5.10/
DMAINTAINERS930 F: drivers/i2c/busses/i2c-amd-mp2*