Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/
Ddevicetree.c339 int size, nr_cells, error; in pinctrl_count_index_with_args() local
342 &nr_cells, &size); in pinctrl_count_index_with_args()
363 int index, int nr_cells, int nr_elem, in pinctrl_copy_args() argument
370 out_args->args_count = nr_cells + 1; in pinctrl_copy_args()
375 list += index * (nr_cells + 1); in pinctrl_copy_args()
377 for (i = 0; i < nr_cells + 1; i++) in pinctrl_copy_args()
399 int nr_elem, nr_cells, error; in pinctrl_parse_index_with_args() local
402 &nr_cells, &nr_elem); in pinctrl_parse_index_with_args()
403 if (error || !nr_cells) in pinctrl_parse_index_with_args()
406 error = pinctrl_copy_args(np, list, index, nr_cells, nr_elem, in pinctrl_parse_index_with_args()
/Linux-v5.4/drivers/mfd/
Daxp20x.c849 axp20x->nr_cells = ARRAY_SIZE(axp152_cells); in axp20x_match_device()
856 axp20x->nr_cells = ARRAY_SIZE(axp20x_cells); in axp20x_match_device()
862 axp20x->nr_cells = ARRAY_SIZE(axp221_cells); in axp20x_match_device()
868 axp20x->nr_cells = ARRAY_SIZE(axp223_cells); in axp20x_match_device()
875 axp20x->nr_cells = ARRAY_SIZE(axp288_cells); in axp20x_match_device()
881 axp20x->nr_cells = ARRAY_SIZE(axp803_cells); in axp20x_match_device()
889 axp20x->nr_cells = ARRAY_SIZE(axp806_self_working_cells); in axp20x_match_device()
892 axp20x->nr_cells = ARRAY_SIZE(axp806_cells); in axp20x_match_device()
899 axp20x->nr_cells = ARRAY_SIZE(axp809_cells); in axp20x_match_device()
905 axp20x->nr_cells = ARRAY_SIZE(axp813_cells); in axp20x_match_device()
[all …]
Drk808.c564 int nr_cells; in rk808_probe() local
608 nr_cells = ARRAY_SIZE(rk805s); in rk808_probe()
618 nr_cells = ARRAY_SIZE(rk808s); in rk808_probe()
627 nr_cells = ARRAY_SIZE(rk818s); in rk808_probe()
637 nr_cells = ARRAY_SIZE(rk817s); in rk808_probe()
682 cells, nr_cells, NULL, 0, in rk808_probe()
/Linux-v5.4/include/linux/mfd/
Daxp20x.h642 int nr_cells; member