Home
last modified time | relevance | path

Searched defs:mask_all (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/regulator/
Dda9121-regulator.c957 const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; in da9121_config_irq() local
1032 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_probe() local
1067 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_remove() local
/Linux-v5.15/arch/x86/include/asm/
Di8259.h64 void (*mask_all)(void); member
/Linux-v5.15/drivers/iio/adc/
Dad7606.h11 #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all) { \ argument