Searched refs:cxd (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | cxd2099.c | 34 struct cxd { struct 61 static int read_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in read_block() argument 85 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg() 90 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() 101 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard() 116 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() 127 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() 138 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() 158 static int write_reg(struct cxd *ci, u8 reg, u8 val) in write_reg() 163 static int write_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in write_block() [all …]
|
/Linux-v4.19/drivers/mmc/core/ |
D | mmc_ops.c | 223 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument 236 memcpy(cxd, cmd.resp, sizeof(u32) * 4); in mmc_send_cxd_native()
|