Searched refs:drxd_state (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 116 struct drxd_state { struct 142 enum CDrxdState drxd_state; argument 241 static int Read16(struct drxd_state *state, u32 reg, u16 *data, u8 flags) in Read16() 255 static int Read32(struct drxd_state *state, u32 reg, u32 *data, u8 flags) in Read32() 271 static int Write16(struct drxd_state *state, u32 reg, u16 data, u8 flags) in Write16() 284 static int Write32(struct drxd_state *state, u32 reg, u32 data, u8 flags) in Write32() 298 static int write_chunk(struct drxd_state *state, in write_chunk() 316 static int WriteBlock(struct drxd_state *state, in WriteBlock() 331 static int WriteTable(struct drxd_state *state, u8 * pTable) in WriteTable() 361 static int ResetCEFR(struct drxd_state *state) in ResetCEFR() [all …]
|