Searched refs:compatible (Results 1 – 6 of 6) sorted by relevance
/include/linux/platform_data/ |
D | mv88e6xxx.h | 12 const char *compatible; member
|
/include/linux/ |
D | of_platform.h | 38 char *compatible; member 46 { .compatible = _compat, .phys_addr = _phys, .name = _name, \
|
D | irqchip.h | 36 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, .data = fn },
|
D | of.h | 294 const char *compatible); 557 const char *compatible) in of_get_compatible_child() argument 1279 #define for_each_compatible_node(dn, type, compatible) \ argument 1280 for (dn = of_find_compatible_node(NULL, type, compatible); dn; \ 1281 dn = of_find_compatible_node(dn, type, compatible)) 1329 = { .compatible = compat, \ 1337 = { .compatible = compat, \
|
D | serial_core.h | 382 char compatible[128]; member 400 .compatible = compat, \
|
D | mod_devicetable.h | 271 char compatible[128]; member
|