Lines Matching defs:buf
41 static int stm32_romem_read(void *context, unsigned int offset, void *buf,
45 u8 *buf8 = buf;
72 static int stm32_bsec_read(void *context, unsigned int offset, void *buf,
78 u8 *buf8 = buf, *val8 = (u8 *)&val;
119 static int stm32_bsec_write(void *context, unsigned int offset, void *buf,
124 u32 *buf32 = buf;
146 static int stm32_bsec_pta_read(void *context, unsigned int offset, void *buf,
151 return stm32_bsec_optee_ta_read(priv->ctx, offset, buf, bytes);
154 static int stm32_bsec_pta_write(void *context, unsigned int offset, void *buf,
159 return stm32_bsec_optee_ta_write(priv->ctx, priv->lower, offset, buf, bytes);