Searched refs:SPI_NAME_SIZE (Results 1 – 5 of 5) sorted by relevance
192 char name[SPI_NAME_SIZE];
453 #define SPI_NAME_SIZE 32 macro457 char name[SPI_NAME_SIZE];
1476 SPI_NAME_SIZE); in fbtft_device_init()1477 if (len >= SPI_NAME_SIZE) in fbtft_device_init()1485 if (strncmp(name, displays[i].name, SPI_NAME_SIZE) == 0) { in fbtft_device_init()
169 char modalias[SPI_NAME_SIZE];1239 char modalias[SPI_NAME_SIZE];
391 strncpy(&pdata->name[0], np->name, SPI_NAME_SIZE - 1); in adf4350_parse_dt()