Searched refs:compatible (Results 1 – 5 of 5) 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 | of.h | 294 const char *compatible); 657 const char *compatible) in of_get_compatible_child() argument 1234 #define for_each_compatible_node(dn, type, compatible) \ argument 1235 for (dn = of_find_compatible_node(NULL, type, compatible); dn; \ 1236 dn = of_find_compatible_node(dn, type, compatible)) 1285 = { .compatible = compat, \ 1291 = { .compatible = compat, \
|
D | serial_core.h | 353 char compatible[128]; member 370 .compatible = compat, \
|
D | mod_devicetable.h | 263 char compatible[128]; member
|