Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 25 of 99) sorted by relevance

1234

/linux/arch/arm/boot/dts/samsung/
H A Ds5pv210-galaxys.dts203 PIN_SLP(gpa0-4, INPUT, DOWN);
205 PIN_SLP(gpa0-6, INPUT, DOWN);
208 PIN_SLP(gpa1-0, INPUT, DOWN);
210 PIN_SLP(gpa1-2, INPUT, NONE);
217 PIN_SLP(gpb-4, INPUT, NONE);
219 PIN_SLP(gpb-6, INPUT, DOWN);
223 PIN_SLP(gpc0-1, INPUT, DOWN);
225 PIN_SLP(gpc0-3, INPUT, NONE);
228 PIN_SLP(gpc1-0, INPUT, DOWN);
229 PIN_SLP(gpc1-1, INPUT, DOWN);
[all …]
H A Ds5pv210-fascinate4g.dts170 PIN_SLP(gpa1-0, INPUT, DOWN);
172 PIN_SLP(gpa1-2, INPUT, DOWN);
179 PIN_SLP(gpb-4, INPUT, NONE);
181 PIN_SLP(gpb-6, INPUT, DOWN);
185 PIN_SLP(gpc0-1, INPUT, DOWN);
187 PIN_SLP(gpc0-3, INPUT, DOWN);
190 PIN_SLP(gpc1-0, INPUT, DOWN);
191 PIN_SLP(gpc1-1, INPUT, DOWN);
192 PIN_SLP(gpc1-2, INPUT, DOWN);
193 PIN_SLP(gpc1-3, INPUT, DOWN);
[all …]
H A Dexynos4212-tab3.dtsi878 PIN_SLP(gpa0-0, INPUT, NONE);
880 PIN_SLP(gpa0-2, INPUT, NONE);
881 PIN_SLP(gpa0-3, INPUT, UP);
882 PIN_SLP(gpa0-4, INPUT, DOWN);
883 PIN_SLP(gpa0-5, INPUT, DOWN);
884 PIN_SLP(gpa0-6, INPUT, DOWN);
885 PIN_SLP(gpa0-7, INPUT, DOWN);
887 PIN_SLP(gpa1-0, INPUT, DOWN);
888 PIN_SLP(gpa1-1, INPUT, DOWN);
889 PIN_SLP(gpa1-2, INPUT, DOWN);
[all …]
H A Dexynos4412-midas.dtsi1061 PIN_SLP(gpa0-0, INPUT, NONE);
1063 PIN_SLP(gpa0-2, INPUT, NONE);
1064 PIN_SLP(gpa0-3, INPUT, UP);
1065 PIN_SLP(gpa0-4, INPUT, NONE);
1066 PIN_SLP(gpa0-5, INPUT, DOWN);
1067 PIN_SLP(gpa0-6, INPUT, DOWN);
1068 PIN_SLP(gpa0-7, INPUT, UP);
1070 PIN_SLP(gpa1-0, INPUT, DOWN);
1071 PIN_SLP(gpa1-1, INPUT, DOWN);
1072 PIN_SLP(gpa1-2, INPUT, DOWN);
[all …]
H A Dexynos4412-p4note.dtsi767 PIN_SLP(gpa0-0, INPUT, NONE);
769 PIN_SLP(gpa0-2, INPUT, NONE);
770 PIN_SLP(gpa0-3, INPUT, UP);
771 PIN_SLP(gpa0-4, INPUT, NONE);
772 PIN_SLP(gpa0-5, INPUT, DOWN);
773 PIN_SLP(gpa0-6, INPUT, DOWN);
774 PIN_SLP(gpa0-7, INPUT, UP);
776 PIN_SLP(gpa1-0, INPUT, DOWN);
777 PIN_SLP(gpa1-1, INPUT, DOWN);
778 PIN_SLP(gpa1-2, INPUT, DOWN);
[all …]
H A Dexynos4212-tab3-lte8.dts21 PIN_SLP(gpa0-4, INPUT, UP);
22 PIN_SLP(gpa0-5, INPUT, UP);
24 PIN_SLP(gpb-5, INPUT, UP);
27 PIN_SLP(gpc1-3, INPUT, NONE);
29 PIN_SLP(gpf1-6, INPUT, NONE);
38 PIN_SLP(gpl2-1, INPUT, DOWN);
39 PIN_SLP(gpl2-2, INPUT, DOWN);
/linux/sound/hda/codecs/realtek/
H A DKconfig22 depends on INPUT
30 depends on INPUT
38 depends on INPUT
47 depends on INPUT
56 depends on INPUT
65 depends on INPUT
73 depends on INPUT
81 depends on INPUT
89 depends on INPUT
97 depends on INPUT
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_old.pkt17 +0 `$xtables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
46 // No packets should have been marked INVALID in OUTPUT direction, 1 in INPUT
48 +0 `$xtables -v -S INPUT | grep INVALID | grep -q -- "-c 1 "`
50 +0 `$xtables -D INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
H A Dconntrack_synack_reuse.pkt8 +0 `iptables -A INPUT -m conntrack --ctstate INVALID -p tcp --tcp-flags SYN,ACK SYN,ACK`
34 +0 `iptables -v -S INPUT | grep INVALID | grep -q -- "-c 0 0"`
H A Dconntrack_syn_challenge_ack.pkt15 +0 `$xtables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
43 +0 `$xtables -v -S INPUT | grep INVALID | grep -q -- "-c 0 0"`
H A Dconntrack_rst_invalid.pkt6 +0 `$xtables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
56 +0 `$xtables -v -S INPUT | grep INVALID | grep -q -- "-c 4 "`
H A Dconntrack_inexact_rst.pkt17 +0 `iptables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
61 +0 `iptables -v -S INPUT | grep INVALID | grep -q -- "-c 0 0"`
H A Dconntrack_ack_loss_stall.pkt7 +0 `$xtables -A INPUT -m conntrack --ctstate INVALID -j DROP`
118 +0 `$xtables -D INPUT -m conntrack --ctstate INVALID -j DROP`
/linux/drivers/media/pci/cx88/
H A Dcx88-video.c287 input, INPUT(input).vmux, in cx88_video_mux()
288 INPUT(input).gpio0, INPUT(input).gpio1, in cx88_video_mux()
289 INPUT(input).gpio2, INPUT(input).gpio3); in cx88_video_mux()
291 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux()
292 cx_write(MO_GP3_IO, INPUT(input).gpio3); in cx88_video_mux()
293 cx_write(MO_GP0_IO, INPUT(input).gpio0); in cx88_video_mux()
294 cx_write(MO_GP1_IO, INPUT(input).gpio1); in cx88_video_mux()
295 cx_write(MO_GP2_IO, INPUT(input).gpio2); in cx88_video_mux()
297 switch (INPUT(input).type) { in cx88_video_mux()
316 if (INPUT(input).audioroute) { in cx88_video_mux()
[all …]
/linux/drivers/media/firewire/
H A DKconfig20 def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
/linux/drivers/media/usb/uvc/
H A DKconfig17 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
/linux/net/rfkill/
H A DKconfig24 depends on INPUT = y || RFKILL = INPUT
/linux/drivers/hid/usbhid/
H A DKconfig25 depends on USB_HID && INPUT=n
52 depends on USB && INPUT
68 depends on USB && INPUT
/linux/drivers/media/usb/pwc/
H A DKconfig44 depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)
/linux/drivers/net/wireless/ath/carl9170/
H A DKconfig38 depends on CARL9170 && (INPUT = y || INPUT = CARL9170)
/linux/drivers/media/usb/gspca/
H A Dcpia1.c130 #define INPUT (DATA_IN << 8) macro
133 #define CPIA_COMMAND_GetCPIAVersion (INPUT | CPIA_MODULE_CPIA | 1)
134 #define CPIA_COMMAND_GetPnPID (INPUT | CPIA_MODULE_CPIA | 2)
135 #define CPIA_COMMAND_GetCameraStatus (INPUT | CPIA_MODULE_CPIA | 3)
142 #define CPIA_COMMAND_ReadVCRegs (INPUT | CPIA_MODULE_SYSTEM | 1)
144 #define CPIA_COMMAND_ReadMCPorts (INPUT | CPIA_MODULE_SYSTEM | 3)
148 #define CPIA_COMMAND_ReadIDATA (INPUT | CPIA_MODULE_SYSTEM | 7)
154 #define CPIA_COMMAND_I2CRead (INPUT | CPIA_MODULE_SYSTEM | 13)
156 #define CPIA_COMMAND_GetVPVersion (INPUT | CPIA_MODULE_VP_CTRL | 1)
157 #define CPIA_COMMAND_ResetFrameCounter (INPUT | CPIA_MODULE_VP_CTRL | 2)
[all …]
/linux/arch/m68k/fpsp040/
H A Dslogn.S320 fmovex (%a0),%fp0 | ...LOAD INPUT
324 |--FPCR SAVED AND CLEARED, INPUT IS 2^(ADJK)*FP0, FP0 CONTAINS
355 addl ADJK(%a6),%d0 | ...ADJUST K, ORIGINAL INPUT MAY BE DENORM.
423 |--REGISTERS SAVED: FPCR, FP1. FP0 CONTAINS THE INPUT.
477 |--ENTRY POINT FOR LOG(1+Z) FOR DENORMALIZED INPUT
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-tao3530.dtsi148 … OMAP3_CORE1_IOPAD(0x25dc, PIN_OUTPUT | MUX_MODE1) /* etk_d0.mcspi3_simo gpio14 INPUT | MODE1 */
149 …AP3_CORE1_IOPAD(0x25de, PIN_INPUT_PULLUP | MUX_MODE1) /* etk_d1.mcspi3_somi gpio15 INPUT | MODE1 */
150 … OMAP3_CORE1_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE1) /* etk_d2.mcspi3_cs0 gpio16 INPUT | MODE1 */
151 … OMAP3_CORE1_IOPAD(0x25e2, PIN_INPUT | MUX_MODE1) /* etk_d3.mcspi3_clk gpio17 INPUT | MODE1 */
/linux/drivers/media/usb/as102/
H A DKconfig4 depends on DVB_CORE && USB && I2C && INPUT
/linux/arch/arc/include/asm/
H A Dentry-arcv2.h237 ; INPUT: r0 has STAT32 of calling context
238 ; INPUT: Z flag set if returning to K mode
258 ; INPUT: r0 has STAT32 of calling context

1234