Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Ddevicetree.c353 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()
/linux-6.1.9/drivers/mfd/
Daxp20x.c872 axp20x->nr_cells = ARRAY_SIZE(axp152_cells); in axp20x_match_device()
879 axp20x->nr_cells = ARRAY_SIZE(axp20x_cells); in axp20x_match_device()
885 axp20x->nr_cells = ARRAY_SIZE(axp221_cells); in axp20x_match_device()
891 axp20x->nr_cells = ARRAY_SIZE(axp223_cells); in axp20x_match_device()
898 axp20x->nr_cells = ARRAY_SIZE(axp288_cells); in axp20x_match_device()
904 axp20x->nr_cells = ARRAY_SIZE(axp803_cells); in axp20x_match_device()
917 axp20x->nr_cells = ARRAY_SIZE(axp806_self_working_cells); in axp20x_match_device()
920 axp20x->nr_cells = ARRAY_SIZE(axp806_cells); in axp20x_match_device()
927 axp20x->nr_cells = ARRAY_SIZE(axp809_cells); in axp20x_match_device()
933 axp20x->nr_cells = ARRAY_SIZE(axp813_cells); in axp20x_match_device()
[all …]
Datc260x-core.c214 atc260x->nr_cells = ARRAY_SIZE(atc2603c_mfd_cells); in atc260x_match_device()
223 atc260x->nr_cells = ARRAY_SIZE(atc2609a_mfd_cells); in atc260x_match_device()
296 atc260x->cells, atc260x->nr_cells, NULL, 0, in atc260x_device_probe()
Drk808.c651 int nr_cells; in rk808_probe() local
695 nr_cells = ARRAY_SIZE(rk805s); in rk808_probe()
703 nr_cells = ARRAY_SIZE(rk808s); in rk808_probe()
711 nr_cells = ARRAY_SIZE(rk818s); in rk808_probe()
720 nr_cells = ARRAY_SIZE(rk817s); in rk808_probe()
764 cells, nr_cells, NULL, 0, in rk808_probe()
/linux-6.1.9/include/linux/mfd/atc260x/
Dcore.h42 int nr_cells; member
/linux-6.1.9/include/linux/mfd/
Daxp20x.h642 int nr_cells; member