Home
last modified time | relevance | path

Searched refs:CMDQ (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/mediatek/
H A DKconfig9 tristate "MediaTek CMDQ Support"
15 Say yes here to add support for the MediaTek Command Queue (CMDQ)
16 driver. The CMDQ is used to help read/write registers with critical
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/mediatek/
H A DKconfig9 tristate "MediaTek CMDQ Support"
15 Say yes here to add support for the MediaTek Command Queue (CMDQ)
16 driver. The CMDQ is used to help read/write registers with critical
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/mediatek/
H A DKconfig9 tristate "MediaTek CMDQ Support"
15 Say yes here to add support for the MediaTek Command Queue (CMDQ)
16 driver. The CMDQ is used to help read/write registers with critical
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckclib.c808 if (x > 0 && p[x-1] != CMDQ) {
837 (!cmd_quoting || j == 0 || p[j-1] != CMDQ)) {
865 (!cmd_quoting || j == 0 || p[j-1] != CMDQ)) {
1045 if (*s == CMDQ) { /* Quote... */
1559 if (cp == CMDQ && !q) { /* Quote in pattern */
1601 case CMDQ: /* Next char is quoted */
1704 if (*s == CMDQ && !q) { /* Quote next char */
1810 if (*p == '?' || *p == '*' || *p == CMDQ
2887 if ((*(s-1) == CMDQ) && *s != CMDQ) {
3074 if (!cquote && c == CMDQ) { /* If CMDQ */
[all …]
H A Dckuus5.c2003 if (!quote && *s == CMDQ) {
2386 if (ccx == CMDQ) /* But it's quoted */
3515 if (*s == CMDQ) {
3828 } else if (x == CMDQ) { /* Backslash itself */
3911 xx = oboc(dopar(CMDQ));
4292 if (*nam == CMDQ) {
4680 if (*nam == CMDQ) nam++;
8906 buf[1] = CMDQ;
8908 } else if (*s != CMDQ) {
8909 buf[0] = CMDQ;
[all …]
H A Dckuus7.c5546 if ((x == 1 && s[x-1] == CMDQ) || in settrm()
5547 (x > 1 && s[x-1] == CMDQ && s[x-2] != CMDQ)) { in settrm()
5574 if (*p++ == CMDQ) { in settrm()
6022 if ((x == 1 && s[x-1] == CMDQ) || in setdialer()
6023 (x > 1 && s[x-1] == CMDQ && s[x-2] != CMDQ)) { in setdialer()
6049 if (*p++ == CMDQ) { in setdialer()
6422 if ((x == 1 && s[x-1] == CMDQ) || in setmou()
6423 (x > 1 && s[x-1] == CMDQ && s[x-2] != CMDQ)) { in setmou()
6449 if (*p++ == CMDQ) { in setmou()
12440 if (vnambuf[0] == CMDQ &&
[all …]
H A Dckcpro.c2575 if (*(srvcmd+6) == CMDQ) { /* Starts with command quote? */
2577 if (*p == CMDQ) p++;
2584 *(srvcmd+4) = CMDQ;
2587 *(srvcmd+3) = CMDQ; /* Stuff wrapping into buffer */
2594 *(srvcmd+3) = CMDQ; /* Stuff wrapping into buffer */
H A Dckucmd.c924 if (c == CMDQ)
925 *p++ = CMDQ;
1228 if (*s == CMDQ) {
1477 while ( (tries == 0) && (p = strchr(p,CMDQ)) ) {
1488 case CMDQ: /* Double backslash */
6567 *bp++ = CMDQ; /* Double it */
6573 case CMDQ: /* Got the quote character itself */
6726 iscontd = prevchar != CMDQ &&
7066 *bp++ = CMDQ; /* Deposit \ if it came from tty */
7080 *bp++ = CMDQ;
[all …]
H A Dckuus6.c1024 if (vnambuf[0] == CMDQ &&
1112 if (vnambuf[0] == CMDQ &&
1129 if (vnambuf[0] == CMDQ &&
1510 if (*s == CMDQ && *(s+1) == '%') {
1689 vnbuf[0] = CMDQ;
4494 if (*s == CMDQ) s++; in dogrep()
5492 if (*s == CMDQ) s++;
7766 if (tmpbuf[0] == CMDQ) { in doswitch()
11823 if (*s == CMDQ) {
11886 if (*s == CMDQ) {
[all …]
H A Dckuus2.c7064 if (*p == CMDQ) /* Allow for \\f... */
7066 if (*p == CMDQ && (*(p+1) == 'f' || *(p+1) == 'F')) { /* or \f */
7115 if (*p == CMDQ) /* Allow for \\k... */
7117 if (*p == CMDQ && (*(p+1) == 'k' || *(p+1) == 'K')) { /* or \k */
H A Dckucon.c2474 if (c != CMDQ) in hconne()
2669 if (c == CMDQ) { /* Backslash escape */
H A Dckucns.c2494 if (c != CMDQ) in hconne()
2699 if (c == CMDQ) { /* Backslash escape */
H A Dckuus4.c8251 if (*p == CMDQ) p++;
8656 if (*s == CMDQ) s++;
10393 if (*s == CMDQ) s++;
10478 if (*s == CMDQ) s++;
11109 if (*s == CMDQ) s++;
11128 if (*s == CMDQ) s++;
12488 if (*s == CMDQ) s++;
12652 if (*p == CMDQ) /* Allow for \\f... */
15644 if (*(p-1) != CMDQ) /* 299 */
15647 if (*(p-1) != CMDQ) /* 299 */
[all …]
H A Dckuus3.c3966 if (c == CMDQ) { /* A backslash variable */
6720 if ((x == 1 && s[x-1] == CMDQ) ||
6721 (x > 1 && s[x-1] == CMDQ && s[x-2] != CMDQ)) {
6722 line[y++] = CMDQ; /* Make it \\K */
6724 if (x > 1 && s[x-1] == '{' && s[x-2] == CMDQ) {
6725 line[y-1] = CMDQ; /* Have \{K */
6748 if (*p++ == CMDQ) {
H A Dckuusr.c6053 if (s[0] == CMDQ && s[1] == '&')
6716 if (vnambuf[0] == CMDQ &&
7314 if (*s == CMDQ) s++; in dohttp()
8440 if (!quote && tmpbuf[i] == CMDQ) {
9002 if (s[x] == CMDQ) {
9007 c == CMDQ)
9008 line[y++] = CMDQ;
H A Dckcpro.w2377 if (*(srvcmd+6) == CMDQ) { /* Starts with command quote? */
2379 if (*p == CMDQ) p++;
2386 *(srvcmd+4) = CMDQ;
2389 *(srvcmd+3) = CMDQ; /* Stuff wrapping into buffer */
2396 *(srvcmd+3) = CMDQ; /* Stuff wrapping into buffer */
H A Dckcdeb.h4834 #define CMDQ '\\' macro
H A Dckufio.c6295 if (c == CMDQ) {
H A Dckuusx.c2760 if (*s == CMDQ) { /* Backslash (quote character)? */
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst77 Command Queues(CMDQ) - The queues for sending commands for IO management and is
79 accumulated on the CEQ that is configured to receive the CMDQ completion events.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst77 Command Queues(CMDQ) - The queues for sending commands for IO management and is
79 accumulated on the CEQ that is configured to receive the CMDQ completion events.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst77 Command Queues(CMDQ) - The queues for sending commands for IO management and is
79 accumulated on the CEQ that is configured to receive the CMDQ completion events.
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mailbox/
H A DKconfig218 tristate "MediaTek CMDQ Mailbox Support"
222 Say yes here to add support for the MediaTek Command Queue (CMDQ)
223 mailbox driver. The CMDQ is used to help read/write registers with
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mailbox/
H A DKconfig218 tristate "MediaTek CMDQ Mailbox Support"
222 Say yes here to add support for the MediaTek Command Queue (CMDQ)
223 mailbox driver. The CMDQ is used to help read/write registers with
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mailbox/
H A DKconfig218 tristate "MediaTek CMDQ Mailbox Support"
222 Say yes here to add support for the MediaTek Command Queue (CMDQ)
223 mailbox driver. The CMDQ is used to help read/write registers with

12