kernel/drivers/soc/fsl/dpio/dpio.h
.. .. @@ -75,9 +75,18 @@ 75 75 u16 token, 76 76 struct dpio_attr *attr); 77 77 78 +int dpio_set_stashing_destination(struct fsl_mc_io *mc_io,79 + u32 cmd_flags,80 + u16 token,81 + u8 dest);82 +78 83 int dpio_get_api_version(struct fsl_mc_io *mc_io, 79 84 u32 cmd_flags, 80 85 u16 *major_ver, 81 86 u16 *minor_ver); 82 87 88 +int dpio_reset(struct fsl_mc_io *mc_io,89 + u32 cmd_flags,90 + u16 token);91 +83 92 #endif /* __FSL_DPIO_H */