Home
last modified time | relevance | path

Searched refs:ctrls (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Dsubsys.c24 for (i = start; i < ARRAY_SIZE(subsys->ctrls) && cnt < num; i++) { in nvme_subsys_reserve_cntlids()
25 if (!subsys->ctrls[i]) { in nvme_subsys_reserve_cntlids()
28 subsys->ctrls[i] = SUBSYS_SLOT_RSVD; in nvme_subsys_reserve_cntlids()
48 assert(subsys->ctrls[cntlid] == SUBSYS_SLOT_RSVD); in nvme_subsys_unreserve_cntlids()
49 subsys->ctrls[cntlid] = NULL; in nvme_subsys_unreserve_cntlids()
66 for (cntlid = 0; cntlid < ARRAY_SIZE(subsys->ctrls); cntlid++) { in nvme_subsys_register_ctrl()
67 if (!subsys->ctrls[cntlid]) { in nvme_subsys_register_ctrl()
72 if (cntlid == ARRAY_SIZE(subsys->ctrls)) { in nvme_subsys_register_ctrl()
93 subsys->ctrls[cntlid] = n; in nvme_subsys_register_ctrl()
101 subsys->ctrls[n->cntlid] = SUBSYS_SLOT_RSVD; in nvme_subsys_unregister_ctrl()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.9.bb52 PACKAGECONFIG[ctrls] = "--enable-ctrls, --disable-crtls"
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch333 +++ b/libavcodec/hevc-ctrls-v1.h
565 +++ b/libavcodec/hevc-ctrls-v2.h
825 +++ b/libavcodec/hevc-ctrls-v3.h
1083 +++ b/libavcodec/hevc-ctrls-v4.h
8300 +#include "hevc-ctrls-v1.h"
8306 +#include "hevc-ctrls-v2.h"
8308 +#include "hevc-ctrls-v3.h"
8312 +#include "hevc-ctrls-v4.h"
9465 + struct v4l2_ext_control ctrls[] = {
9515 + ctrls[0].value = ctx->decode_mode;
[all …]