Searched refs:iomux_match_device (Results 1 – 3 of 3) sorted by relevance
/u-boot/common/ |
A D | iomux.c | 23 int iomux_match_device(struct stdio_dev **set, const int n, struct stdio_dev *sdev) in iomux_match_device() function 107 repeat = iomux_match_device(cons_set, cs_idx, dev); in iomux_doenv() 134 j = iomux_match_device(cons_set, cs_idx, old_set[i]); in iomux_doenv()
|
A D | console.c | 261 if (iomux_match_device(console_devices[i], cd_count[i], sdev) >= 0) in console_needs_start_stop()
|
/u-boot/include/ |
A D | iomux.h | 32 int iomux_match_device(struct stdio_dev **, const int, struct stdio_dev *);
|
Completed in 10 milliseconds