Home
last modified time | relevance | path

Searched defs:get_mask (Results 1 – 8 of 8) 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
/linux/drivers/xen/xen-pciback/
H A Dconf_space.c97 static inline u32 get_mask(int size) in get_mask() function
/linux/tools/net/ynl/pyynl/lib/
H A Dnlspec.py151 def get_mask(self, as_flags=None): member in SpecEnumSet
/linux/drivers/gpio/
H A Dgpio-mmio.c153 unsigned long get_mask = 0, set_mask = 0; in gpio_mmio_get_set_multiple() local
/linux/lib/
H A Dsbitmap.c533 unsigned long get_mask; in __sbitmap_queue_get_batch() local
/linux/drivers/pinctrl/
H A Dpinctrl-stmfx.c50 #define get_mask(offset) (BIT(get_shift(offset))) macro
/linux/net/openvswitch/
H A Dactions.c1037 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro
/linux/sound/pci/ice1712/
H A Dice1712.h355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member