Home
last modified time | relevance | path

Searched refs:buf_free (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c14 bool buf_free; member
63 ldisc_data->buf_free = true; in spk_ttyio_ldisc_open()
89 if (!ldisc_data->buf_free) in spk_ttyio_receive_buf2()
99 ldisc_data->buf_free = false; in spk_ttyio_receive_buf2()
312 ldisc_data->buf_free = true; in ttyio_in()
/openbmc/u-boot/include/
H A Dcircbuf.h22 int buf_free (circbuf_t * buf);
/openbmc/u-boot/lib/
H A Dcircbuf.c29 int buf_free (circbuf_t * buf) in buf_free() function
/openbmc/linux/sound/usb/
H A Dmidi.c1008 int buf_free = ep->max_transfer; in snd_usbmidi_emagic_output() local
1024 if (buf_free < 2) in snd_usbmidi_emagic_output()
1030 buf_free -= 2; in snd_usbmidi_emagic_output()
1033 if (buf_free < 1) in snd_usbmidi_emagic_output()
1035 length = snd_rawmidi_transmit(port->substream, buf, buf_free); in snd_usbmidi_emagic_output()
1038 buf_free -= length; in snd_usbmidi_emagic_output()
1039 if (buf_free < 1) in snd_usbmidi_emagic_output()
1043 if (buf_free < ep->max_transfer && buf_free > 0) { in snd_usbmidi_emagic_output()
1045 --buf_free; in snd_usbmidi_emagic_output()
1047 urb->transfer_buffer_length = ep->max_transfer - buf_free; in snd_usbmidi_emagic_output()
/openbmc/qemu/block/
H A Dmirror.c79 QSIMPLEQ_HEAD(, MirrorBuffer) buf_free;
211 QSIMPLEQ_INSERT_TAIL(&s->buf_free, buf, next); in mirror_iteration_done()
387 MirrorBuffer *buf = QSIMPLEQ_FIRST(&s->buf_free); in mirror_co_read()
390 QSIMPLEQ_REMOVE_HEAD(&s->buf_free, next); in mirror_co_read()
639 QSIMPLEQ_INIT(&s->buf_free); in mirror_free_init()
642 QSIMPLEQ_INSERT_TAIL(&s->buf_free, cur, next); in mirror_free_init()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c220 .buf_free = xprt_rdma_bc_free,
H A Dtransport.c737 .buf_free = xprt_rdma_free,
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c650 int buf_free; in dvb_ca_en50221_read_data() local
656 buf_free = dvb_ringbuffer_free(&sl->rx_buffer); in dvb_ca_en50221_read_data()
658 if (buf_free < (sl->link_buf_size + in dvb_ca_en50221_read_data()
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h161 void (*buf_free)(struct rpc_task *task); member
/openbmc/linux/net/sunrpc/
H A Dxprtsock.c3041 .buf_free = rpc_free,
3064 .buf_free = rpc_free,
3088 .buf_free = rpc_free,
3118 .buf_free = bc_free,
H A Dxprt.c1971 xprt->ops->buf_free(task); in xprt_release()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7835 + void (*buf_free)(struct dmabuf_h * dh);
8042 + if (dh->fns != NULL && dh->fns->buf_free)
8043 + dh->fns->buf_free(dh);
8180 + .buf_free = buf_cma_free,
8205 + .buf_free = buf_cma_free,