Home
last modified time | relevance | path

Searched defs:o (Results 1 – 14 of 14) sorted by relevance

/include/media/
Dv4l2-device.h293 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
318 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
350 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
385 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
412 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
445 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
472 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
504 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
526 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument
554 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
Dv4l2-subdev.h1889 #define v4l2_subdev_call(sd, o, f, args...) \ argument
1923 #define v4l2_subdev_call_state_active(sd, o, f, args...) \ argument
1955 #define v4l2_subdev_call_state_try(sd, o, f, args...) \ argument
1978 #define v4l2_subdev_has_op(sd, o, f) \ argument
/include/asm-generic/
Dcmpxchg.h91 #define generic_cmpxchg_local(ptr, o, n) ({ \ argument
96 #define generic_cmpxchg64_local(ptr, o, n) \ argument
Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) argument
Dlocal64.h92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) argument
/include/linux/mfd/syscon/
Datmel-matrix.h63 #define AT91_MATRIX_MCFG(o, x) ((o) + ((x) * 0x4)) argument
71 #define AT91_MATRIX_SCFG(o, x) ((o) + ((x) * 0x4)) argument
93 #define AT91_MATRIX_PRAS(o, x) ((o) + ((x) * 0x8)) argument
94 #define AT91_MATRIX_PRBS(o, x) ((o) + ((x) * 0x8) + 0x4) argument
/include/keys/
Dtrusted_tpm.h53 static inline void dump_options(struct trusted_key_options *o) in dump_options()
84 static inline void dump_options(struct trusted_key_options *o) in dump_options()
/include/uapi/linux/
Derspan.h27 __u8 o:1, member
38 o:1; member
Dip.h48 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument
49 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument
50 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
/include/net/
Dipv6.h605 int o = plen >> 3, in ipv6_addr_prefix() local
619 int o = plen >> 3, in ipv6_addr_prefix_copy() local
/include/linux/
Ddma-mapping.h553 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument
Dpci.h1965 #define _PCI_NOP(o, s, t) \ argument
1970 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \ argument
Dhyperv.h1100 static inline bool is_hvsock_offer(const struct vmbus_channel_offer_channel *o) in is_hvsock_offer()
/include/net/netfilter/
Dnf_tables.h529 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument