Searched refs:defn (Results 1 - 25 of 60) sorted by relevance

123

/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dserial.h15 int uart_init(const struct dev_defn* defn, const ps_io_ops_t* ops, struct ps_chardevice* dev);
/seL4-refos-master/libs/libplatsupport/src/plat/bcm2837/
H A Dserial.h15 int uart_init(const struct dev_defn* defn, const ps_io_ops_t* ops, ps_chardevice_t* dev);
H A Dserial.c66 int uart_init(const struct dev_defn* defn, argument
71 void* vaddr = chardev_map(defn, ops);
78 dev->id = defn->id;
83 dev->irqs = defn->irqs;
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dserial.h15 int uart_init(const struct dev_defn* defn, const ps_io_ops_t* ops, struct ps_chardevice* dev);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/bcm2837/
H A Dserial.h15 int uart_init(const struct dev_defn* defn, const ps_io_ops_t* ops, ps_chardevice_t* dev);
H A Dserial.c66 int uart_init(const struct dev_defn* defn, argument
71 void* vaddr = chardev_map(defn, ops);
78 dev->id = defn->id;
83 dev->irqs = defn->irqs;
/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Dega.h16 int text_ega_init(const struct dev_defn* defn, const ps_io_ops_t* ops, ps_chardevice_t* dev);
H A Dkeyboard_chardev.h20 keyboard_cdev_init(const struct dev_defn* defn, const ps_io_ops_t* ops, ps_chardevice_t* dev);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dega.h16 int text_ega_init(const struct dev_defn* defn, const ps_io_ops_t* ops, ps_chardevice_t* dev);
H A Dkeyboard_chardev.h20 keyboard_cdev_init(const struct dev_defn* defn, const ps_io_ops_t* ops, ps_chardevice_t* dev);
/seL4-refos-master/libs/libplatsupport/src/plat/spike/
H A Dserial.c18 int uart_init(const struct dev_defn* defn, argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/spike/
H A Dserial.c18 int uart_init(const struct dev_defn* defn, argument
/seL4-refos-master/libs/libplatsupport/src/plat/ariane/
H A Dserial.c18 int uart_init(const struct dev_defn *defn, argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/ariane/
H A Dserial.c18 int uart_init(const struct dev_defn *defn, argument
/seL4-refos-master/libs/libplatsupport/src/plat/rocketchip/
H A Dserial.c18 int uart_init(const struct dev_defn *defn, argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/rocketchip/
H A Dserial.c18 int uart_init(const struct dev_defn *defn, argument
/seL4-refos-master/libs/libplatsupport/src/plat/odroidc2/
H A Dserial.c52 int uart_init(const struct dev_defn *defn, argument
57 char *page_vaddr = chardev_map(defn, ops);
63 switch (defn->id) {
82 dev->id = defn->id;
87 dev->irqs = defn->irqs;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/odroidc2/
H A Dserial.c52 int uart_init(const struct dev_defn *defn, argument
57 char *page_vaddr = chardev_map(defn, ops);
63 switch (defn->id) {
82 dev->id = defn->id;
87 dev->irqs = defn->irqs;
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Dserial.c58 int uart_init(const struct dev_defn* defn, argument
63 void* vaddr = chardev_map(defn, ops);
69 dev->id = defn->id;
74 dev->irqs = defn->irqs;
/seL4-refos-master/libs/libplatsupport/src/plat/apq8064/
H A Dserial.c54 int uart_init(const struct dev_defn* defn, argument
59 void* vaddr = chardev_map(defn, ops);
66 dev->id = defn->id;
71 dev->irqs = defn->irqs;
/seL4-refos-master/libs/libplatsupport/src/plat/fvp/
H A Dserial.c59 int uart_init(const struct dev_defn* defn, argument
64 void* vaddr = chardev_map(defn, ops);
70 dev->id = defn->id;
75 dev->irqs = defn->irqs;
/seL4-refos-master/libs/libplatsupport/src/plat/hikey/
H A Dserial.c56 int uart_init(const struct dev_defn* defn, argument
61 void* vaddr = chardev_map(defn, ops);
67 dev->id = defn->id;
72 dev->irqs = defn->irqs;
/seL4-refos-master/libs/libplatsupport/src/plat/omap3/
H A Dserial.c58 uart_init(const struct dev_defn* defn, argument
62 void* vaddr = chardev_map(defn, ops);
67 dev->id = defn->id;
72 dev->irqs = defn->irqs;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dserial.c58 int uart_init(const struct dev_defn* defn, argument
63 void* vaddr = chardev_map(defn, ops);
69 dev->id = defn->id;
74 dev->irqs = defn->irqs;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/apq8064/
H A Dserial.c54 int uart_init(const struct dev_defn* defn, argument
59 void* vaddr = chardev_map(defn, ops);
66 dev->id = defn->id;
71 dev->irqs = defn->irqs;

Completed in 59 milliseconds

123