Home
last modified time | relevance | path

Searched refs:get_mask (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/video/fbdev/
H A Dc2p_core.h32 static __always_inline u32 get_mask(unsigned int n) in get_mask() function
62 u32 mask = get_mask(n); in transp8()
104 u32 mask = get_mask(n); in transp4()
131 u32 mask = get_mask(n); in transp4x()
/linux/lib/
H A Dsbitmap.c533 unsigned long get_mask; in __sbitmap_queue_get_batch() local
546 get_mask = ((1UL << nr_tags) - 1) << nr; in __sbitmap_queue_get_batch()
548 get_mask | val)) in __sbitmap_queue_get_batch()
550 get_mask = (get_mask & ~val) >> nr; in __sbitmap_queue_get_batch()
551 if (get_mask) { in __sbitmap_queue_get_batch()
555 return get_mask; in __sbitmap_queue_get_batch()
/linux/drivers/xen/xen-pciback/
H A Dconf_space.c97 static inline u32 get_mask(int size) in get_mask() function
192 get_mask(field->size), in xen_pcibk_config_read()
231 tmp_val = merge_value(tmp_val, value, get_mask(size), in xen_pcibk_config_write()
/linux/net/openvswitch/
H A Dactions.c1041 #define get_mask(a, type) ((const type)nla_data(a) + 1)
1052 *get_mask(a, u32 *)); in execute_masked_set_action()
1057 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action()
1068 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action()
1073 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action()
1078 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action()
1083 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action()
1088 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action()
1093 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action()
1097 err = set_mpls(skb, flow_key, nla_data(a), get_mask( in execute_masked_set_action()
1040 #define get_mask( global() macro
[all...]
/linux/drivers/gpio/
H A Dgpiolib.c3490 ret = gpio_chip_get_multiple(gc, array_info->get_mask, in gpiod_get_array_value_complex()
3499 i = find_first_zero_bit(array_info->get_mask, array_size); in gpiod_get_array_value_complex()
3548 i = find_next_zero_bit(array_info->get_mask, in gpiod_get_array_value_complex()
3574 j = find_next_zero_bit(array_info->get_mask, i, in gpiod_get_array_value_complex()
5209 array_info->get_mask = array_info->invert_mask + in gpiod_get_array()
5211 array_info->set_mask = array_info->get_mask + in gpiod_get_array()
5217 bitmap_set(array_info->get_mask, descs->ndescs, in gpiod_get_array()
5230 __clear_bit(descs->ndescs, array_info->get_mask); in gpiod_get_array()
5243 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array()
5247 array_info->get_mask); in gpiod_get_array()
[all …]
/linux/sound/pci/ice1712/
H A Dice1712.h355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py438 mask = enum.get_mask(as_flags=True)
659 mask = enum.get_mask(as_flags=True)
3257 max_val = f' = {enum.get_mask()},'