| /linux/drivers/usb/host/ |
| H A D | fhci.h | 403 struct kfifo empty_frame_Q; /* Empty frames list to use */ 404 struct kfifo conf_frame_Q; /* frames passed to TDs,waiting for tx */ 405 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ 473 static inline int cq_new(struct kfifo *fifo, int size) in cq_new() 478 static inline void cq_delete(struct kfifo *kfifo) in cq_delete() argument 480 kfifo_free(kfifo); in cq_delete() 483 static inline unsigned int cq_howmany(struct kfifo *kfifo) in cq_howmany() argument 485 return kfifo_len(kfifo) / sizeof(void *); in cq_howmany() 488 static inline int cq_put(struct kfifo *kfifo, void *p) in cq_put() argument 490 return kfifo_in(kfifo, (void *)&p, sizeof(p)); in cq_put() [all …]
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 243 struct kfifo kfifo; member 436 outs = kfifo_out(&eq->kfifo, pd->eh, in scmi_process_event_header() 442 kfifo_reset_out(&eq->kfifo); in scmi_process_event_header() 475 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz); in scmi_process_event_payload() 484 kfifo_reset_out(&eq->kfifo); in scmi_process_event_payload() 602 if (kfifo_avail(&r_evt->proto->equeue.kfifo) < sizeof(eh) + len) { in scmi_notify() 617 kfifo_in(&r_evt->proto->equeue.kfifo, &eh, sizeof(eh)); in scmi_notify() 618 kfifo_in(&r_evt->proto->equeue.kfifo, buf, len); in scmi_notify() 641 static void scmi_kfifo_free(void *kfifo) in scmi_kfifo_free() argument 643 kfifo_free((struct kfifo *)kfifo); in scmi_kfifo_free() [all …]
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | trace.h | 100 __entry->start = meta->start & ctx->bitstream_fifo.kfifo.mask; 101 __entry->end = meta->end & ctx->bitstream_fifo.kfifo.mask; 131 ctx->bitstream_fifo.kfifo.mask) : 0; 133 ctx->bitstream_fifo.kfifo.mask) : 0;
|
| H A D | coda.h | 261 struct kfifo bitstream_fifo; 354 return (int)(ctx->bitstream_fifo.kfifo.in - ALIGN(pos, 256)) > 512; in coda_bitstream_can_fetch_past()
|
| /linux/drivers/iio/buffer/ |
| H A D | Kconfig | 44 tristate "Industrial I/O buffering based on kfifo" 46 A simple fifo based on kfifo. Note that this currently provides
|
| H A D | kfifo_buf.c | 18 struct kfifo kf;
|
| /linux/drivers/media/rc/ |
| H A D | rc-ir-raw.c | 30 while (kfifo_out(&raw->kfifo, &ev, 1)) { in ir_raw_event_thread() 53 } else if (!kfifo_is_empty(&raw->kfifo)) in ir_raw_event_thread() 80 if (!kfifo_put(&dev->raw->kfifo, *ev)) { in ir_raw_event_store() 627 INIT_KFIFO(dev->raw->kfifo); in ir_raw_event_prepare()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kernel-api.rst | 199 kfifo接口 204 include/linux/kfifo.h
|
| /linux/include/linux/ |
| H A D | gnss.h | 51 struct kfifo read_fifo;
|
| /linux/drivers/mtd/ |
| H A D | sm_ftl.h | 22 struct kfifo free_sectors; /* queue of free sectors */
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | libsrp.h | 79 struct kfifo queue;
|
| /linux/samples/ |
| H A D | Makefile | 14 obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
|
| H A D | Kconfig | 97 tristate "Build kfifo examples -- loadable modules only" 101 different kfifo sample modules showing how to use the 102 generic kfifo API.
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | ssh_parser.h | 112 struct kfifo *fifo) in sshp_buf_read_from_fifo()
|
| H A D | ssh_packet_layer.h | 103 struct kfifo fifo;
|
| /linux/samples/kfifo/ |
| H A D | dma-example.c | 21 static struct kfifo fifo;
|
| H A D | bytestream-example.c | 40 static struct kfifo test;
|
| /linux/drivers/iio/dummy/ |
| H A D | Kconfig | 42 Uses the kfifo buffer.
|
| /linux/include/scsi/ |
| H A D | libiscsi_tcp.h | 72 struct kfifo r2tqueue;
|
| /linux/drivers/staging/greybus/ |
| H A D | loopback.c | 63 struct kfifo kfifo_lat; 941 struct kfifo *kfifo, in gb_loopback_dbgfs_latency_show_common() argument 947 if (kfifo_len(kfifo) == 0) { in gb_loopback_dbgfs_latency_show_common() 953 retval = kfifo_out(kfifo, &latency, sizeof(latency)); in gb_loopback_dbgfs_latency_show_common()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_rio.h | 102 struct kfifo pw_fifo;
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | dev.h | 136 struct kfifo event_fifo;
|
| /linux/include/linux/mfd/ |
| H A D | si476x-core.h | 125 struct kfifo rds_fifo;
|
| /linux/drivers/crypto/caam/ |
| H A D | caamrng.c | 44 struct kfifo fifo;
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 94 struct kfifo write_fifo;
|