| /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 | 31 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 32 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn) 44 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 45 _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 | 274 const char *type, const char *compat); 350 const char *const *compat); 409 static inline bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument 411 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() 585 const char *const *compat) in of_device_compatible_match() argument 610 const char *compat) in of_find_compatible_node() argument 804 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument 1514 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument 1517 = { .compatible = compat, \ 1521 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument [all …]
|
| D | compat.h | 440 extern int get_compat_sigset(sigset_t *set, const compat_sigset_t __user *compat); 447 put_compat_sigset(compat_sigset_t __user *compat, const sigset_t *set, in put_compat_sigset() argument 462 return copy_to_user(compat, &v, size) ? -EFAULT : 0; in put_compat_sigset() 464 return copy_to_user(compat, set, size) ? -EFAULT : 0; in put_compat_sigset() 469 #define unsafe_put_compat_sigset(compat, set, label) do { \ argument 470 compat_sigset_t __user *__c = compat; \ 492 #define unsafe_get_compat_sigset(set, compat, label) do { \ argument 493 const compat_sigset_t __user *__c = compat; \ 520 #define unsafe_put_compat_sigset(compat, set, label) do { \ argument 521 compat_sigset_t __user *__c = compat; \ [all …]
|
| D | clocksource.h | 290 #define TIMER_OF_DECLARE(name, compat, fn) \ argument 291 OF_DECLARE_1_RET(timer, name, compat, fn)
|
| D | property.h | 90 bool fwnode_device_is_compatible(const struct fwnode_handle *fwnode, const char *compat) in fwnode_device_is_compatible() argument 92 return fwnode_property_match_string(fwnode, "compatible", compat) >= 0; in fwnode_device_is_compatible() 118 static inline bool device_is_compatible(const struct device *dev, const char *compat) in device_is_compatible() argument 120 return fwnode_device_is_compatible(dev_fwnode(dev), compat); in device_is_compatible()
|
| D | nvmem-provider.h | 136 bool compat; member
|
| D | uio.h | 356 struct iovec *fast_iov, bool compat); 362 struct iov_iter *i, bool compat);
|
| D | clk-provider.h | 1439 #define CLK_OF_DECLARE(name, compat, fn) \ argument 1445 OF_DECLARE_1(clk, name, compat, __##name##_of_clk_init_declare) 1451 #define CLK_OF_DECLARE_DRIVER(name, compat, fn) \ argument 1457 OF_DECLARE_1(clk, name, compat, name##_of_clk_init_driver)
|
| D | io_uring_types.h | 237 unsigned int compat: 1; member
|
| D | serial_core.h | 1075 #define OF_EARLYCON_DECLARE(_name, compat, fn) \ argument 1080 .compatible = compat, \
|
| D | mod_devicetable.h | 292 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 | sock.h | 1820 int do_sock_setsockopt(struct socket *sock, bool compat, int level, 1822 int do_sock_getsockopt(struct socket *sock, bool compat, int level,
|
| D | xfrm.h | 1529 char *compat; member
|