Home
last modified time | relevance | path

Searched refs:spi_device (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dspi.h86 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()
Dthreewire.h48 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/
Detherfabric_nic.h165 struct spi_device spi_flash;
166 struct spi_device spi_eeprom;
167 struct spi_device *spi;
Dnatsemi.h43 struct spi_device eeprom;
Deepro100.h167 struct spi_device eeprom;
Drtl8139.c105 struct spi_device eeprom;
Detherfabric.c1419 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/
Dspi.c57 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()
Dthreewire.c44 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/
Dspi_bit.c156 static int spi_bit_rw ( struct spi_bus *bus, struct spi_device *device, in spi_bit_rw()
/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl818x.h287 struct spi_device eeprom;