| /include/linux/ |
| A 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
|
| A 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) 51 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument 52 _OF_DECLARE_STUB(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
| A D | elf.h | 90 size_t datasz, bool compat, in arch_parse_elf_property() argument 97 bool compat, struct arch_elf_state *arch);
|
| A D | of.h | 274 const char *type, const char *compat); 359 const char *const *compat); 419 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() 600 const char *const *compat) in of_device_compatible_match() argument 625 const char *compat) in of_find_compatible_node() argument 1528 = { .compatible = compat, \ 1536 = { .compatible = compat, \ 1540 _OF_DECLARE_STUB(table, name, compat, fn, fn_type) 1547 #define OF_DECLARE_1(table, name, compat, fn) \ argument 1549 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument [all …]
|
| A D | compat.h | 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; \ 527 #define unsafe_get_compat_sigset(set, compat, label) do { \ argument [all …]
|
| A D | clocksource.h | 289 #define TIMER_OF_DECLARE(name, compat, fn) \ argument 290 OF_DECLARE_1_RET(timer, name, compat, fn)
|
| A D | nvmem-provider.h | 136 bool compat; member
|
| A D | property.h | 94 bool fwnode_device_is_compatible(const struct fwnode_handle *fwnode, const char *compat) in fwnode_device_is_compatible() argument 96 return fwnode_property_match_string(fwnode, "compatible", compat) >= 0; in fwnode_device_is_compatible() 122 static inline bool device_is_compatible(const struct device *dev, const char *compat) in device_is_compatible() argument 124 return fwnode_device_is_compatible(dev_fwnode(dev), compat); in device_is_compatible()
|
| A D | uio.h | 365 struct iovec *fast_iov, bool compat); 371 struct iov_iter *i, bool compat);
|
| A D | clk-provider.h | 1475 #define CLK_OF_DECLARE(name, compat, fn) \ argument 1481 OF_DECLARE_1(clk, name, compat, __##name##_of_clk_init_declare) 1487 #define CLK_OF_DECLARE_DRIVER(name, compat, fn) \ argument 1493 OF_DECLARE_1(clk, name, compat, name##_of_clk_init_driver)
|
| A D | serial_core.h | 1072 #define OF_EARLYCON_DECLARE(_name, compat, fn) \ argument 1077 .compatible = compat, \
|
| A D | io_uring_types.h | 254 unsigned int compat: 1; member
|
| A D | mod_devicetable.h | 292 char compat[32]; member
|
| /include/uapi/linux/netfilter/ |
| A D | xt_set.h | 25 } compat; member
|
| /include/asm-generic/ |
| A D | Kbuild | 15 mandatory-y += compat.h
|
| /include/net/ |
| A D | sock.h | 1830 int do_sock_setsockopt(struct socket *sock, bool compat, int level, 1832 int do_sock_getsockopt(struct socket *sock, bool compat, int level,
|
| A D | xfrm.h | 1586 char *compat; member
|