Lines Matching refs:xsdfec_dev

190  * struct xsdfec_dev - Driver data for SDFEC
212 struct xsdfec_dev {
234 static inline void xsdfec_regwrite(struct xsdfec_dev *xsdfec, u32 addr,
241 static inline u32 xsdfec_regread(struct xsdfec_dev *xsdfec, u32 addr)
250 static void update_bool_config_from_reg(struct xsdfec_dev *xsdfec,
261 static void update_config_from_hw(struct xsdfec_dev *xsdfec)
293 static int xsdfec_get_status(struct xsdfec_dev *xsdfec, void __user *arg)
313 static int xsdfec_get_config(struct xsdfec_dev *xsdfec, void __user *arg)
324 static int xsdfec_isr_enable(struct xsdfec_dev *xsdfec, bool enable)
350 static int xsdfec_ecc_isr_enable(struct xsdfec_dev *xsdfec, bool enable)
381 static int xsdfec_set_irq(struct xsdfec_dev *xsdfec, void __user *arg)
408 static int xsdfec_set_turbo(struct xsdfec_dev *xsdfec, void __user *arg)
435 static int xsdfec_get_turbo(struct xsdfec_dev *xsdfec, void __user *arg)
458 static int xsdfec_reg0_write(struct xsdfec_dev *xsdfec, u32 n, u32 k, u32 psize,
492 static int xsdfec_reg1_write(struct xsdfec_dev *xsdfec, u32 psize,
526 static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc,
579 static int xsdfec_reg3_write(struct xsdfec_dev *xsdfec, u8 sc_off, u8 la_off,
600 static int xsdfec_table_write(struct xsdfec_dev *xsdfec, u32 offset,
653 static int xsdfec_add_ldpc(struct xsdfec_dev *xsdfec, void __user *arg)
729 static int xsdfec_set_order(struct xsdfec_dev *xsdfec, void __user *arg)
755 static int xsdfec_set_bypass(struct xsdfec_dev *xsdfec, bool __user *arg)
778 static int xsdfec_is_active(struct xsdfec_dev *xsdfec, bool __user *arg)
828 static int xsdfec_cfg_axi_streams(struct xsdfec_dev *xsdfec)
867 static int xsdfec_start(struct xsdfec_dev *xsdfec)
888 static int xsdfec_stop(struct xsdfec_dev *xsdfec)
903 static int xsdfec_clear_stats(struct xsdfec_dev *xsdfec)
914 static int xsdfec_get_stats(struct xsdfec_dev *xsdfec, void __user *arg)
933 static int xsdfec_set_default_config(struct xsdfec_dev *xsdfec)
946 struct xsdfec_dev *xsdfec;
950 xsdfec = container_of(fptr->private_data, struct xsdfec_dev, miscdev);
1030 struct xsdfec_dev *xsdfec;
1032 xsdfec = container_of(file->private_data, struct xsdfec_dev, miscdev);
1062 static int xsdfec_parse_of(struct xsdfec_dev *xsdfec)
1144 struct xsdfec_dev *xsdfec = dev_id;
1382 struct xsdfec_dev *xsdfec;
1460 struct xsdfec_dev *xsdfec;