Searched refs:input_mask (Results 1 – 9 of 9) sorted by relevance
255 if (!cp->input_mask) continue; in pvr2_context_reset_input_limits()256 tmsk &= cp->input_mask; in pvr2_context_reset_input_limits()318 cp->input_mask = 0; in pvr2_channel_done()345 if (cmsk == cp->input_mask) { in pvr2_channel_limit_inputs()353 cp->input_mask = 0; in pvr2_channel_limit_inputs()360 if (!p2->input_mask) continue; in pvr2_channel_limit_inputs()361 tmsk &= p2->input_mask; in pvr2_channel_limit_inputs()373 cp->input_mask = cmsk; in pvr2_channel_limit_inputs()383 return cp->input_mask; in pvr2_channel_get_limited_inputs()
977 unsigned int input_mask = 0; in pvr2_v4l2_open() local1009 input_mask = (1 << PVR2_CVAL_INPUT_RADIO); in pvr2_v4l2_open()1013 input_mask = ((1 << PVR2_CVAL_INPUT_RADIO) | in pvr2_v4l2_open()1018 ret = pvr2_channel_limit_inputs(&fhp->channel,input_mask); in pvr2_v4l2_open()1029 input_mask &= pvr2_hdw_get_input_available(hdw); in pvr2_v4l2_open()1031 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) { in pvr2_v4l2_open()1032 if (input_mask & (1 << idx)) input_cnt++; in pvr2_v4l2_open()1045 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) { in pvr2_v4l2_open()1046 if (!(input_mask & (1 << idx))) continue; in pvr2_v4l2_open()
64 unsigned int input_mask; member
45 u16 input_mask; /* 1 = GPIO is input direction, 0 = output */ member87 lp3943_gpio->input_mask |= BIT(offset); in lp3943_gpio_direction_input()152 if (lp3943_gpio->input_mask & BIT(offset)) in lp3943_gpio_get()177 lp3943_gpio->input_mask &= ~BIT(offset); in lp3943_gpio_direction_output()
101 struct input_mask { struct193 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */216 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
1456 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument1465 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599()1511 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599() argument1513 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()1516 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()1541 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() argument1558 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()1562 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()1572 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()1575 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()[all …]
906 union ixgbe_atr_input *input_mask);
1066 struct input_mask mask; in evdev_do_ioctl()
155 unsigned int input_mask);