Home
last modified time | relevance | path

Searched defs:ocmem (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.h22 struct adreno_ocmem ocmem; member
H A Da4xx_gpu.h19 struct adreno_ocmem ocmem; member
H A Dadreno_gpu.h117 struct ocmem *ocmem; member
H A Dadreno_gpu.c859 struct ocmem *ocmem; in adreno_gpu_ocmem_init() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.h22 struct adreno_ocmem ocmem; member
H A Da4xx_gpu.h19 struct adreno_ocmem ocmem; member
H A Dadreno_gpu.c1015 struct ocmem *ocmem; in adreno_gpu_ocmem_init() local
[all...]
H A Dadreno_gpu.h177 struct ocmem *ocmem; member
/kernel/linux/linux-5.10/include/soc/qcom/
H A Docmem.h51 static inline struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, in ocmem_allocate() argument
58 static inline void ocmem_free(struct ocmem *ocme argument
[all...]
/kernel/linux/linux-6.6/include/soc/qcom/
H A Docmem.h51 static inline struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, in ocmem_allocate() argument
58 static inline void ocmem_free(struct ocmem *ocme argument
[all...]
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Docmem.c52 struct ocmem { struct
108 static inline void ocmem_write(struct ocmem *ocmem, u32 reg, u32 data) in ocmem_write() argument
113 static inline u32 ocmem_read(struct ocmem *ocmem, u32 reg) in ocmem_read() argument
118 static void update_ocmem(struct ocmem *ocmem) in update_ocmem() argument
149 phys_to_offset(struct ocmem *ocmem, unsigned long addr) phys_to_offset() argument
158 device_address(struct ocmem *ocmem, enum ocmem_client client, unsigned long addr) device_address() argument
168 update_range(struct ocmem *ocmem, struct ocmem_buf *buf, enum ocmem_macro_state mstate, enum region_mode rmode) update_range() argument
196 struct ocmem *ocmem; of_get_ocmem() local
223 ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, unsigned long size) ocmem_allocate() argument
279 ocmem_free(struct ocmem *ocmem, enum ocmem_client client, struct ocmem_buf *buf) ocmem_free() argument
312 struct ocmem *ocmem; ocmem_dev_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Docmem.c53 struct ocmem { struct
101 static inline void ocmem_write(struct ocmem *ocmem, u32 reg, u32 data) in ocmem_write() argument
106 static inline u32 ocmem_read(struct ocmem *ocmem, u32 reg) in ocmem_read() argument
111 static void update_ocmem(struct ocmem *ocmem) in update_ocmem() argument
142 phys_to_offset(struct ocmem *ocmem, unsigned long addr) phys_to_offset() argument
151 device_address(struct ocmem *ocmem, enum ocmem_client client, unsigned long addr) device_address() argument
161 update_range(struct ocmem *ocmem, struct ocmem_buf *buf, enum ocmem_macro_state mstate, enum region_mode rmode) update_range() argument
189 struct ocmem *ocmem; of_get_ocmem() local
216 ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, unsigned long size) ocmem_allocate() argument
272 ocmem_free(struct ocmem *ocmem, enum ocmem_client client, struct ocmem_buf *buf) ocmem_free() argument
304 struct ocmem *ocmem; ocmem_dev_probe() local
421 struct ocmem *ocmem = platform_get_drvdata(pdev); ocmem_dev_remove() local
[all...]

Completed in 10 milliseconds