Searched refs:cfspi (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_spi_slave.c26 static inline int forward_to_spi_cmd(struct cfspi *cfspi) argument
28 return cfspi->rx_cpck_len;
32 static inline int forward_to_spi_cmd(struct cfspi *cfspi) argument
45 static inline void debugfs_store_prev(struct cfspi *cfspi) argument
48 cfspi->pcmd = cfspi->cmd;
50 cfspi
54 debugfs_store_prev(struct cfspi *cfspi) argument
61 struct cfspi *cfspi; local
[all...]
H A Dcaif_spi.c118 static inline void dev_debugfs_rem(struct cfspi *cfspi) argument
120 debugfs_remove(cfspi->dbgfs_frame);
121 debugfs_remove(cfspi->dbgfs_state);
122 debugfs_remove(cfspi->dbgfs_dir);
137 struct cfspi *cfspi = file->private_data; local
150 "STATE: %d\n", cfspi->dbg_state);
152 "Previous CMD: 0x%x\n", cfspi->pcmd);
154 "Current CMD: 0x%x\n", cfspi
209 struct cfspi *cfspi; local
252 dev_debugfs_add(struct cfspi *cfspi) argument
263 cfspi_dbg_state(struct cfspi *cfspi, int state) argument
277 dev_debugfs_add(struct cfspi *cfspi) argument
281 dev_debugfs_rem(struct cfspi *cfspi) argument
285 cfspi_dbg_state(struct cfspi *cfspi, int state) argument
333 cfspi_xmitfrm(struct cfspi *cfspi, u8 *buf, size_t len) argument
384 cfspi_xmitlen(struct cfspi *cfspi) argument
452 struct cfspi *cfspi = (struct cfspi *)ifc->priv; local
471 struct cfspi *cfspi = (struct cfspi *)ifc->priv; local
479 struct cfspi *cfspi = NULL; local
506 cfspi_rxfrm(struct cfspi *cfspi, u8 *buf, size_t len) argument
591 struct cfspi *cfspi = netdev_priv(dev); local
610 struct cfspi *cfspi = NULL; local
720 struct cfspi *cfspi = NULL; local
752 struct cfspi *cfspi = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcaif_spi.h99 struct cfspi { struct
142 void cfspi_dbg_state(struct cfspi *cfspi, int state);
143 int cfspi_xmitfrm(struct cfspi *cfspi, u8 *buf, size_t len);
144 int cfspi_xmitlen(struct cfspi *cfspi);
145 int cfspi_rxfrm(struct cfspi *cfspi, u8 *buf, size_t len);
148 int cfspi_xmitfrm(struct cfspi *cfsp
[all...]

Completed in 109 milliseconds