Searched refs:spi_device (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | spi.h | 86 struct spi_device { struct 115 static inline __attribute__ (( always_inline )) struct spi_device * 117 return container_of ( nvs, struct spi_device, nvs ); in nvs_to_spi() 152 int ( * rw ) ( struct spi_bus *bus, struct spi_device *device, 212 init_spi ( struct spi_device *device ) { in init_spi() 221 init_at25f1024 ( struct spi_device *device ) { in init_at25f1024() 230 init_at25040 ( struct spi_device *device ) { in init_at25040() 240 init_m25p32 ( struct spi_device *device ) { in init_m25p32() 249 init_mc25xx640 ( struct spi_device *device ) { in init_mc25xx640()
|
D | threewire.h | 48 extern int threewire_detect_address_len ( struct spi_device *device ); 56 init_at93cx6 ( struct spi_device *device, unsigned int organisation ) { in init_at93cx6() 71 init_at93c46 ( struct spi_device *device, unsigned int organisation ) { in init_at93c46() 84 init_at93c56 ( struct spi_device *device, unsigned int organisation ) { in init_at93c56() 97 init_at93c66 ( struct spi_device *device, unsigned int organisation ) { in init_at93c66()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | etherfabric_nic.h | 165 struct spi_device spi_flash; 166 struct spi_device spi_eeprom; 167 struct spi_device *spi;
|
D | natsemi.h | 43 struct spi_device eeprom;
|
D | eepro100.h | 167 struct spi_device eeprom;
|
D | rtl8139.c | 105 struct spi_device eeprom;
|
D | etherfabric.c | 1419 falcon_spi_rw ( struct spi_bus* bus, struct spi_device *device, in falcon_spi_rw() 3214 falcon_init_spi_device ( struct efab_nic *efab, struct spi_device *spi ) in falcon_init_spi_device()
|
/external/syslinux/gpxe/src/drivers/nvs/ |
D | spi.c | 57 static int spi_wait ( struct spi_device *device ) { in spi_wait() 86 struct spi_device *device = nvs_to_spi ( nvs ); in spi_read() 113 struct spi_device *device = nvs_to_spi ( nvs ); in spi_write()
|
D | threewire.c | 44 struct spi_device *device = nvs_to_spi ( nvs ); in threewire_read() 74 struct spi_device *device = nvs_to_spi ( nvs ); in threewire_write() 114 int threewire_detect_address_len ( struct spi_device *device ) { in threewire_detect_address_len()
|
/external/syslinux/gpxe/src/drivers/bitbash/ |
D | spi_bit.c | 156 static int spi_bit_rw ( struct spi_bus *bus, struct spi_device *device, in spi_bit_rw()
|
/external/syslinux/gpxe/src/drivers/net/rtl818x/ |
D | rtl818x.h | 287 struct spi_device eeprom;
|