Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 20 of 20) sorted by relevance

/drivers/hid/bpf/progs/
A DMakefile35 Q = macro
38 Q = @ macro
55 $(Q)rm -rf $(OUTPUT) $(TARGETS)
59 $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
66 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
69 $(Q)cp "$(VMLINUX_H)" $@
74 $(Q)mkdir -p $@
77 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) \
83 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) \
89 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) \
/drivers/gpu/drm/xe/tests/
A Dxe_args_test.c12 #define foo X, Y, Z, Q in call_args_example()
26 #define foo X, Y, Z, Q in drop_first_arg_example()
39 #define foo X, Y, Z, Q in first_arg_example()
51 int Q = 1; in last_arg_example() local
53 #define foo X, Y, Z, Q in last_arg_example()
56 KUNIT_EXPECT_EQ(test, bar, Q); in last_arg_example()
67 #define foo X, Y, Z, Q in pick_arg_example()
83 #define foo(f) f(X) f(Y) f(Z) f(Q) in sep_comma_example()
102 #define FOO_ARGS X, Y, Z, Q
146 int Y = -2, Z = -3, Q = -4; in drop_first_arg_test() local
[all …]
/drivers/gpu/drm/i915/gt/shaders/clear_kernel/
A Dhsw.asm48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
60 mov(8) g5<1>UD 0x00000000UD { align1 1Q };
64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag…
73 … render MsgDesc: media block read MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align1 1Q };
78 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 1 mlen 2 rlen 0 { align1 1Q };
92 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q };
93 mov(8) g127<1>UD g0<8,8,1>UD { align1 1Q };
106 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
109 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
119 thread_spawner MsgDesc: mlen 1 rlen 0 { align1 1Q EOT };
A Divb.asm48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
60 mov(8) g5<1>UD 0x00000000UD { align1 1Q };
64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag…
72 … render MsgDesc: media block read MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align1 1Q };
77 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 1 mlen 2 rlen 0 { align1 1Q };
90 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q };
91 mov(8) g127<1>UD g0<8,8,1>UD { align1 1Q };
104 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
107 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
117 thread_spawner MsgDesc: mlen 1 rlen 0 { align1 1Q EOT };
/drivers/power/supply/
A Dltc2941-battery-gauge.c83 const struct ltc294x_info *info, int Q) in convert_bin_to_uAh() argument
85 return ((Q * (info->Qlsb / 10))) / 100; in convert_bin_to_uAh()
91 int Q; in convert_uAh_to_bin() local
93 Q = (uAh * 100) / (info->Qlsb/10); in convert_uAh_to_bin()
94 return (Q < LTC294X_MAX_VALUE) ? Q : LTC294X_MAX_VALUE; in convert_uAh_to_bin()
/drivers/usb/serial/
A Diuu_phoenix.c402 u8 Q = 0; /* 7bit */ in iuu_clk() local
422 Q = 40; in iuu_clk()
427 Q = 5; in iuu_clk()
432 Q = 2; in iuu_clk()
463 Q = lQ; in iuu_clk()
474 Q = Q - 2; in iuu_clk()
504 priv->buf[Count++] = Q | (((PO & 0x01) << 7)); /* Adr = 0x42 */ in iuu_clk()
/drivers/media/platform/amphion/
A DKconfig19 This is a V4L2 driver for NXP MXC 8Q video accelerator hardware.
/drivers/iio/frequency/
A Dadmv1014.c564 ADMV1014_CHAN_IQ(0, Q),
570 ADMV1014_CHAN_IF(0, Q),
572 ADMV1014_CHAN_CALIBSCALE(0, Q, admv1014_ext_info),
A Dadmv1013.c435 ADMV1013_CHAN_CALIB(0, Q),
437 ADMV1013_CHAN_CALIB(1, Q),
A Dadrf6780.c343 ADRF6780_CHAN_IQ_PHASE(0, Q),
/drivers/net/wireless/realtek/rtl818x/
A DKconfig47 Q-Tec 770WC
/drivers/gpio/
A Dgpio-tegra186.c1029 TEGRA186_MAIN_GPIO_PORT( Q, 0, 2, 6),
1100 TEGRA194_MAIN_GPIO_PORT( Q, 2, 6, 8),
1181 TEGRA234_MAIN_GPIO_PORT( Q, 2, 3, 8),
/drivers/s390/char/
A Ddefkeymap.map93 keycode 88 = igrave Q
/drivers/net/ethernet/chelsio/cxgb/
A Dsge.c1545 const struct respQ *Q = &adapter->sge->respQ; in responses_pending() local
1546 const struct respQ_e *e = &Q->entries[Q->cidx]; in responses_pending()
1548 return e->GenerationBit == Q->genbit; in responses_pending()
/drivers/gpu/drm/nouveau/include/nvif/
A Dpush.h262 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
353 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
/drivers/tty/vt/
A Ducs_fallback_table.h_shipped632 { 0xDE, 0x51 }, /* GREEK LETTER KOPPA -> 'Q' */
721 { 0x80, 0x51 }, /* CYRILLIC CAPITAL LETTER KOPPA -> 'Q' */
1034 { 0x46, 0x51 }, /* SYRIAC THREE DOTS BELOW -> 'Q' */
1703 { 0xB7, 0x51 }, /* GEORGIAN CAPITAL LETTER QAR -> 'Q' */
1766 { 0x59, 0x51 }, /* HANGUL CHOSEONG YEORINHIEUH -> 'Q' */
1855 { 0x85, 0x71 }, /* CANADIAN SYLLABICS Q -> 'q' */
1939 { 0xE9, 0x71 }, /* RUNIC LETTER Q -> 'q' */
2659 { 0x1A, 0x51 }, /* DOUBLE-STRUCK CAPITAL Q -> 'Q' */
2848 { 0xC6, 0x51 }, /* CIRCLED LATIN CAPITAL LETTER Q -> 'Q' */
3162 { 0x11, 0x51 }, /* BOPOMOFO LETTER Q -> 'Q' */
[all …]
/drivers/video/fbdev/aty/
A Datyfb_base.c3072 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
3115 Q = N / P; in atyfb_setup_sparc()
3131 T = 2 * Q * R / M; in atyfb_setup_sparc()
/drivers/eisa/
A Deisa.ids89 ALRA301 "Revolution Q-SMP System Board"
90 ALRA311 "Revolution Q-2SMP System Board"
945 ISAAB03 "Hayes Smartmodem 2400Q"
/drivers/scsi/aic7xxx/
A Daic79xx.seq751 * Requeue any SCBs not sent, to the tail of the waiting Q.
1857 * this L-Q is a continuation of a data transfer for which
A Daic7xxx.seq468 * a simple Q tag and the tag id.

Completed in 53 milliseconds