Searched refs:input1 (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmshyperv.h129 static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) argument
135 return hv_tdx_hypercall(control, input1, 0);
141 "+c" (control), "+d" (input1)
146 "+c" (control), "+d" (input1)
152 u32 input1_hi = upper_32_bits(input1);
153 u32 input1_lo = lower_32_bits(input1);
168 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) argument
172 return _hv_do_fast_hypercall8(control, input1);
175 static inline u64 hv_do_fast_nested_hypercall8(u16 code, u64 input1) argument
179 return _hv_do_fast_hypercall8(control, input1);
183 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) argument
226 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) argument
233 hv_do_fast_nested_hypercall16(u16 code, u64 input1, u64 input2) argument
[all...]
/linux-master/drivers/media/tuners/
H A Dxc2028.h40 unsigned int input1:1; member in struct:xc2028_ctrl
H A Dxc2028.c1167 if (priv->ctrl.input1)
/linux-master/drivers/accessibility/speakup/
H A Di18n.c486 * Compare the format specifiers pointed to by *input1 and *input2.
488 * Advance *input1 and *input2 so that they point to the character following
491 static bool compare_specifiers(char **input1, char **input2) argument
494 char *end1 = find_specifier_end(*input1);
496 size_t length1 = end1 - *input1;
499 if ((length1 == length2) && !memcmp(*input1, *input2, length1))
502 *input1 = end1;
/linux-master/drivers/md/dm-vdo/
H A Dint-map.c107 * @input1: The first input value.
112 static u64 mix(u64 input1, u64 input2) argument
115 u64 hash = (input1 ^ input2);
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c1340 u32 input1; local
1343 input1 = BIT(state->mode_bit) & 0xFFFF;
1344 input1 |= (state->triggers & 0xFF) << 16;
1345 input1 |= (state->timeout_value & 0x3F) << 24;
1346 input1 |= (state->timeout_unit & 0x3) << 30;
1351 dell_fill_request(&buffer, 0x2, input1, input2, 0);
/linux-master/drivers/pinctrl/
H A Dpinctrl-pic32.c293 FUNCTION(INT4, input1),
294 FUNCTION(T5CK, input1),
295 FUNCTION(T7CK, input1),
296 FUNCTION(IC4, input1),
297 FUNCTION(IC8, input1),
298 FUNCTION(U3RX, input1),
299 FUNCTION(U4CTS, input1),
300 FUNCTION(SDI2, input1),
301 FUNCTION(SDI4, input1),
302 FUNCTION(C1RX, input1),
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c173 static bool npc_check_overlap_fields(struct npc_key_field *input1, argument
181 if (input1->layer_mdata.lid == input2->layer_mdata.lid &&
182 input1->layer_mdata.ltype != input2->layer_mdata.ltype)
186 if (input1->kw_mask[kwi] & input2->kw_mask[kwi])
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1130 bool input1, input2; local
1144 status = psb_intel_sdvo_get_trained_inputs(psb_intel_sdvo, &input1, &input2);
1149 if (status == SDVO_CMD_STATUS_SUCCESS && !input1) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c1908 bool input1, input2; local
1919 success = intel_sdvo_get_trained_inputs(intel_sdvo, &input1, &input2);
1926 if (success && !input1) {

Completed in 156 milliseconds