/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.c | 242 if (!cp->input_mask) continue; in pvr2_context_reset_input_limits() 243 tmsk &= cp->input_mask; in pvr2_context_reset_input_limits() 306 cp->input_mask = 0; in pvr2_channel_done() 333 if (cmsk == cp->input_mask) { in pvr2_channel_limit_inputs() 341 cp->input_mask = 0; in pvr2_channel_limit_inputs() 348 if (!p2->input_mask) continue; in pvr2_channel_limit_inputs() 349 tmsk &= p2->input_mask; in pvr2_channel_limit_inputs() 361 cp->input_mask = cmsk; in pvr2_channel_limit_inputs() 371 return cp->input_mask; in pvr2_channel_get_limited_inputs()
|
H A D | pvrusb2-v4l2.c | 956 unsigned int input_mask = 0; in pvr2_v4l2_open() local 988 input_mask = (1 << PVR2_CVAL_INPUT_RADIO); in pvr2_v4l2_open() 992 input_mask = ((1 << PVR2_CVAL_INPUT_RADIO) | in pvr2_v4l2_open() 997 ret = pvr2_channel_limit_inputs(&fhp->channel,input_mask); in pvr2_v4l2_open() 1008 input_mask &= pvr2_hdw_get_input_available(hdw); in pvr2_v4l2_open() 1010 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) { in pvr2_v4l2_open() 1011 if (input_mask & (1UL << idx)) input_cnt++; in pvr2_v4l2_open() 1025 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) { in pvr2_v4l2_open() 1026 if (!(input_mask & (1UL << idx))) continue; in pvr2_v4l2_open()
|
H A D | pvrusb2-context.h | 51 unsigned int input_mask; member
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.c | 242 if (!cp->input_mask) continue; in pvr2_context_reset_input_limits() 243 tmsk &= cp->input_mask; in pvr2_context_reset_input_limits() 306 cp->input_mask = 0; in pvr2_channel_done() 333 if (cmsk == cp->input_mask) { in pvr2_channel_limit_inputs() 341 cp->input_mask = 0; in pvr2_channel_limit_inputs() 348 if (!p2->input_mask) continue; in pvr2_channel_limit_inputs() 349 tmsk &= p2->input_mask; in pvr2_channel_limit_inputs() 361 cp->input_mask = cmsk; in pvr2_channel_limit_inputs() 371 return cp->input_mask; in pvr2_channel_get_limited_inputs()
|
H A D | pvrusb2-v4l2.c | 952 unsigned int input_mask = 0; in pvr2_v4l2_open() local 984 input_mask = (1 << PVR2_CVAL_INPUT_RADIO); in pvr2_v4l2_open() 988 input_mask = ((1 << PVR2_CVAL_INPUT_RADIO) | in pvr2_v4l2_open() 993 ret = pvr2_channel_limit_inputs(&fhp->channel,input_mask); in pvr2_v4l2_open() 1004 input_mask &= pvr2_hdw_get_input_available(hdw); in pvr2_v4l2_open() 1006 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) { in pvr2_v4l2_open() 1007 if (input_mask & (1UL << idx)) input_cnt++; in pvr2_v4l2_open() 1021 for (idx = 0; idx < (sizeof(input_mask) << 3); idx++) { in pvr2_v4l2_open() 1022 if (!(input_mask & (1UL << idx))) continue; in pvr2_v4l2_open()
|
H A D | pvrusb2-context.h | 51 unsigned int input_mask; member
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-lp3943.c | 42 u16 input_mask; /* 1 = GPIO is input direction, 0 = output */ member 79 lp3943_gpio->input_mask |= BIT(offset); in lp3943_gpio_direction_input() 144 if (lp3943_gpio->input_mask & BIT(offset)) in lp3943_gpio_get() 169 lp3943_gpio->input_mask &= ~BIT(offset); in lp3943_gpio_direction_output()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-lp3943.c | 42 u16 input_mask; /* 1 = GPIO is input direction, 0 = output */ member 79 lp3943_gpio->input_mask |= BIT(offset); in lp3943_gpio_direction_input() 144 if (lp3943_gpio->input_mask & BIT(offset)) in lp3943_gpio_get() 169 lp3943_gpio->input_mask &= ~BIT(offset); in lp3943_gpio_direction_output()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 123 struct input_mask { struct 190 * event type. The argument must be of type "struct input_mask" and 215 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */ 238 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 126 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 */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 69 struct input_mask { struct 99 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) 100 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 69 struct input_mask { struct 99 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) 100 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 58 struct input_mask { struct 88 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) 89 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1425 * @input_mask: mask for the input bitstream 1427 * This function serves two main purposes. First it applies the input_mask 1434 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() 1444 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599() 1483 * @input_mask: mask to be bit swapped 1490 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599() argument 1492 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599() 1495 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599() 1520 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() 1537 if (input_mask in ixgbe_fdir_set_input_mask_82599() 1433 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) ixgbe_atr_compute_perfect_hash_82599() argument 1519 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input_mask) ixgbe_fdir_set_input_mask_82599() argument [all...] |
H A D | ixgbe.h | 903 union ixgbe_atr_input *input_mask);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1425 * @input_mask: mask for the input bitstream 1427 * This function serves two main purposes. First it applies the input_mask 1434 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() 1444 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599() 1483 * @input_mask: mask to be bit swapped 1490 static u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599() argument 1492 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599() 1495 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599() 1519 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() 1536 if (input_mask in ixgbe_fdir_set_input_mask_82599() 1433 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) ixgbe_atr_compute_perfect_hash_82599() argument 1518 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input_mask) ixgbe_fdir_set_input_mask_82599() argument [all...] |
H A D | ixgbe.h | 960 union ixgbe_atr_input *input_mask);
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | evdev.c | 1036 struct input_mask mask; in evdev_do_ioctl()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | evdev.c | 1036 struct input_mask mask; in evdev_do_ioctl()
|