Home | History | Annotate | Download | only in layers

Lines Matching defs:core_device_commands

2463     } core_device_commands[] = {
2469 for (size_t i = 0; i < ARRAY_SIZE(core_device_commands); i++) {
2470 if (!strcmp(core_device_commands[i].name, name))
2471 return core_device_commands[i].proc;