Home
last modified time | relevance | path

Searched refs:confQ (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h194 struct list_head confQ; /* frames passed to chip waiting for tx */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h194 struct list_head confQ; /* frames passed to chip waiting for tx */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h194 struct list_head confQ; /* frames passed to chip waiting for tx */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/fsl/qe/
H A Ducc_slow.c199 INIT_LIST_HEAD(&uccs->confQ); in ucc_slow_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/fsl/qe/
H A Ducc_slow.c199 INIT_LIST_HEAD(&uccs->confQ); in ucc_slow_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/fsl/qe/
H A Ducc_slow.c199 INIT_LIST_HEAD(&uccs->confQ); in ucc_slow_init()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/
H A DTestRPC.java356 int confQ = conf.getInt( in testConfRpc() local
359 assertEquals(confQ, server.getMaxQueueSize()); in testConfRpc()