Searched refs:cs_info (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 194 if (ops->cs_info) in spi_post_probe() 195 ops->cs_info += gd->reloc_off; in spi_post_probe() 245 if (ops->cs_info) { in spi_find_chip_select() 246 ret = ops->cs_info(bus, cs, &info); in spi_find_chip_select()
|
| H A D | sandbox_spi.c | 141 .cs_info = sandbox_cs_info,
|
| H A D | ath79_spi.c | 213 .cs_info = ath79_cs_info,
|
| H A D | bcm63xx_hsspi.c | 305 .cs_info = bcm63xx_hsspi_cs_info,
|
| H A D | tegra20_sflash.c | 340 .cs_info = tegra20_sflash_cs_info,
|
| H A D | bcm63xx_spi.c | 306 .cs_info = bcm63xx_spi_cs_info,
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | qcom-ebi2.c | 114 static const struct cs_data cs_info[] = { variable 238 csd = &cs_info[csindex]; in qcom_ebi2_setup_chipselect()
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | spi-howto.txt | 36 - cs_info is used to get information on a chip select 119 .cs_info = exynos_cs_info, 573 17. Optional: Set up cs_info() if you want it 577 method for cs_info() to deal with this. If you don't provide it, then the 581 If you don't provide the cs_info() method, -ENODEV is assumed for all
|
| H A D | spi-howto.rst | 41 - cs_info is used to get information on a chip select 128 .cs_info = exynos_cs_info, 628 Optional: Set up cs_info() if you want it 633 method for cs_info() to deal with this. If you don't provide it, then the 637 If you don't provide the cs_info() method, 0 is assumed for all chip selects
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_prv_if.h | 37 u8 dev_num, u32 cs_mask, struct hws_cs_config_info *cs_info);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 484 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wlc_types.h | 82 typedef struct cs_info cs_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/ps3/ |
| H A D | ps3av_cmd.c | 618 static void ps3av_cnv_chstat(u8 *chstat, const u8 *cs_info) in ps3av_cnv_chstat() argument 620 memcpy(chstat, cs_info, 5); in ps3av_cnv_chstat()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wlc_types.h | 85 typedef struct cs_info cs_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wlc_types.h | 85 typedef struct cs_info cs_info_t;
|