Home
last modified time | relevance | path

Searched refs:cxd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcxd2099.c35 struct cxd { struct
62 static int read_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in read_block()
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 *c
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcxd2099.c26 struct cxd { struct
53 static int read_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in read_block()
77 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg()
82 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard()
93 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard()
108 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io()
119 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io()
130 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm()
150 static int write_reg(struct cxd *ci, u8 reg, u8 val) in write_reg()
155 static int write_block(struct cxd *c
[all...]
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dmmc_ops.c261 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument
274 memcpy(cxd, cmd.resp, sizeof(u32) * 4); in mmc_send_cxd_native()
332 static int mmc_spi_send_cxd(struct mmc_host *host, u32 *cxd, u32 opcode) in mmc_spi_send_cxd() argument
346 cxd[i] = be32_to_cpu(cxd_tmp[i]); in mmc_spi_send_cxd()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dmmc_ops.c227 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument
240 memcpy(cxd, cmd.resp, sizeof(u32) * 4); in mmc_send_cxd_native()

Completed in 5 milliseconds