Searched refs:nr_cells (Results 1 – 4 of 4) sorted by relevance
| /drivers/pinctrl/ |
| A D | devicetree.c | 361 int size, nr_cells, error; in pinctrl_count_index_with_args() local 364 &nr_cells, &size); in pinctrl_count_index_with_args() 385 int index, int nr_cells, int nr_elem, in pinctrl_copy_args() argument 392 out_args->args_count = nr_cells + 1; in pinctrl_copy_args() 397 list += index * (nr_cells + 1); in pinctrl_copy_args() 399 for (i = 0; i < nr_cells + 1; i++) in pinctrl_copy_args() 421 int nr_elem, nr_cells, error; in pinctrl_parse_index_with_args() local 424 &nr_cells, &nr_elem); in pinctrl_parse_index_with_args() 425 if (error || !nr_cells) in pinctrl_parse_index_with_args() 428 error = pinctrl_copy_args(np, list, index, nr_cells, nr_elem, in pinctrl_parse_index_with_args()
|
| /drivers/mfd/ |
| A D | axp20x.c | 1270 axp20x->nr_cells = ARRAY_SIZE(axp152_cells); in axp20x_match_device() 1276 axp20x->nr_cells = ARRAY_SIZE(axp192_cells); in axp20x_match_device() 1283 axp20x->nr_cells = ARRAY_SIZE(axp20x_cells); in axp20x_match_device() 1289 axp20x->nr_cells = ARRAY_SIZE(axp221_cells); in axp20x_match_device() 1295 axp20x->nr_cells = ARRAY_SIZE(axp223_cells); in axp20x_match_device() 1302 axp20x->nr_cells = ARRAY_SIZE(axp288_cells); in axp20x_match_device() 1320 axp20x->nr_cells = ARRAY_SIZE(axp717_cells); in axp20x_match_device() 1326 axp20x->nr_cells = ARRAY_SIZE(axp803_cells); in axp20x_match_device() 1350 axp20x->nr_cells = ARRAY_SIZE(axp809_cells); in axp20x_match_device() 1387 axp20x->nr_cells = nr_cells_no_irq; in axp20x_match_device() [all …]
|
| A D | rk8xx-core.c | 704 int nr_cells; in rk8xx_probe() local 722 nr_cells = ARRAY_SIZE(rk805s); in rk8xx_probe() 729 nr_cells = ARRAY_SIZE(rk806s); in rk8xx_probe() 747 nr_cells = ARRAY_SIZE(rk808s); in rk8xx_probe() 754 nr_cells = ARRAY_SIZE(rk816s); in rk8xx_probe() 761 nr_cells = ARRAY_SIZE(rk818s); in rk8xx_probe() 769 nr_cells = ARRAY_SIZE(rk817s); in rk8xx_probe() 795 ret = devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, cells, nr_cells, NULL, 0, in rk8xx_probe()
|
| 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()
|
Completed in 14 milliseconds