HomeSort by: relevance | last modified time | path
    Searched refs:spi_ioctl_configure (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/spi/
spi_io.h 36 typedef struct spi_ioctl_configure { struct
50 #define SPI_IOCTL_CONFIGURE _IOW('S', 0, spi_ioctl_configure_t)
  /src/usr.bin/scmdctl/
scmdctl.c 127 struct spi_ioctl_configure spi_c;
138 e = ioctl(fd,SPI_IOCTL_CONFIGURE,&spi_c);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 854 unsigned struct_spi_ioctl_configure_sz = sizeof(spi_ioctl_configure);
1614 unsigned IOCTL_SPI_IOCTL_CONFIGURE = SPI_IOCTL_CONFIGURE;

Completed in 35 milliseconds