Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Dof_reserved_mem.h27 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
28 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn)
Dof_fdt.h35 const char *compat);
37 const char *const *compat);
Daio.h78 struct iocb __user *__user *iocbpp, bool compat);
87 bool compat) { return 0; } in do_io_submit() argument
Dof.h226 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 …]
Dclocksource.h238 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument
239 OF_DECLARE_1(clksrc, name, compat, fn)
Dserial_core.h323 #define OF_EARLYCON_DECLARE(name, compat, fn) \ argument
324 _OF_DECLARE(earlycon, name, compat, fn, void *)
Dclk-provider.h577 #define CLK_OF_DECLARE(name, compat, fn) OF_DECLARE_1(clk, name, compat, fn) argument
Dmod_devicetable.h234 char compat[32]; member
Dcompat.h425 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/
Dxt_set.h24 } compat; member
/include/linux/netfilter/
Dx_tables.h256 struct xt_counters_info *info, bool compat);
/include/uapi/linux/
DKbuild235 header-y += libc-compat.h
/include/net/
Dxfrm.h1335 char *compat; member