Home
last modified time | relevance | path

Searched refs:ntrans (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h1117 static inline struct spi_message *spi_message_alloc(unsigned ntrans, gfp_t flags) in spi_message_alloc() argument
1122 + ntrans * sizeof(struct spi_transfer), in spi_message_alloc()
1129 for (i = 0; i < ntrans; i++, t++) in spi_message_alloc()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py2283 def compute_read_sets(self,C, ntrans, nullable): argument
2286 F = digraph(ntrans,R,FP)
2305 def compute_follow_sets(self,ntrans,readsets,inclsets): argument
2308 F = digraph(ntrans,R,FP)