Searched refs:drxd_state (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 112 struct drxd_state { struct 138 enum CDrxdState drxd_state; argument 237 static int Read16(struct drxd_state *state, u32 reg, u16 *data, u8 flags) in Read16() 251 static int Read32(struct drxd_state *state, u32 reg, u32 *data, u8 flags) in Read32() 267 static int Write16(struct drxd_state *state, u32 reg, u16 data, u8 flags) in Write16() 280 static int Write32(struct drxd_state *state, u32 reg, u32 data, u8 flags) in Write32() 294 static int write_chunk(struct drxd_state *state, in write_chunk() 312 static int WriteBlock(struct drxd_state *state, in WriteBlock() 327 static int WriteTable(struct drxd_state *state, u8 * pTable) in WriteTable() 357 static int ResetCEFR(struct drxd_state *state) in ResetCEFR() [all …]
|