Searched refs:cxd (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | cxd2099.c | 35 struct cxd { struct 62 static int read_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in read_block() argument 86 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg() 91 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() 102 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard() 117 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() 128 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() 139 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() 159 static int write_reg(struct cxd *ci, u8 reg, u8 val) in write_reg() 164 static int write_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in write_block() [all …]
|
/Linux-v5.4/drivers/mmc/core/ |
D | mmc_ops.c | 225 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument 238 memcpy(cxd, cmd.resp, sizeof(u32) * 4); in mmc_send_cxd_native()
|