Searched refs:get_mask (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/video/fbdev/ |
A D | c2p_core.h | 32 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/drivers/pinctrl/ |
A D | pinctrl-stmfx.c | 107 u32 mask = get_mask(offset); in stmfx_gpio_get() 120 u32 mask = get_mask(offset); in stmfx_gpio_set() 130 u32 mask = get_mask(offset); in stmfx_gpio_get_direction() 151 u32 mask = get_mask(offset); in stmfx_gpio_direction_input() 161 u32 mask = get_mask(offset); in stmfx_gpio_direction_output() 172 u32 pupd, mask = get_mask(offset); in stmfx_pinconf_get_pupd() 186 u32 mask = get_mask(offset); in stmfx_pinconf_set_pupd() 195 u32 type, mask = get_mask(offset); in stmfx_pinconf_get_type() 209 u32 mask = get_mask(offset); in stmfx_pinconf_set_type() 425 u32 mask = get_mask(data->hwirq); in stmfx_pinctrl_irq_mask() [all …]
|
/linux/lib/ |
A D | sbitmap.c | 510 unsigned long get_mask; in __sbitmap_queue_get_batch() local 522 get_mask = ((1UL << map_tags) - 1) << nr; in __sbitmap_queue_get_batch() 525 ret = atomic_long_cmpxchg(ptr, val, get_mask | val); in __sbitmap_queue_get_batch() 527 get_mask = (get_mask & ~ret) >> nr; in __sbitmap_queue_get_batch() 528 if (get_mask) { in __sbitmap_queue_get_batch() 532 return get_mask; in __sbitmap_queue_get_batch()
|
/linux/net/openvswitch/ |
A D | actions.c | 1066 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro 1077 *get_mask(a, u32 *)); in execute_masked_set_action() 1082 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action() 1093 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action() 1102 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action() 1107 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action() 1112 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action() 1117 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action() 1122 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action() 1126 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()
|
/linux/drivers/xen/xen-pciback/ |
A D | conf_space.c | 97 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/drivers/gpio/ |
A D | gpio-mmio.c | 150 unsigned long get_mask = 0; in bgpio_get_set_multiple() local 157 get_mask = *mask & ~gc->bgpio_dir; in bgpio_get_set_multiple() 161 if (get_mask) in bgpio_get_set_multiple() 162 *bits |= gc->read_reg(gc->reg_dat) & get_mask; in bgpio_get_set_multiple()
|
A D | gpiolib.c | 2552 array_info->get_mask, in gpiod_get_array_value_complex() 2561 i = find_first_zero_bit(array_info->get_mask, array_size); in gpiod_get_array_value_complex() 2607 i = find_next_zero_bit(array_info->get_mask, in gpiod_get_array_value_complex() 2633 j = find_next_zero_bit(array_info->get_mask, i, in gpiod_get_array_value_complex() 4134 array_info->get_mask = array_info->invert_mask + in gpiod_get_array() 4136 array_info->set_mask = array_info->get_mask + in gpiod_get_array() 4142 bitmap_set(array_info->get_mask, descs->ndescs, in gpiod_get_array() 4150 __clear_bit(descs->ndescs, array_info->get_mask); in gpiod_get_array() 4164 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array() 4168 array_info->get_mask); in gpiod_get_array() [all …]
|
A D | gpiolib.h | 79 unsigned long *get_mask; member
|
/linux/sound/pci/ice1712/ |
A D | ice1712.h | 355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member
|
A D | ice1712.c | 2482 ice->gpio.get_mask = snd_ice1712_get_gpio_mask; in snd_ice1712_create()
|
A D | ice1724.c | 2479 ice->gpio.get_mask = snd_vt1724_get_gpio_mask; in snd_vt1724_create()
|
Completed in 44 milliseconds