/include/linux/ |
D | irqchip.h | 36 #define IRQCHIP_DECLARE(name, compat, fn) \ argument 37 OF_DECLARE_2(irqchip, name, compat, typecheck_irq_init_cb(fn)) 44 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, \ argument
|
D | of_reserved_mem.h | 32 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 33 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn) 45 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 46 _OF_DECLARE_STUB(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
D | elf.h | 90 size_t datasz, bool compat, in arch_parse_elf_property() argument 97 bool compat, struct arch_elf_state *arch);
|
D | of.h | 272 const char *type, const char *compat); 346 const char *const *compat); 392 extern int of_machine_is_compatible(const char *compat); 566 const char *const *compat) in of_device_compatible_match() argument 591 const char *compat) in of_find_compatible_node() argument 764 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument 1408 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument 1411 = { .compatible = compat, \ 1415 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 1419 = { .compatible = compat, \ [all …]
|
D | compat.h | 442 extern int get_compat_sigset(sigset_t *set, const compat_sigset_t __user *compat); 449 put_compat_sigset(compat_sigset_t __user *compat, const sigset_t *set, in put_compat_sigset() argument 464 return copy_to_user(compat, &v, size) ? -EFAULT : 0; in put_compat_sigset() 466 return copy_to_user(compat, set, size) ? -EFAULT : 0; in put_compat_sigset() 471 #define unsafe_put_compat_sigset(compat, set, label) do { \ argument 472 compat_sigset_t __user *__c = compat; \ 494 #define unsafe_get_compat_sigset(set, compat, label) do { \ argument 495 const compat_sigset_t __user *__c = compat; \ 522 #define unsafe_put_compat_sigset(compat, set, label) do { \ argument 523 compat_sigset_t __user *__c = compat; \ [all …]
|
D | clocksource.h | 282 #define TIMER_OF_DECLARE(name, compat, fn) \ argument 283 OF_DECLARE_1_RET(timer, name, compat, fn)
|
D | nvmem-provider.h | 105 bool compat; member
|
D | uio.h | 334 struct iovec *fast_iov, bool compat); 340 struct iov_iter *i, bool compat);
|
D | serial_core.h | 812 #define OF_EARLYCON_DECLARE(_name, compat, fn) \ argument 817 .compatible = compat, \
|
D | clk-provider.h | 1380 #define CLK_OF_DECLARE(name, compat, fn) \ argument 1386 OF_DECLARE_1(clk, name, compat, __##name##_of_clk_init_declare) 1392 #define CLK_OF_DECLARE_DRIVER(name, compat, fn) \ argument 1398 OF_DECLARE_1(clk, name, compat, name##_of_clk_init_driver)
|
D | io_uring_types.h | 201 unsigned int compat: 1; member
|
D | mod_devicetable.h | 278 char compat[32]; member
|
/include/uapi/linux/netfilter/ |
D | xt_set.h | 25 } compat; member
|
/include/asm-generic/ |
D | Kbuild | 15 mandatory-y += compat.h
|
/include/net/ |
D | xfrm.h | 1419 char *compat; member
|