Home
last modified time | relevance | path

Searched refs:w_pos (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Divc.c175 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()
176 ivc->w_pos = 0; in tegra_ivc_advance_tx()
178 ivc->w_pos++; in tegra_ivc_advance_tx()
294 *frame = tegra_ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_get_next_frame()
308 tegra_ivc_flush_frame(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_advance()
377 ivc->w_pos = 0; in tegra_ivc_channel_notified()
414 ivc->w_pos = 0; in tegra_ivc_channel_notified()
546 ivc->w_pos = 0; in tegra_ivc_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h67 uint32_t w_pos; member
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dcommon.c215 while (head->r.w_pos) { in tomoyo_flush()
241 head->r.w_pos--; in tomoyo_flush()
242 for (len = 0; len < head->r.w_pos; len++) in tomoyo_flush()
261 if (head->r.w_pos < TOMOYO_MAX_IO_READ_QUEUE) { in tomoyo_set_string()
262 head->r.w[head->r.w_pos++] = string; in tomoyo_set_string()
320 return !head->r.w_pos; in tomoyo_set_lf()
1709 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid()
2209 if (head->r.w_pos) in tomoyo_read_query()
2249 head->r.w[head->r.w_pos++] = buf; in tomoyo_read_query()
H A Daudit.c443 if (head->r.w_pos) in tomoyo_read_log()
457 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
H A Dcommon.h814 u8 w_pos; member