Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/amd-sfh-hid/
Damd_sfh_pcie.c36 static int amd_sfh_wait_response_v2(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts) in amd_sfh_wait_response_v2() argument
41 if (!readl_poll_timeout(mp2->mmio + AMD_P2C_MSG(0), cmd_resp.resp, in amd_sfh_wait_response_v2()
240 struct amd_mp2_dev *mp2 = privdata; in amd_mp2_pci_remove() local
242 mp2->mp2_ops->stop_all(mp2); in amd_mp2_pci_remove()
243 pci_intx(mp2->pdev, false); in amd_mp2_pci_remove()
244 amd_sfh_clear_intr(mp2); in amd_mp2_pci_remove()
360 struct amd_mp2_dev *mp2 = dev_get_drvdata(dev); in amd_mp2_pci_resume() local
361 struct amdtp_cl_data *cl_data = mp2->cl_data; in amd_mp2_pci_resume()
370 mp2->mp2_ops->start(mp2, info); in amd_mp2_pci_resume()
372 (mp2, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_mp2_pci_resume()
[all …]
Damd_sfh_pcie.h138 u32 amd_sfh_wait_for_response(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts);
139 void amd_mp2_suspend(struct amd_mp2_dev *mp2);
140 void amd_mp2_resume(struct amd_mp2_dev *mp2);
147 int (*response)(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts);
Damd_sfh_client.c136 u32 amd_sfh_wait_for_response(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts) in amd_sfh_wait_for_response() argument
138 if (mp2->mp2_ops->response) in amd_sfh_wait_for_response()
139 sensor_sts = mp2->mp2_ops->response(mp2, sid, sensor_sts); in amd_sfh_wait_for_response()
Damd_sfh_hid.c128 struct amd_mp2_dev *mp2 = container_of(cli_data->in_data, struct amd_mp2_dev, in_data); in amdtp_hid_probe() local
129 struct device *dev = &mp2->pdev->dev; in amdtp_hid_probe()
/linux-5.19.10/Documentation/i2c/busses/
Dindex.rst15 i2c-amd-mp2
Di2c-amd-mp2.rst2 Kernel driver i2c-amd-mp2
/linux-5.19.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-5.19.10/drivers/i2c/busses/
DMakefile39 obj-$(CONFIG_I2C_AMD_MP2) += i2c-amd-mp2-pci.o i2c-amd-mp2-plat.o
DKconfig96 be called i2c-amd-mp2-pci and i2c-amd-mp2-plat.
/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_init.c2794 struct lpfc_dmabuf *mp1, *mp2; in lpfc_sli3_post_buffer() local
2823 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli3_post_buffer()
2824 if (mp2) in lpfc_sli3_post_buffer()
2825 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_sli3_post_buffer()
2826 &mp2->phys); in lpfc_sli3_post_buffer()
2827 if (!mp2 || !mp2->virt) { in lpfc_sli3_post_buffer()
2828 kfree(mp2); in lpfc_sli3_post_buffer()
2836 INIT_LIST_HEAD(&mp2->list); in lpfc_sli3_post_buffer()
2838 mp2 = NULL; in lpfc_sli3_post_buffer()
2846 if (mp2) { in lpfc_sli3_post_buffer()
[all …]
/linux-5.19.10/
DMAINTAINERS993 F: drivers/i2c/busses/i2c-amd-mp2*