Searched refs:input_mask (Results 1 - 7 of 7) sorted by relevance

/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c255 if (!cp->input_mask) continue;
256 tmsk &= cp->input_mask;
318 cp->input_mask = 0;
345 if (cmsk == cp->input_mask) {
353 cp->input_mask = 0;
360 if (!p2->input_mask) continue;
361 tmsk &= p2->input_mask;
373 cp->input_mask = cmsk;
383 return cp->input_mask;
H A Dpvrusb2-context.h64 unsigned int input_mask; member in struct:pvr2_channel
H A Dpvrusb2-v4l2.c1022 unsigned int input_mask = 0; local
1053 input_mask = (1 << PVR2_CVAL_INPUT_RADIO);
1057 input_mask = ((1 << PVR2_CVAL_INPUT_RADIO) |
1062 ret = pvr2_channel_limit_inputs(&fhp->channel,input_mask);
1073 input_mask &= pvr2_hdw_get_input_available(hdw);
1075 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) {
1076 if (input_mask & (1 << idx)) input_cnt++;
1089 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) {
1090 if (!(input_mask & (1 << idx))) continue;
/drivers/gpio/
H A Dgpio-lp3943.c45 u16 input_mask; /* 1 = GPIO is input direction, 0 = output */ member in struct:lp3943_gpio
87 lp3943_gpio->input_mask |= BIT(offset);
152 if (lp3943_gpio->input_mask & BIT(offset))
177 lp3943_gpio->input_mask &= ~BIT(offset);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1569 * @input_mask: mask for the input bitstream
1571 * This function serves two main purposes. First it applys the input_mask
1578 union ixgbe_atr_input *input_mask)
1587 input->dword_stream[i] &= input_mask->dword_stream[i];
1626 * @input_mask: mask to be bit swapped
1633 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) argument
1635 u32 mask = ntohs(input_mask->formatted.dst_port);
1638 mask |= ntohs(input_mask->formatted.src_port);
1663 union ixgbe_atr_input *input_mask)
1680 if (input_mask
1577 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) argument
1662 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input_mask) argument
[all...]
H A Dixgbe.h862 union ixgbe_atr_input *input_mask);
/drivers/iommu/
H A Darm-smmu.c1456 phys_addr_t input_mask, output_mask; local
1464 input_mask = (1ULL << smmu->s2_input_size) - 1;
1468 input_mask = (1ULL << smmu->s1_input_size) - 1;
1478 if ((phys_addr_t)iova & ~input_mask)

Completed in 299 milliseconds