Searched refs:drxd_state (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 100 struct drxd_state { struct 126 enum CDrxdState drxd_state; argument 225 static int Read16(struct drxd_state *state, u32 reg, u16 *data, u8 flags) in Read16() 239 static int Read32(struct drxd_state *state, u32 reg, u32 *data, u8 flags) in Read32() 255 static int Write16(struct drxd_state *state, u32 reg, u16 data, u8 flags) in Write16() 268 static int Write32(struct drxd_state *state, u32 reg, u32 data, u8 flags) in Write32() 282 static int write_chunk(struct drxd_state *state, in write_chunk() 300 static int WriteBlock(struct drxd_state *state, in WriteBlock() 315 static int WriteTable(struct drxd_state *state, u8 * pTable) in WriteTable() 345 static int ResetCEFR(struct drxd_state *state) in ResetCEFR() [all …]
|