MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ofw_parse_irq_map

Function rt_ofw_parse_irq_map

components/drivers/ofw/irq.c:349–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349rt_err_t rt_ofw_parse_irq_map(struct rt_ofw_node *np, struct rt_ofw_cell_args *irq_args)
350{
351 rt_err_t err;
352
353 if (np && irq_args && irq_args->data)
354 {
355 err = ofw_parse_irq_map(np, irq_args);
356 }
357 else
358 {
359 err = -RT_EINVAL;
360 }
361
362 return err;
363}
364
365static rt_err_t ofw_parse_irq_cells(struct rt_ofw_node *np, int index, struct rt_ofw_cell_args *out_irq_args)
366{

Callers 1

pci_ofw_irq_parseFunction · 0.85

Calls 1

ofw_parse_irq_mapFunction · 0.85

Tested by

no test coverage detected