Lines Matching defs:xsdfec_dev

191  * struct xsdfec_dev - Driver data for SDFEC
213 struct xsdfec_dev {
235 static inline void xsdfec_regwrite(struct xsdfec_dev *xsdfec, u32 addr,
242 static inline u32 xsdfec_regread(struct xsdfec_dev *xsdfec, u32 addr)
251 static void update_bool_config_from_reg(struct xsdfec_dev *xsdfec,
262 static void update_config_from_hw(struct xsdfec_dev *xsdfec)
294 static int xsdfec_get_status(struct xsdfec_dev *xsdfec, void __user *arg)
314 static int xsdfec_get_config(struct xsdfec_dev *xsdfec, void __user *arg)
325 static int xsdfec_isr_enable(struct xsdfec_dev *xsdfec, bool enable)
351 static int xsdfec_ecc_isr_enable(struct xsdfec_dev *xsdfec, bool enable)
382 static int xsdfec_set_irq(struct xsdfec_dev *xsdfec, void __user *arg)
409 static int xsdfec_set_turbo(struct xsdfec_dev *xsdfec, void __user *arg)
436 static int xsdfec_get_turbo(struct xsdfec_dev *xsdfec, void __user *arg)
459 static int xsdfec_reg0_write(struct xsdfec_dev *xsdfec, u32 n, u32 k, u32 psize,
493 static int xsdfec_reg1_write(struct xsdfec_dev *xsdfec, u32 psize,
527 static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc,
580 static int xsdfec_reg3_write(struct xsdfec_dev *xsdfec, u8 sc_off, u8 la_off,
601 static int xsdfec_table_write(struct xsdfec_dev *xsdfec, u32 offset,
655 static int xsdfec_add_ldpc(struct xsdfec_dev *xsdfec, void __user *arg)
731 static int xsdfec_set_order(struct xsdfec_dev *xsdfec, void __user *arg)
757 static int xsdfec_set_bypass(struct xsdfec_dev *xsdfec, bool __user *arg)
780 static int xsdfec_is_active(struct xsdfec_dev *xsdfec, bool __user *arg)
830 static int xsdfec_cfg_axi_streams(struct xsdfec_dev *xsdfec)
859 static int xsdfec_start(struct xsdfec_dev *xsdfec)
880 static int xsdfec_stop(struct xsdfec_dev *xsdfec)
895 static int xsdfec_clear_stats(struct xsdfec_dev *xsdfec)
906 static int xsdfec_get_stats(struct xsdfec_dev *xsdfec, void __user *arg)
925 static int xsdfec_set_default_config(struct xsdfec_dev *xsdfec)
938 struct xsdfec_dev *xsdfec;
942 xsdfec = container_of(fptr->private_data, struct xsdfec_dev, miscdev);
1004 struct xsdfec_dev *xsdfec;
1006 xsdfec = container_of(file->private_data, struct xsdfec_dev, miscdev);
1029 static int xsdfec_parse_of(struct xsdfec_dev *xsdfec)
1111 struct xsdfec_dev *xsdfec = dev_id;
1349 struct xsdfec_dev *xsdfec;
1425 struct xsdfec_dev *xsdfec;