Searched refs:idx_out (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample.bpf.c | 210 int idx_in, idx_out; in BPF_PROG() local 214 idx_out = to_dev->ifindex; in BPF_PROG() 218 if (!IN_SET(to_match, idx_out)) in BPF_PROG() 242 int idx_in, idx_out; in BPF_PROG() local 246 idx_out = to_dev->ifindex; in BPF_PROG() 248 idx = idx << 32 | idx_out; in BPF_PROG() 252 if (!IN_SET(to_match, idx_out)) in BPF_PROG()
|
/openbmc/qemu/hw/audio/ |
H A D | wm8750.c | 46 int idx_out, req_out; member 82 while (sent < s->idx_out) in wm8750_out_flush() 83 sent += AUD_write(*s->out[0], s->data_out + sent, s->idx_out - sent) in wm8750_out_flush() 84 ?: s->idx_out; in wm8750_out_flush() 85 s->idx_out = 0; in wm8750_out_flush() 99 if (s->idx_out >= free_b) { in wm8750_audio_out_cb() 100 s->idx_out = free_b; in wm8750_audio_out_cb() 104 s->req_out = free_b - s->idx_out; in wm8750_audio_out_cb() 302 s->idx_out = 0; in wm8750_reset() 601 VMSTATE_INT32(idx_out, WM8750State), [all …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | lpc32xx_ssp.c | 114 int idx_out = 0; in spi_xfer() local 119 while ((idx_out < bytelen) || (idx_in < bytelen)) { in spi_xfer() 121 if ((idx_out < bytelen) && (status & SSP_SR_TNF)) in spi_xfer() 122 writel(((u8 *)dout)[idx_out++], &lslave->regs->data); in spi_xfer()
|