/u-boot/drivers/video/ |
A D | lg4573.c | 22 static int lb043wv_spi_write_u16(struct spi_slave *slave, u16 val) in lb043wv_spi_write_u16() 35 static void lb043wv_spi_write_u16_array(struct spi_slave *slave, u16 *buff, in lb043wv_spi_write_u16_array() 44 static void lb043wv_display_mode_settings(struct spi_slave *slave) in lb043wv_display_mode_settings() 86 static void lb043wv_power_settings(struct spi_slave *slave) in lb043wv_power_settings() 117 static void lb043wv_gamma_settings(struct spi_slave *slave) in lb043wv_gamma_settings() 187 static void lb043wv_display_on(struct spi_slave *slave) in lb043wv_display_on() 197 static int lg4573_spi_startup(struct spi_slave *slave) in lg4573_spi_startup() 217 struct spi_slave *slave; in do_lgset() local 279 struct spi_slave *slave = dev_get_parent_priv(dev); in lg4573_lcd_enable() local
|
/u-boot/examples/standalone/ |
A D | atmel_df_pow2.c | 18 static int flash_cmd(struct spi_slave *slave, uchar cmd, uchar *buf, int len) in flash_cmd() 24 static int flash_status(struct spi_slave *slave) in flash_status() 32 static int flash_set_pow2(struct spi_slave *slave) in flash_set_pow2() 55 static int flash_check(struct spi_slave *slave) in flash_check() 131 struct spi_slave *slave; in atmel_df_pow2() local
|
/u-boot/drivers/spi/ |
A D | spi-uclass.c | 57 struct spi_slave *slave = dev_get_parent_priv(dev); in dm_spi_claim_bus() local 122 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 127 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 132 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer() 138 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode, in spi_write_then_read() 212 struct spi_slave *slave = dev_get_parent_priv(dev); in spi_child_pre_probe() local 339 struct spi_slave *slave; in spi_get_bus_and_cs() local 386 struct spi_slave *slave; in spi_get_bus_and_cs() local 429 struct spi_slave *slave; in spi_setup_slave() local 441 void spi_free_slave(struct spi_slave *slave) in spi_free_slave()
|
A D | spi.c | 11 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen() 30 struct spi_slave *slave; in spi_do_alloc_slave() local
|
A D | spi-mem.c | 113 static int spi_check_buswidth_req(struct spi_slave *slave, u8 buswidth, bool tx) in spi_check_buswidth_req() 148 bool spi_mem_default_supports_op(struct spi_slave *slave, in spi_mem_default_supports_op() 186 bool spi_mem_supports_op(struct spi_slave *slave, in spi_mem_supports_op() 211 int spi_mem_exec_op(struct spi_slave *slave, const struct spi_mem_op *op) in spi_mem_exec_op() 431 int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) in spi_mem_adjust_op_size()
|
A D | spi-mem-nodm.c | 11 int spi_mem_exec_op(struct spi_slave *slave, in spi_mem_exec_op() 87 int spi_mem_adjust_op_size(struct spi_slave *slave, in spi_mem_adjust_op_size()
|
A D | sh_qspi.c | 72 struct spi_slave slave; member 227 static inline struct sh_qspi_slave *to_sh_qspi(struct spi_slave *slave) in to_sh_qspi() 237 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 244 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate() 273 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 280 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 285 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 289 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, in spi_xfer()
|
A D | fsl_espi.c | 26 struct spi_slave slave; member 80 void fsl_spi_cs_activate(struct spi_slave *slave, uint cs) in fsl_spi_cs_activate() 93 void fsl_spi_cs_deactivate(struct spi_slave *slave) in fsl_spi_cs_deactivate() 176 struct spi_slave *slave = &fsl->slave; in espi_xfer() local 403 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 410 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 419 void spi_release_bus(struct spi_slave *slave) in spi_release_bus() 426 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer()
|
A D | mtk_snfi_spi.c | 56 static int mtk_snfi_adjust_op_size(struct spi_slave *slave, in mtk_snfi_adjust_op_size() 81 static bool mtk_snfi_supports_op(struct spi_slave *slave, in mtk_snfi_supports_op() 196 static int mtk_snfi_exec_op(struct spi_slave *slave, in mtk_snfi_exec_op()
|
A D | sandbox_spi.c | 49 struct udevice *bus, struct udevice *slave, in sandbox_spi_get_emul() 69 static int sandbox_spi_xfer(struct udevice *slave, unsigned int bitlen, in sandbox_spi_xfer()
|
A D | pic32_spi.c | 200 static int pic32_spi_claim_bus(struct udevice *slave) in pic32_spi_claim_bus() 210 static int pic32_spi_release_bus(struct udevice *slave) in pic32_spi_release_bus() 236 static int pic32_spi_xfer(struct udevice *slave, unsigned int bitlen, in pic32_spi_xfer() 340 static int pic32_spi_set_wordlen(struct udevice *slave, unsigned int wordlen) in pic32_spi_set_wordlen()
|
A D | mxc_spi.c | 126 struct spi_slave slave; member 141 static inline struct mxc_spi_slave *to_mxc_spi_slave(struct spi_slave *slave) in to_mxc_spi_slave() 497 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, in spi_xfer() 571 void spi_free_slave(struct spi_slave *slave) in spi_free_slave() 578 int spi_claim_bus(struct spi_slave *slave) in spi_claim_bus() 585 void spi_release_bus(struct spi_slave *slave) in spi_release_bus()
|
/u-boot/board/l+g/vinco/ |
A D | vinco.c | 44 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 49 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/u-boot/drivers/misc/ |
A D | cros_ec_spi.c | 25 struct spi_slave *slave = dev_get_parent_priv(dev->dev); in cros_ec_spi_packet() local 85 struct spi_slave *slave = dev_get_parent_priv(dev->dev); in cros_ec_spi_command() local
|
/u-boot/board/gdsys/common/ |
A D | mclink.c | 63 int mclink_send(u8 slave, u16 addr, u16 data) in mclink_send() 98 int mclink_receive(u8 slave, u16 addr, u16 *data) in mclink_receive()
|
/u-boot/board/siemens/corvus/ |
A D | board.c | 292 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 305 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/u-boot/board/freescale/mpc8308rdb/ |
A D | mpc8308rdb.c | 37 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 45 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/u-boot/board/freescale/mpc8349emds/ |
A D | mpc8349emds.c | 277 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 284 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/u-boot/test/dm/ |
A D | spi.c | 24 struct spi_slave *slave; in dm_test_spi_find() local 179 struct spi_slave *slave; in dm_test_spi_xfer() local
|
/u-boot/board/ids/ids8313/ |
A D | ids8313.c | 195 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 206 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/u-boot/board/mini-box/picosam9g45/ |
A D | picosam9g45.c | 322 void spi_cs_activate(struct spi_slave *slave) in spi_cs_activate() 335 void spi_cs_deactivate(struct spi_slave *slave) in spi_cs_deactivate()
|
/u-boot/drivers/net/ti/ |
A D | cpsw.c | 196 #define for_active_slave(slave, priv) \ argument 198 #define for_each_slave(slave, priv) \ argument 455 static void cpsw_set_slave_mac(struct cpsw_slave *slave, in cpsw_set_slave_mac() 469 static int cpsw_slave_update_link(struct cpsw_slave *slave, in cpsw_slave_update_link() 520 struct cpsw_slave *slave; in cpsw_update_link() local 658 struct cpsw_slave *slave; in _cpsw_init() local 829 static void cpsw_slave_setup(struct cpsw_slave *slave, int slave_num, in cpsw_slave_setup() 902 struct cpsw_slave *slave; in _cpsw_register() local 1067 int slave = priv->data->active_slave; in cpsw_gmii_sel_am3352() local 1121 int slave = priv->data->active_slave; in cpsw_gmii_sel_dra7xx() local [all …]
|
/u-boot/drivers/fpga/ |
A D | stratixv.c | 18 struct spi_slave *slave; in program_write() local
|
/u-boot/drivers/power/ |
A D | power_spi.c | 17 static struct spi_slave *slave; variable
|
/u-boot/drivers/rtc/ |
A D | m41t94.c | 20 static struct spi_slave *slave; variable
|