Home | History | Annotate | Download | only in layers

Lines Matching defs:core_device_commands

1502     } core_device_commands[] = {
1521 for (size_t i = 0; i < ARRAY_SIZE(core_device_commands); i++) {
1522 if (!strcmp(core_device_commands[i].name, name))
1523 return core_device_commands[i].proc;