/src/sys/arch/arm/imx/ |
imxspivar.h | 75 void imxspi_attach(device_t, device_t, void *);
|
imx51_spi.c | 52 imxspi_match, imxspi_attach, NULL, NULL); 76 imxspi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbarm/netwalker/ |
netwalker_spi.c | 57 imxspi_match, imxspi_attach, NULL, NULL); 113 imxspi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/arm/nxp/ |
imx6_spi.c | 70 imxspi_match, imxspi_attach, NULL, NULL); 97 imxspi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|