| /include/media/ |
| D | v4l2-device.h | 224 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 231 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 243 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 256 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 266 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 279 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 292 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 307 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 319 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 338 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
| D | v4l2-subdev.h | 984 #define v4l2_subdev_call(sd, o, f, args...) \ argument 996 #define v4l2_subdev_has_op(sd, o, f) \ argument
|
| /include/asm-generic/ |
| D | cmpxchg.h | 96 #define cmpxchg_local(ptr, o, n) ({ \ argument 103 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 107 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| D | local64.h | 45 #define local64_cmpxchg(l, o, n) local_cmpxchg((&(l)->a), (o), (n)) argument 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) argument
|
| D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) argument
|
| /include/linux/mfd/syscon/ |
| D | atmel-matrix.h | 67 #define AT91_MATRIX_MCFG(o, x) ((o) + ((x) * 0x4)) argument 75 #define AT91_MATRIX_SCFG(o, x) ((o) + ((x) * 0x4)) argument 97 #define AT91_MATRIX_PRAS(o, x) ((o) + ((x) * 0x8)) argument 98 #define AT91_MATRIX_PRBS(o, x) ((o) + ((x) * 0x8) + 0x4) argument
|
| /include/uapi/linux/ |
| D | ip.h | 47 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument 48 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument 49 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
|
| /include/net/ |
| D | ipv6.h | 400 int o = plen >> 3, in ipv6_addr_prefix() local 414 int o = plen >> 3, in ipv6_addr_prefix_copy() local
|
| /include/linux/ |
| D | dma-mapping.h | 431 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument
|
| D | pci.h | 1600 #define _PCI_NOP(o, s, t) \ argument 1605 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \ argument
|