Searched refs:compat (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | of_reserved_mem.h | 27 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 28 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
D | of_fdt.h | 35 const char *compat); 37 const char *const *compat);
|
D | aio.h | 78 struct iocb __user *__user *iocbpp, bool compat); 87 bool compat) { return 0; } in do_io_submit() argument
|
D | of.h | 226 const char *type, const char *compat); 312 extern int of_machine_is_compatible(const char *compat); 449 const char *compat) in of_find_compatible_node() argument 567 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument 840 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 843 = { .compatible = compat, \ 846 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 849 = { .compatible = compat, \ 856 #define OF_DECLARE_1(table, name, compat, fn) \ argument 857 _OF_DECLARE(table, name, compat, fn, of_init_fn_1) [all …]
|
D | clocksource.h | 238 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument 239 OF_DECLARE_1(clksrc, name, compat, fn)
|
D | serial_core.h | 323 #define OF_EARLYCON_DECLARE(name, compat, fn) \ argument 324 _OF_DECLARE(earlycon, name, compat, fn, void *)
|
D | clk-provider.h | 577 #define CLK_OF_DECLARE(name, compat, fn) OF_DECLARE_1(clk, name, compat, fn) argument
|
D | mod_devicetable.h | 234 char compat[32]; member
|
D | compat.h | 425 extern void sigset_from_compat(sigset_t *set, const compat_sigset_t *compat); 426 extern void sigset_to_compat(compat_sigset_t *compat, const sigset_t *set);
|
/include/uapi/linux/netfilter/ |
D | xt_set.h | 24 } compat; member
|
/include/linux/netfilter/ |
D | x_tables.h | 256 struct xt_counters_info *info, bool compat);
|
/include/uapi/linux/ |
D | Kbuild | 235 header-y += libc-compat.h
|
/include/net/ |
D | xfrm.h | 1335 char *compat; member
|