Searched refs:input_mask (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/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
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 1434 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument 1444 input->dword_stream[i] &= input_mask->dword_stream[i]; in ixgbe_atr_compute_perfect_hash_82599() 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() argument 1536 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599() 1540 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599() 1551 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599() 1554 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599() [all …]
|
H A D | ixgbe.h | 960 union ixgbe_atr_input *input_mask);
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 123 struct input_mask { struct 215 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */ 238 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 126 struct input_mask { struct 218 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */ 241 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
|
/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 305 uint32_t input_mask = regs->input_mask; in aspeed_gpio_update() local 324 if (!(direction & mask) && (input_mask & mask)) { in aspeed_gpio_update() 650 value = set->input_mask; in aspeed_gpio_read() 786 reg_value = set->input_mask; in aspeed_gpio_write_index_mode() 794 set->input_mask = reg_value & props->input; in aspeed_gpio_write_index_mode() 923 set->input_mask = data & props->input; in aspeed_gpio_write() 1043 extract32(set->input_mask, pin_idx, 1)); in aspeed_gpio_2700_read_control_reg() 1153 group_value = set->input_mask; in aspeed_gpio_2700_write_control_reg() 1161 set->input_mask = group_value & props->input; in aspeed_gpio_2700_write_control_reg() 1463 VMSTATE_UINT32(input_mask, GPIOSets),
|
/openbmc/qemu/include/hw/gpio/ |
H A D | aspeed_gpio.h | 109 uint32_t input_mask; member
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 1036 struct input_mask mask; in evdev_do_ioctl()
|