/linux-4.19.296/include/media/ |
D | v4l2-device.h | 251 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 276 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 308 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 343 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 370 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 403 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 430 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 462 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 484 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 512 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
/linux-4.19.296/drivers/clk/bcm/ |
D | clk-cygnus.c | 26 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 28 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 31 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 40 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument 49 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
|
D | clk-nsp.c | 24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
D | clk-ns2.c | 24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 38 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
D | clk-sr.c | 25 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 27 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 30 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 32 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 35 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, \ argument 41 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
/linux-4.19.296/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
|
/linux-4.19.296/fs/ceph/ |
D | strings.c | 108 const char *ceph_lease_op_name(int o) in ceph_lease_op_name() 119 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
|
/linux-4.19.296/lib/ |
D | textsearch.c | 119 struct ts_ops *o; in lookup_ts_algo() local 150 struct ts_ops *o; in textsearch_register() local 185 struct ts_ops *o; in textsearch_unregister() local
|
D | debugobjects.c | 565 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate() local 669 struct debug_obj o = { .object = addr, in debug_object_deactivate() local 778 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init() local 849 struct debug_obj o = { .object = addr, in debug_object_active_state() local
|
/linux-4.19.296/fs/ubifs/ |
D | orphan.c | 67 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 117 struct ubifs_orphan *o; in ubifs_delete_orphan() local 514 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local 749 struct ubifs_orphan *o; in dbg_find_orphan() local 771 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local 799 struct check_orphan *o; in dbg_find_check_orphan() local 817 struct check_orphan *o, *n; in dbg_free_check_tree() local
|
/linux-4.19.296/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
|
/linux-4.19.296/drivers/clk/samsung/ |
D | clk.h | 131 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ argument 144 #define MUX(_id, cname, pnames, o, s, w) \ argument 147 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument 172 #define __DIV(_id, cname, pname, o, s, w, f, df, t) \ argument 185 #define DIV(_id, cname, pname, o, s, w) \ argument 188 #define DIV_F(_id, cname, pname, o, s, w, f, df) \ argument 191 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument 214 #define __GATE(_id, cname, pname, o, b, f, gf) \ argument 225 #define GATE(_id, cname, pname, o, b, f, gf) \ argument
|
D | clk-s3c64xx.c | 52 #define GATE_BUS(_id, cname, pname, o, b) \ argument 54 #define GATE_SCLK(_id, cname, pname, o, b) \ argument 56 #define GATE_ON(_id, cname, pname, o, b) \ argument
|
/linux-4.19.296/include/uapi/linux/ |
D | erspan.h | 27 __u8 o:1, member 38 o:1; member
|
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
|
/linux-4.19.296/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 39 #define ReadISAC(is, o) (is->read_reg(is->dch.hw, o + is->off)) argument 40 #define WriteISAC(is, o, v) (is->write_reg(is->dch.hw, o + is->off, v)) argument 41 #define ReadHSCX(h, o) (h->ip->read_reg(h->ip->hw, h->off + o)) argument 42 #define WriteHSCX(h, o, v) (h->ip->write_reg(h->ip->hw, h->off + o, v)) argument 43 #define ReadIPAC(ip, o) (ip->read_reg(ip->hw, o)) argument 44 #define WriteIPAC(ip, o, v) (ip->write_reg(ip->hw, o, v)) argument
|
/linux-4.19.296/fs/ufs/ |
D | ufs.h | 73 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument 74 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument 75 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
|
/linux-4.19.296/fs/qnx6/ |
D | qnx6.h | 69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument 70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 40 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
|
D | xfs_dir2.h | 242 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_byte() 270 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_dataptr()
|
/linux-4.19.296/fs/ntfs/ |
D | unistr.c | 265 int i, o, wc_len; in ntfs_nlstoucs() local 341 int i, o, ns_len, wc; in ntfs_ucstonls() local
|
/linux-4.19.296/fs/affs/ |
D | affs.h | 123 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument 124 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument 125 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
|
/linux-4.19.296/drivers/gpio/ |
D | gpio-aspeed.c | 250 #define _GPIO_SET_DEBOUNCE(t, o, i) ((!!((t) & BIT(i))) << GPIO_OFFSET(o)) argument 251 #define GPIO_SET_DEBOUNCE1(t, o) _GPIO_SET_DEBOUNCE(t, o, 1) argument 252 #define GPIO_SET_DEBOUNCE2(t, o) _GPIO_SET_DEBOUNCE(t, o, 0) argument 298 #define have_irq(g, o) have_input((g), (o)) argument 299 #define have_debounce(g, o) have_input((g), (o)) argument
|
/linux-4.19.296/drivers/isdn/mISDN/ |
D | l1oip_codec.c | 228 int ii, i = 0, o = 0; in l1oip_law_to_4bit() local
|