Searched refs:childs (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | twl4030-audio.c | 184 int ret, childs = 0; in twl4030_audio_probe() local 226 cell = &audio->cells[childs]; in twl4030_audio_probe() 232 childs++; in twl4030_audio_probe() 235 cell = &audio->cells[childs]; in twl4030_audio_probe() 241 childs++; in twl4030_audio_probe() 247 if (childs) in twl4030_audio_probe() 249 childs, NULL, 0, NULL); in twl4030_audio_probe() 251 dev_err(&pdev->dev, "No platform data found for childs\n"); in twl4030_audio_probe()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | twl4030-audio.c | 184 int ret, childs = 0; in twl4030_audio_probe() local 226 cell = &audio->cells[childs]; in twl4030_audio_probe() 232 childs++; in twl4030_audio_probe() 235 cell = &audio->cells[childs]; in twl4030_audio_probe() 241 childs++; in twl4030_audio_probe() 247 if (childs) in twl4030_audio_probe() 249 childs, NULL, 0, NULL); in twl4030_audio_probe() 251 dev_err(&pdev->dev, "No platform data found for childs\n"); in twl4030_audio_probe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 90 int childs = NR_CHILDS; in main() local 129 childs -= 1; in main() 132 if (!childs) in main()
|
Completed in 2 milliseconds