| 25 | * Helper function to allocate a handle container. |
| 26 | */ |
| 27 | static struct controller* create_handle(struct device* dev, const struct device_ops* ops, enum device_type type) |
| 28 | { |
| 29 | int err; |
| 30 | struct controller* handle; |
nothing calls this directly
no outgoing calls
no test coverage detected