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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c242 if (!cp->input_mask) continue;
243 tmsk &= cp->input_mask;
306 cp->input_mask = 0;
333 if (cmsk == cp->input_mask) {
341 cp->input_mask = 0;
348 if (!p2->input_mask) continue;
349 tmsk &= p2->input_mask;
361 cp->input_mask = cmsk;
371 return cp->input_mask;
H A Dpvrusb2-context.h51 unsigned int input_mask; member in struct:pvr2_channel
H A Dpvrusb2-v4l2.c952 unsigned int input_mask = 0; local
984 input_mask = (1 << PVR2_CVAL_INPUT_RADIO);
988 input_mask = ((1 << PVR2_CVAL_INPUT_RADIO) |
993 ret = pvr2_channel_limit_inputs(&fhp->channel,input_mask);
1004 input_mask &= pvr2_hdw_get_input_available(hdw);
1006 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) {
1007 if (input_mask & (1UL << idx)) input_cnt++;
1021 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) {
1022 if (!(input_mask & (1UL << idx))) continue;
/linux-master/drivers/gpio/
H A Dgpio-lp3943.c42 u16 input_mask; /* 1 = GPIO is input direction, 0 = output */ member in struct:lp3943_gpio
79 lp3943_gpio->input_mask |= BIT(offset);
144 if (lp3943_gpio->input_mask & BIT(offset))
169 lp3943_gpio->input_mask &= ~BIT(offset);
/linux-master/include/uapi/linux/
H A Dinput.h126 struct input_mask { struct
193 * event type. The argument must be of type "struct input_mask" and
218 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
241 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1428 * @input_mask: mask for the input bitstream
1430 * This function serves two main purposes. First it applies the input_mask
1437 union ixgbe_atr_input *input_mask)
1447 input->dword_stream[i] &= input_mask->dword_stream[i];
1486 * @input_mask: mask to be bit swapped
1493 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) argument
1495 u32 mask = ntohs(input_mask->formatted.dst_port);
1498 mask |= ntohs(input_mask->formatted.src_port);
1522 union ixgbe_atr_input *input_mask)
1539 if (input_mask
1436 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) argument
1521 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input_mask) argument
[all...]
H A Dixgbe.h960 union ixgbe_atr_input *input_mask);
/linux-master/drivers/input/
H A Devdev.c1036 struct input_mask mask;

Completed in 139 milliseconds