Searched refs:cxd (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/media/cxd2099/ |
D | cxd2099.c | 38 struct cxd { struct 117 static int read_block(struct cxd *ci, u8 adr, u8 *data, u8 n) in read_block() 129 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg() 135 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() 146 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard() 161 static int read_io(struct cxd *ci, u16 address, u8 *val) in read_io() 172 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() 185 static int read_io_data(struct cxd *ci, u8 *data, u8 n) 196 static int write_io_data(struct cxd *ci, u8 *data, u8 n) 212 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() [all …]
|
/linux-4.4.14/drivers/mmc/core/ |
D | mmc_ops.c | 265 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument 271 BUG_ON(!cxd); in mmc_send_cxd_native() 281 memcpy(cxd, cmd.resp, sizeof(u32) * 4); in mmc_send_cxd_native()
|