Searched refs:ocmem_client (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/soc/qcom/ |
H A D | ocmem.h | 18 enum ocmem_client { enum 39 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, 41 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, 52 enum ocmem_client client, in ocmem_allocate() 58 static inline void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | ocmem.c | 152 enum ocmem_client client, in device_address() 216 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, in ocmem_allocate() 272 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free()
|