Searched refs:slave (Results 1 – 5 of 5) sorted by relevance
| /include/ |
| A D | spi.h | 205 spi_do_alloc_slave(offsetof(_struct, slave), \ 244 void spi_free_slave(struct spi_slave *slave); 260 int spi_claim_bus(struct spi_slave *slave); 271 void spi_release_bus(struct spi_slave *slave); 356 void spi_cs_activate(struct spi_slave *slave); 365 void spi_cs_deactivate(struct spi_slave *slave); 376 int spi_set_speed(struct spi_slave *slave, uint hz); 550 int (*setup_for_spinand)(struct spi_slave *slave, 579 int (*xfer)(struct udevice *slave, unsigned int bitlen, 647 int spi_chip_select(struct udevice *slave); [all …]
|
| A D | spi-mem.h | 176 struct spi_slave *slave; member 258 int (*adjust_op_size)(struct spi_slave *slave, struct spi_mem_op *op); 259 bool (*supports_op)(struct spi_slave *slave, 261 int (*exec_op)(struct spi_slave *slave, 321 int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op); 323 bool spi_mem_supports_op(struct spi_slave *slave, const struct spi_mem_op *op); 324 bool spi_mem_dtr_supports_op(struct spi_slave *slave, 327 bool spi_mem_default_supports_op(struct spi_slave *slave, 330 int spi_mem_exec_op(struct spi_slave *slave, const struct spi_mem_op *op);
|
| A D | cpsw.h | 79 int ti_cm_get_macid_addr(struct udevice *dev, int slave, 83 int cpsw_get_slave_phy_addr(struct udevice *dev, int slave);
|
| A D | fsl_immap.h | 172 } slave[5]; /* Slave Interface */ member
|
| /include/linux/mtd/ |
| A D | spinand.h | 398 struct spi_slave *slave; member
|
Completed in 15 milliseconds