Searched refs:mask_all (Results 1 – 2 of 2) sorted by relevance
/drivers/iio/adc/ |
D | ad7606.h | 11 #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all) { \ argument 18 .info_mask_shared_by_all = mask_all, \
|
/drivers/regulator/ |
D | da9121-regulator.c | 964 const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; in da9121_config_irq() local 994 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_config_irq() 1039 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_probe() local 1055 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_i2c_probe() 1074 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_remove() local 1080 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_i2c_remove()
|