Home
last modified time | relevance | path

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

/include/linux/
Dirqchip.h36 #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
Dof_reserved_mem.h32 #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)
Delf.h90 size_t datasz, bool compat, in arch_parse_elf_property() argument
97 bool compat, struct arch_elf_state *arch);
Dof.h272 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 …]
Dcompat.h442 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 …]
Dclocksource.h282 #define TIMER_OF_DECLARE(name, compat, fn) \ argument
283 OF_DECLARE_1_RET(timer, name, compat, fn)
Dnvmem-provider.h105 bool compat; member
Duio.h334 struct iovec *fast_iov, bool compat);
340 struct iov_iter *i, bool compat);
Dserial_core.h812 #define OF_EARLYCON_DECLARE(_name, compat, fn) \ argument
817 .compatible = compat, \
Dclk-provider.h1380 #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)
Dio_uring_types.h201 unsigned int compat: 1; member
Dmod_devicetable.h278 char compat[32]; member
/include/uapi/linux/netfilter/
Dxt_set.h25 } compat; member
/include/asm-generic/
DKbuild15 mandatory-y += compat.h
/include/net/
Dxfrm.h1419 char *compat; member