Searched refs:smd_stream_write_avail (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd.c154 static int smd_stream_write_avail(struct smd_channel *ch) function
174 int n = smd_stream_write_avail(ch);
280 BUG_ON(count > smd_stream_write_avail(ch));
508 if (smd_stream_write_avail(ch) < (len + SMD_HEADER_SIZE))
591 ch->write_avail = smd_stream_write_avail;

Completed in 12 milliseconds