Lines Matching +defs:val +defs:core
45 static bool si476x_core_is_valid_property_a10(struct si476x_core *core, in si476x_core_is_valid_property_a10()
86 static bool si476x_core_is_valid_property_a20(struct si476x_core *core, in si476x_core_is_valid_property_a20()
107 static bool si476x_core_is_valid_property_a30(struct si476x_core *core, in si476x_core_is_valid_property_a30()
135 static bool si476x_core_is_valid_property(struct si476x_core *core, in si476x_core_is_valid_property()
150 static bool si476x_core_is_readonly_property(struct si476x_core *core, in si476x_core_is_readonly_property()
174 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_readable_register() local
184 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_writable_register() local
192 unsigned int val) in si476x_core_regmap_write()
198 unsigned *val) in si476x_core_regmap_read()
200 struct si476x_core *core = context; in si476x_core_regmap_read() local
228 struct regmap *devm_regmap_init_si476x(struct si476x_core *core) in devm_regmap_init_si476x()