HomeSort by: relevance | last modified time | path
    Searched refs:SPI_IOCTL_CONFIGURE (Results 1 - 5 of 5) 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)
spi.c 397 case SPI_IOCTL_CONFIGURE:
  /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;
sanitizer_interceptors_ioctl_netbsd.inc 663 _(SPI_IOCTL_CONFIGURE, READ, struct_spi_ioctl_configure_sz);

Completed in 19 milliseconds