Searched refs:get_mask (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | c2p_core.h | 32 static 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-4.1.27/net/openvswitch/ |
D | actions.c | 737 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro 747 SET_MASKED(skb->priority, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action() 752 SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action() 763 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action() 768 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action() 773 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action() 778 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action() 783 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action() 788 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action() 792 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | conf_space.c | 94 static inline u32 get_mask(int size) in get_mask() function 194 get_mask(field->size), in xen_pcibk_config_read() 242 tmp_val = merge_value(tmp_val, value, get_mask(size), in xen_pcibk_config_write()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1712.h | 368 unsigned int (*get_mask)(struct snd_ice1712 *ice); member
|
D | ice1724.c | 2558 ice->gpio.get_mask = snd_vt1724_get_gpio_mask; in snd_vt1724_create()
|
D | ice1712.c | 2558 ice->gpio.get_mask = snd_ice1712_get_gpio_mask; in snd_ice1712_create()
|