Home
last modified time | relevance | path

Searched refs:input_mask (Results 76 – 100 of 760) sorted by relevance

12345678910>>...31

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpio/
H A Dgpio-lp3943.c42 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpio/
H A Dgpio-lp3943.c42 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpio/
H A Dgpio-lp3943.c42 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()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dpcmconverter.c231 unsigned input_mask;
251 input_mask = self->pcmreader->channel_mask;
256 input_mask = 0x0;
260 input_mask = 0x4;
264 input_mask = 0x3;
268 input_mask = 0x7;
272 input_mask = 0x33;
276 input_mask = 0x37;
280 input_mask = 0x3F;
285 input_mask = 0x3F;
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/pro/processes/
H A Dbrec_prob_map_area_process.cxx65 vil_image_view<bool> input_mask = *vil_convert_cast(bool(), temp); in brec_prob_map_area_process() local
84 if (input_mask(i,j)) { in brec_prob_map_area_process()
92 if (!input_mask(ii, jj)) { in brec_prob_map_area_process()
H A Dbrec_glitch_process.cxx69 vil_image_view<bool> input_mask = *vil_convert_cast(bool(), temp); in brec_glitch_process() local
87 if (input_mask(i,j)) { in brec_glitch_process()
95 if (!input_mask(ii, jj)) { in brec_glitch_process()
133 if (input_mask(i,j)) { in brec_glitch_process()
141 if (!input_mask(ii, jj)) { in brec_glitch_process()
H A Dbrec_change_area_process.cxx59 vil_image_view<bool> input_mask = *vil_convert_cast(bool(), temp); in brec_change_area_process() local
69 if (input_mask(i,j)) { in brec_change_area_process()
H A Dbrec_prob_map_roc_compute_process.cxx67 vil_image_view<bool> input_mask = *vil_convert_cast(bool(), temp); in brec_prob_map_roc_compute_process() local
78 if (input_mask(i,j)) { in brec_prob_map_roc_compute_process()
207 vil_image_view<bool> input_mask = *vil_convert_cast(bool(), temp); in brec_prob_map_roc_compute2_process() local
218 if (input_mask(i,j)) { in brec_prob_map_roc_compute2_process()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dmidssio.cpp28 static INT32 input_mask[5] = { 0, 0, 0, 0, 0 }; variable
212 result = (result & ~input_mask[offset]) | ((input_handlers[offset])(offset) & input_mask[offset]); in ssio_input_port_read()
277 input_mask[which] = mask; in ssio_set_custom_input()
324 input_mask[i] = 0; in ssio_init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dmidssio.cpp28 static INT32 input_mask[5] = { 0, 0, 0, 0, 0 }; variable
212 result = (result & ~input_mask[offset]) | ((input_handlers[offset])(offset) & input_mask[offset]); in ssio_input_port_read()
277 input_mask[which] = mask; in ssio_set_custom_input()
324 input_mask[i] = 0; in ssio_init()
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/
H A Dftdi.c108 uint16_t input_mask; member
221 if (s->input_mask == 0) { in ftdi_get_signal()
226 if (s->input_mask & 0xff) in ftdi_get_signal()
228 if (s->input_mask >> 8) in ftdi_get_signal()
238 *value_out &= s->input_mask; in ftdi_get_signal()
764 uint16_t input_mask = 0; in COMMAND_HANDLER() local
776 COMMAND_PARSE_NUMBER(u16, CMD_ARGV[i + 1], input_mask); in COMMAND_HANDLER()
779 COMMAND_PARSE_NUMBER(u16, CMD_ARGV[i + 1], input_mask); in COMMAND_HANDLER()
798 input_mask = sig->input_mask; in COMMAND_HANDLER()
821 sig->input_mask = input_mask; in COMMAND_HANDLER()
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/src/io/network/
H A Ddefault_multiplexer.cpp120 const event_mask_type input_mask = POLLIN; variable
122 const event_mask_type input_mask = POLLIN | POLLPRI;
127 const event_mask_type input_mask = EPOLLIN;
157 ee.events = input_mask; in default_multiplexer()
216 auto old = e.ptr ? e.ptr->eventbf() : input_mask; in handle()
267 remove_from_loop_if_needed(input_mask, operation::read); in handle()
298 pipefd.events = input_mask; in default_multiplexer()
432 remove_from_loop_if_needed(input_mask, operation::read); in handle()
452 return bf | input_mask; in add_flag()
466 return bf & ~input_mask; in del_flag()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1435 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument
1493 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1496 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1521 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() argument
1538 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1542 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1556 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1557 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
1606 fdirtcpm = ixgbe_get_fdirtcpm_82599(input_mask); in ixgbe_fdir_set_input_mask_82599()
1625 ~input_mask->formatted.src_ip[0]); in ixgbe_fdir_set_input_mask_82599()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1435 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument
1493 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1496 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1521 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() argument
1538 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1542 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1556 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1557 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
1606 fdirtcpm = ixgbe_get_fdirtcpm_82599(input_mask); in ixgbe_fdir_set_input_mask_82599()
1625 ~input_mask->formatted.src_ip[0]); in ixgbe_fdir_set_input_mask_82599()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1435 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() argument
1493 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1496 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1521 union ixgbe_atr_input *input_mask) in ixgbe_fdir_set_input_mask_82599() argument
1538 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1542 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1556 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1557 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
1606 fdirtcpm = ixgbe_get_fdirtcpm_82599(input_mask); in ixgbe_fdir_set_input_mask_82599()
1625 ~input_mask->formatted.src_ip[0]); in ixgbe_fdir_set_input_mask_82599()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/standard-headers/linux/
H A Dinput.h119 struct input_mask { struct
211 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
234 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/emulators/qemu/qemu-6.2.0/include/standard-headers/linux/
H A Dinput.h120 struct input_mask { struct
212 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
235 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/emulators/qemu60/qemu-6.0.0/include/standard-headers/linux/
H A Dinput.h120 struct input_mask { struct
212 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
235 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dinput.h123 struct input_mask { struct
219 #define EVIOCGMASK _IOW('E', 0x92, struct input_mask) /* Get event-masks */
242 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/standard-headers/linux/
H A Dinput.h115 struct input_mask { struct
207 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
230 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dinput.h123 struct input_mask { struct
219 #define EVIOCGMASK _IOW('E', 0x92, struct input_mask) /* Get event-masks */
242 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dinput.h121 struct input_mask { struct
213 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
236 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dinput.h121 struct input_mask { struct
213 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
236 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/emulators/qemu5/qemu-5.2.0/include/standard-headers/linux/
H A Dinput.h120 struct input_mask { struct
212 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */
235 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */
/dports/devel/evdev-proto/evdev-proto-5.8/
H A Dinput.h122 struct input_mask { struct
214 #define EVIOCGMASK _IOW('E', 0x92, struct input_mask) /* Get event-masks */
237 #define EVIOCSMASK _IOW('E', 0x93, struct input_mask) /* Set event-masks */

12345678910>>...31