Searched refs:nr_cells (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | devicetree.c | 353 int size, nr_cells, error; in pinctrl_count_index_with_args() local 356 &nr_cells, &size); in pinctrl_count_index_with_args() 377 int index, int nr_cells, int nr_elem, in pinctrl_copy_args() argument 384 out_args->args_count = nr_cells + 1; in pinctrl_copy_args() 389 list += index * (nr_cells + 1); in pinctrl_copy_args() 391 for (i = 0; i < nr_cells + 1; i++) in pinctrl_copy_args() 413 int nr_elem, nr_cells, error; in pinctrl_parse_index_with_args() local 416 &nr_cells, &nr_elem); in pinctrl_parse_index_with_args() 417 if (error || !nr_cells) in pinctrl_parse_index_with_args() 420 error = pinctrl_copy_args(np, list, index, nr_cells, nr_elem, in pinctrl_parse_index_with_args()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | axp20x.c | 850 axp20x->nr_cells = ARRAY_SIZE(axp152_cells); in axp20x_match_device() 857 axp20x->nr_cells = ARRAY_SIZE(axp20x_cells); in axp20x_match_device() 863 axp20x->nr_cells = ARRAY_SIZE(axp221_cells); in axp20x_match_device() 869 axp20x->nr_cells = ARRAY_SIZE(axp223_cells); in axp20x_match_device() 876 axp20x->nr_cells = ARRAY_SIZE(axp288_cells); in axp20x_match_device() 882 axp20x->nr_cells = ARRAY_SIZE(axp803_cells); in axp20x_match_device() 890 axp20x->nr_cells = ARRAY_SIZE(axp806_self_working_cells); in axp20x_match_device() 893 axp20x->nr_cells = ARRAY_SIZE(axp806_cells); in axp20x_match_device() 900 axp20x->nr_cells = ARRAY_SIZE(axp809_cells); in axp20x_match_device() 906 axp20x->nr_cells = ARRAY_SIZE(axp813_cells); in axp20x_match_device() [all …]
|
| H A D | rk808.c | 1134 int nr_cells; in rk808_probe() local 1180 nr_cells = ARRAY_SIZE(rk805s); in rk808_probe() 1196 nr_cells = ARRAY_SIZE(rk808s); in rk808_probe() 1206 nr_cells = ARRAY_SIZE(rk816s); in rk808_probe() 1221 nr_cells = ARRAY_SIZE(rk818s); in rk808_probe() 1237 nr_cells = ARRAY_SIZE(rk817s); in rk808_probe() 1326 cells, nr_cells, NULL, 0, in rk808_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | axp20x.h | 642 int nr_cells; member
|