Searched refs:mxl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | mxl5xx.c | 80 struct mxl { struct 81 struct list_head mxl; argument 148 static int i2cread(struct mxl *state, u8 *data, int len) in i2cread() 153 static int i2cwrite(struct mxl *state, u8 *data, int len) in i2cwrite() 158 static int read_register_unlocked(struct mxl *state, u32 reg, u32 *val) in read_register_unlocked() 183 static int send_command(struct mxl *state, u32 size, u8 *buf) in send_command() 211 static int write_register(struct mxl *state, u32 reg, u32 val) in write_register() 227 static int write_firmware_block(struct mxl *state, in write_firmware_block() 250 static int read_register(struct mxl *state, u32 reg, u32 *val) in read_register() 274 static int read_register_block(struct mxl *state, u32 reg, u32 size, u8 *data) in read_register_block() [all …]
|