Searched refs:nr_cells (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/pinctrl/ |
H A D | devicetree.c | 355 int size, nr_cells, error; in pinctrl_count_index_with_args() local 358 &nr_cells, &size); in pinctrl_count_index_with_args() 379 int index, int nr_cells, int nr_elem, in pinctrl_copy_args() argument 386 out_args->args_count = nr_cells + 1; in pinctrl_copy_args() 391 list += index * (nr_cells + 1); in pinctrl_copy_args() 393 for (i = 0; i < nr_cells + 1; i++) in pinctrl_copy_args() 415 int nr_elem, nr_cells, error; in pinctrl_parse_index_with_args() local 418 &nr_cells, &nr_elem); in pinctrl_parse_index_with_args() 419 if (error || !nr_cells) in pinctrl_parse_index_with_args() 422 error = pinctrl_copy_args(np, list, index, nr_cells, nr_elem, in pinctrl_parse_index_with_args()
|
/linux/drivers/mfd/ |
H A D | axp20x.c | 1269 axp20x->nr_cells = ARRAY_SIZE(axp152_cells); in axp20x_match_device() 1275 axp20x->nr_cells = ARRAY_SIZE(axp192_cells); in axp20x_match_device() 1282 axp20x->nr_cells = ARRAY_SIZE(axp20x_cells); in axp20x_match_device() 1288 axp20x->nr_cells = ARRAY_SIZE(axp221_cells); in axp20x_match_device() 1294 axp20x->nr_cells = ARRAY_SIZE(axp223_cells); in axp20x_match_device() 1301 axp20x->nr_cells = ARRAY_SIZE(axp288_cells); in axp20x_match_device() 1307 axp20x->nr_cells = ARRAY_SIZE(axp313a_cells); in axp20x_match_device() 1313 axp20x->nr_cells = ARRAY_SIZE(axp313a_cells); in axp20x_match_device() 1319 axp20x->nr_cells = ARRAY_SIZE(axp717_cells); in axp20x_match_device() 1325 axp20x->nr_cells = ARRAY_SIZE(axp803_cells); in axp20x_match_device() [all …]
|
H A D | rk8xx-core.c | 702 int nr_cells; in rk8xx_probe() local 720 nr_cells = ARRAY_SIZE(rk805s); in rk8xx_probe() 727 nr_cells = ARRAY_SIZE(rk806s); in rk8xx_probe() 735 nr_cells = ARRAY_SIZE(rk808s); in rk8xx_probe() 742 nr_cells = ARRAY_SIZE(rk816s); in rk8xx_probe() 749 nr_cells = ARRAY_SIZE(rk818s); in rk8xx_probe() 757 nr_cells = ARRAY_SIZE(rk817s); in rk8xx_probe() 783 ret = devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, cells, nr_cells, NULL, 0, in rk8xx_probe()
|
H A D | atc260x-core.c | 211 atc260x->nr_cells = ARRAY_SIZE(atc2603c_mfd_cells); in atc260x_match_device() 220 atc260x->nr_cells = ARRAY_SIZE(atc2609a_mfd_cells); in atc260x_match_device() 293 atc260x->cells, atc260x->nr_cells, NULL, 0, in atc260x_device_probe()
|
/linux/include/linux/mfd/atc260x/ |
H A D | core.h | 42 int nr_cells; member
|
/linux/include/linux/mfd/ |
H A D | axp20x.h | 965 int nr_cells; member
|