Home
last modified time | relevance | path

Searched refs:syr82x_NUM_REGULATORS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dsyr82x.c35 #define syr82x_NUM_REGULATORS 1 macro
59 struct regulator_init_data *syr82x_init_data[syr82x_NUM_REGULATORS];
60 struct device_node *of_node[syr82x_NUM_REGULATORS];
381 syr82x_NUM_REGULATORS); in syr82x_parse_dt()
442 syr82x->num_regulators = syr82x_NUM_REGULATORS; in syr82x_i2c_probe()
443 syr82x->rdev = kcalloc(syr82x_NUM_REGULATORS,sizeof(struct regulator_dev *), GFP_KERNEL); in syr82x_i2c_probe()