HomeSort by relevance Sort by last modified time
    Searched refs:spi_device (Results 1 - 11 of 11) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
spi.h 86 struct spi_device { struct
110 * Set @c spi_device::address_len to @c SPI_AUTODETECT_ADDRESS_LEN if
115 static inline __attribute__ (( always_inline )) struct spi_device *
117 return container_of ( nvs, struct spi_device, nvs );
152 int ( * rw ) ( struct spi_bus *bus, struct spi_device *device,
212 init_spi ( struct spi_device *device ) {
221 init_at25f1024 ( struct spi_device *device ) {
230 init_at25040 ( struct spi_device *device ) {
240 init_m25p32 ( struct spi_device *device ) {
249 init_mc25xx640 ( struct spi_device *device )
    [all...]
threewire.h 48 extern int threewire_detect_address_len ( struct spi_device *device );
56 init_at93cx6 ( struct spi_device *device, unsigned int organisation ) {
71 init_at93c46 ( struct spi_device *device, unsigned int organisation ) {
84 init_at93c56 ( struct spi_device *device, unsigned int organisation ) {
97 init_at93c66 ( struct spi_device *device, unsigned int organisation ) {
  /external/syslinux/gpxe/src/drivers/net/
etherfabric_nic.h 165 struct spi_device spi_flash;
166 struct spi_device spi_eeprom;
167 struct spi_device *spi;
natsemi.h 43 struct spi_device eeprom;
eepro100.h 167 struct spi_device eeprom;
rtl8139.c 105 struct spi_device eeprom;
etherfabric.c     [all...]
  /external/syslinux/gpxe/src/drivers/nvs/
spi.c 57 static int spi_wait ( struct spi_device *device ) {
86 struct spi_device *device = nvs_to_spi ( nvs );
113 struct spi_device *device = nvs_to_spi ( nvs );
threewire.c 44 struct spi_device *device = nvs_to_spi ( nvs );
74 struct spi_device *device = nvs_to_spi ( nvs );
114 int threewire_detect_address_len ( struct spi_device *device ) {
  /external/syslinux/gpxe/src/drivers/bitbash/
spi_bit.c 156 static int spi_bit_rw ( struct spi_bus *bus, struct spi_device *device,
  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl818x.h 287 struct spi_device eeprom;

Completed in 420 milliseconds