Home
last modified time | relevance | path

Searched refs:psp_ring_platform_doorbell (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dpsp-platform-access.h55 int psp_ring_platform_doorbell(int msg, u32 *result);
/Linux-v6.6/drivers/crypto/ccp/
Dplatform-access.c141 int psp_ring_platform_doorbell(int msg, u32 *result) in psp_ring_platform_doorbell() function
185 EXPORT_SYMBOL_GPL(psp_ring_platform_doorbell);
/Linux-v6.6/drivers/i2c/busses/
Di2c-designware-amdpsp.c82 ret = psp_ring_platform_doorbell(req->type, &req->hdr.status); in psp_send_i2c_req_doorbell()