Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 17 of 17) 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.h31 #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)
Delf.h90 size_t datasz, bool compat, in arch_parse_elf_property() argument
97 bool compat, struct arch_elf_state *arch);
Dof.h274 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 …]
Dcompat.h440 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 …]
Dclocksource.h290 #define TIMER_OF_DECLARE(name, compat, fn) \ argument
291 OF_DECLARE_1_RET(timer, name, compat, fn)
Dproperty.h90 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()
Dnvmem-provider.h136 bool compat; member
Duio.h356 struct iovec *fast_iov, bool compat);
362 struct iov_iter *i, bool compat);
Dclk-provider.h1439 #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)
Dio_uring_types.h237 unsigned int compat: 1; member
Dserial_core.h1075 #define OF_EARLYCON_DECLARE(_name, compat, fn) \ argument
1080 .compatible = compat, \
Dmod_devicetable.h292 char compat[32]; member
/include/uapi/linux/netfilter/
Dxt_set.h25 } compat; member
/include/asm-generic/
DKbuild15 mandatory-y += compat.h
/include/net/
Dsock.h1820 int do_sock_setsockopt(struct socket *sock, bool compat, int level,
1822 int do_sock_getsockopt(struct socket *sock, bool compat, int level,
Dxfrm.h1529 char *compat; member