Searched refs:nr_cells (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/pinctrl/ |
A D | devicetree.c | 351 int size, nr_cells, error; in pinctrl_count_index_with_args() local 354 &nr_cells, &size); in pinctrl_count_index_with_args() 375 int index, int nr_cells, int nr_elem, in pinctrl_copy_args() argument 382 out_args->args_count = nr_cells + 1; in pinctrl_copy_args() 387 list += index * (nr_cells + 1); in pinctrl_copy_args() 389 for (i = 0; i < nr_cells + 1; i++) in pinctrl_copy_args() 411 int nr_elem, nr_cells, error; in pinctrl_parse_index_with_args() local 414 &nr_cells, &nr_elem); in pinctrl_parse_index_with_args() 415 if (error || !nr_cells) in pinctrl_parse_index_with_args() 418 error = pinctrl_copy_args(np, list, index, nr_cells, nr_elem, in pinctrl_parse_index_with_args()
|
/linux/drivers/mfd/ |
A D | axp20x.c | 863 axp20x->nr_cells = ARRAY_SIZE(axp152_cells); in axp20x_match_device() 870 axp20x->nr_cells = ARRAY_SIZE(axp20x_cells); in axp20x_match_device() 876 axp20x->nr_cells = ARRAY_SIZE(axp221_cells); in axp20x_match_device() 882 axp20x->nr_cells = ARRAY_SIZE(axp223_cells); in axp20x_match_device() 889 axp20x->nr_cells = ARRAY_SIZE(axp288_cells); in axp20x_match_device() 895 axp20x->nr_cells = ARRAY_SIZE(axp803_cells); in axp20x_match_device() 908 axp20x->nr_cells = ARRAY_SIZE(axp806_self_working_cells); in axp20x_match_device() 911 axp20x->nr_cells = ARRAY_SIZE(axp806_cells); in axp20x_match_device() 918 axp20x->nr_cells = ARRAY_SIZE(axp809_cells); in axp20x_match_device() 924 axp20x->nr_cells = ARRAY_SIZE(axp813_cells); in axp20x_match_device() [all …]
|
A D | rk808.c | 607 int nr_cells; in rk808_probe() local 651 nr_cells = ARRAY_SIZE(rk805s); in rk808_probe() 659 nr_cells = ARRAY_SIZE(rk808s); in rk808_probe() 667 nr_cells = ARRAY_SIZE(rk818s); in rk808_probe() 676 nr_cells = ARRAY_SIZE(rk817s); in rk808_probe() 720 cells, nr_cells, NULL, 0, in rk808_probe()
|
A D | atc260x-core.c | 214 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()
|
/linux/include/linux/mfd/atc260x/ |
A D | core.h | 42 int nr_cells; member
|
/linux/include/linux/mfd/ |
A D | axp20x.h | 642 int nr_cells; member
|
Completed in 12 milliseconds