Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/amd-sfh-hid/
Damd_sfh_pcie.c35 static int amd_sfh_wait_response_v2(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts) in amd_sfh_wait_response_v2() argument
40 if (!readl_poll_timeout(mp2->mmio + AMD_P2C_MSG(0), cmd_resp.resp, in amd_sfh_wait_response_v2()
192 struct amd_mp2_dev *mp2 = privdata; in amd_mp2_pci_remove() local
194 mp2->mp2_ops->stop_all(mp2); in amd_mp2_pci_remove()
270 struct amd_mp2_dev *mp2 = pci_get_drvdata(pdev); in amd_mp2_pci_resume() local
271 struct amdtp_cl_data *cl_data = mp2->cl_data; in amd_mp2_pci_resume()
280 mp2->mp2_ops->start(mp2, info); in amd_mp2_pci_resume()
282 (mp2, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_mp2_pci_resume()
296 struct amd_mp2_dev *mp2 = pci_get_drvdata(pdev); in amd_mp2_pci_suspend() local
297 struct amdtp_cl_data *cl_data = mp2->cl_data; in amd_mp2_pci_suspend()
[all …]
Damd_sfh_pcie.h134 u32 amd_sfh_wait_for_response(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts);
135 void amd_mp2_suspend(struct amd_mp2_dev *mp2);
136 void amd_mp2_resume(struct amd_mp2_dev *mp2);
142 int (*response)(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts);
Damd_sfh_client.c135 u32 amd_sfh_wait_for_response(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts) in amd_sfh_wait_for_response() argument
137 if (mp2->mp2_ops->response) in amd_sfh_wait_for_response()
138 sensor_sts = mp2->mp2_ops->response(mp2, sid, sensor_sts); in amd_sfh_wait_for_response()
/Linux-v5.15/Documentation/i2c/busses/
Dindex.rst15 i2c-amd-mp2
Di2c-amd-mp2.rst2 Kernel driver i2c-amd-mp2
/Linux-v5.15/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.15/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.15/drivers/scsi/lpfc/
Dlpfc_init.c2658 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() local
2687 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
2688 if (mp2) in lpfc_post_buffer()
2689 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_post_buffer()
2690 &mp2->phys); in lpfc_post_buffer()
2691 if (!mp2 || !mp2->virt) { in lpfc_post_buffer()
2692 kfree(mp2); in lpfc_post_buffer()
2700 INIT_LIST_HEAD(&mp2->list); in lpfc_post_buffer()
2702 mp2 = NULL; in lpfc_post_buffer()
2710 if (mp2) { in lpfc_post_buffer()
[all …]
/Linux-v5.15/
DMAINTAINERS973 F: drivers/i2c/busses/i2c-amd-mp2*