Searched refs:w_count (Results 1 – 3 of 3) sorted by relevance
60 uint32_t w_count; member129 uint32_t w_count = ACCESS_ONCE(ch->w_count); in tegra_ivc_channel_empty() local142 if (w_count - r_count > ivc->nframes) in tegra_ivc_channel_empty()145 return w_count == r_count; in tegra_ivc_channel_empty()155 return (ACCESS_ONCE(ch->w_count) - ACCESS_ONCE(ch->r_count)) >= in tegra_ivc_channel_full()172 ACCESS_ONCE(ivc->tx_channel->w_count) = in tegra_ivc_advance_tx()173 ACCESS_ONCE(ivc->tx_channel->w_count) + 1; in tegra_ivc_advance_tx()205 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_check_read()234 return ACCESS_ONCE(ch->w_count) - ACCESS_ONCE(ch->r_count); in tegra_ivc_channel_avail_count()278 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_read_advance()[all …]
112 w_count = 0121 w_count = int(match.group(1))125 key_name = '%s-%d-kids' % (section, w_count)137 if p_secnt != section or p_count != w_count:157 key_name = "%s-%d-%s" % (section, w_count, basekey)
62 uint32_t w_count; member81 uint32_t wr_count = ch->w_count; in ivc_channel_empty()107 uint32_t wr_count = ch->w_count; in ivc_channel_full()122 uint32_t wr_count = ch->w_count; in ivc_channel_avail_count()138 ivc->tx_channel->w_count++; in ivc_advance_tx()458 ivc->tx_channel->w_count = 0U; in tegra_ivc_channel_notified()494 ivc->tx_channel->w_count = 0U; in tegra_ivc_channel_notified()569 assert((offsetof(struct ivc_channel_header, w_count) in check_ivc_params()