Home
last modified time | relevance | path

Searched refs:input1 (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h174 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument
182 "+c" (control), "+d" (input1) in hv_do_fast_hypercall8()
188 u32 input1_hi = upper_32_bits(input1); in hv_do_fast_hypercall8()
189 u32 input1_lo = lower_32_bits(input1); in hv_do_fast_hypercall8()
205 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
214 "+c" (control), "+d" (input1) in hv_do_fast_hypercall16()
221 u32 input1_hi = upper_32_bits(input1); in hv_do_fast_hypercall16()
222 u32 input1_lo = lower_32_bits(input1); in hv_do_fast_hypercall16()
/Linux-v4.19/drivers/staging/speakup/
Di18n.c484 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument
487 char *end1 = find_specifier_end(*input1); in compare_specifiers()
489 size_t length1 = end1 - *input1; in compare_specifiers()
492 if ((length1 == length2) && !memcmp(*input1, *input2, length1)) in compare_specifiers()
495 *input1 = end1; in compare_specifiers()
/Linux-v4.19/drivers/media/tuners/
Dtuner-xc2028.h40 unsigned int input1:1; member
Dtuner-xc2028.c1168 if (priv->ctrl.input1) in xc2028_set_analog_freq()
/Linux-v4.19/drivers/platform/x86/
Ddell-laptop.c1304 u32 input1; in kbd_set_state() local
1307 input1 = BIT(state->mode_bit) & 0xFFFF; in kbd_set_state()
1308 input1 |= (state->triggers & 0xFF) << 16; in kbd_set_state()
1309 input1 |= (state->timeout_value & 0x3F) << 24; in kbd_set_state()
1310 input1 |= (state->timeout_unit & 0x3) << 30; in kbd_set_state()
1315 dell_fill_request(&buffer, 0x2, input1, input2, 0); in kbd_set_state()
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-pic32.c301 FUNCTION(INT4, input1),
302 FUNCTION(T5CK, input1),
303 FUNCTION(T7CK, input1),
304 FUNCTION(IC4, input1),
305 FUNCTION(IC8, input1),
306 FUNCTION(U3RX, input1),
307 FUNCTION(U4CTS, input1),
308 FUNCTION(SDI2, input1),
309 FUNCTION(SDI4, input1),
310 FUNCTION(C1RX, input1),
[all …]
/Linux-v4.19/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1136 bool input1, input2; in psb_intel_sdvo_dpms() local
1150 status = psb_intel_sdvo_get_trained_inputs(psb_intel_sdvo, &input1, &input2); in psb_intel_sdvo_dpms()
1155 if (status == SDVO_CMD_STATUS_SUCCESS && !input1) { in psb_intel_sdvo_dpms()
/Linux-v4.19/Documentation/sparc/oradax/
Doracle-dax.txt236 u64 input1;
319 ccb->input1 = 0; /* secondary input address, unused */
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sdvo.c1599 bool input1, input2; in intel_enable_sdvo() local
1610 success = intel_sdvo_get_trained_inputs(intel_sdvo, &input1, &input2); in intel_enable_sdvo()
1617 if (success && !input1) { in intel_enable_sdvo()