Home
last modified time | relevance | path

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

12

/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_io.h65 #define bcm_rset_readb(s, o) bcm_readb(bcm63xx_regset_address(s) + (o)) argument
66 #define bcm_rset_readw(s, o) bcm_readw(bcm63xx_regset_address(s) + (o)) argument
67 #define bcm_rset_readl(s, o) bcm_readl(bcm63xx_regset_address(s) + (o)) argument
68 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument
70 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument
72 #define bcm_rset_writel(s, v, o) bcm_writel((v), \ argument
78 #define bcm_perf_readl(o) bcm_rset_readl(RSET_PERF, (o)) argument
79 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) argument
80 #define bcm_timer_readl(o) bcm_rset_readl(RSET_TIMER, (o)) argument
81 #define bcm_timer_writel(v, o) bcm_rset_writel(RSET_TIMER, (v), (o)) argument
[all …]
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c49 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init()
86 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length()
112 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add()
151 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending()
174 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step()
238 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty()
256 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending()
261 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending()
268 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending()
325 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac()
[all …]
/linux-4.4.14/drivers/gpu/host1x/
Ddebug.c34 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output()
48 struct output *o = data; in show_channels() local
63 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts()
87 static void show_all(struct host1x *m, struct output *o) in show_all()
99 static void show_all_no_fifo(struct host1x *host1x, struct output *o) in show_all_no_fifo()
113 struct output o = { in host1x_debug_show_all() local
123 struct output o = { in host1x_debug_show() local
201 struct output o = { in host1x_debug_dump() local
209 struct output o = { in host1x_debug_dump_syncpts() local
Ddev.h292 struct output *o) in host1x_hw_show_channel_cdma()
299 struct output *o) in host1x_hw_show_channel_fifo()
304 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) in host1x_hw_show_mlocks()
/linux-4.4.14/drivers/clk/bcm/
Dclk-cygnus.c26 #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
Dclk-nsp.c24 #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
Dclk-ns2.c24 #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
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dclient.h39 #define nvif_printk(o,l,p,f,a...) do { \ argument
46 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument
47 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument
48 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument
49 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument
50 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument
51 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
Dmemory.h39 #define nvkm_memory_map(p,v,o) (p)->func->map((p),(v),(o)) argument
44 #define nvkm_kmap(o) (o)->func->acquire(o) argument
45 #define nvkm_ro32(o,a) (o)->func->rd32((o), (a)) argument
46 #define nvkm_wo32(o,a,d) (o)->func->wr32((o), (a), (d)) argument
47 #define nvkm_mo32(o,a,m,d) ({ \ argument
52 #define nvkm_done(o) (o)->func->release(o) argument
/linux-4.4.14/arch/arm/include/asm/
Dcmpxchg.h136 #define cmpxchg_local(ptr, o, n) ({ \ argument
143 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
209 #define cmpxchg_relaxed(ptr,o,n) ({ \ argument
236 #define cmpxchg_local(ptr, o, n) ({ \ argument
268 #define cmpxchg64_relaxed(ptr, o, n) ({ \ argument
274 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n)) argument
/linux-4.4.14/include/media/
Dv4l2-device.h136 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
143 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
155 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
168 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
178 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
191 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
199 #define v4l2_device_has_op(v4l2_dev, o, f) \ argument
Dv4l2-subdev.h810 #define v4l2_subdev_call(sd, o, f, args...) \ argument
814 #define v4l2_subdev_has_op(sd, o, f) \ argument
/linux-4.4.14/include/asm-generic/
Dcmpxchg.h95 #define cmpxchg_local(ptr, o, n) ({ \ argument
102 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
105 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument
106 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
Dlocal64.h44 #define local64_cmpxchg(l, o, n) local_cmpxchg((&(l)->a), (o), (n)) argument
82 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) argument
Dlocal.h43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) argument
/linux-4.4.14/arch/m68k/include/asm/
Dcmpxchg.h82 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
120 #define cmpxchg(ptr, o, n) \ argument
123 #define cmpxchg_local(ptr, o, n) \ argument
127 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
135 #define cmpxchg_local(ptr, o, n) \ argument
Datomic.h124 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.4.14/drivers/gpu/host1x/hw/
Ddebug_hw.c41 static unsigned int show_channel_command(struct output *o, u32 val) in show_channel_command()
108 static void show_gather(struct output *o, phys_addr_t phys_addr, in show_gather()
141 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers()
180 struct output *o) in host1x_debug_show_channel_cdma()
234 struct output *o) in host1x_debug_show_channel_fifo()
291 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
/linux-4.4.14/arch/blackfin/include/asm/
Dcmpxchg.h68 #define cmpxchg(ptr, o, n) \ argument
120 #define cmpxchg_local(ptr, o, n) \ argument
123 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
125 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument
126 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
/linux-4.4.14/arch/x86/include/asm/
Dcmpxchg_32.h38 #define cmpxchg64(ptr, o, n) \ argument
41 #define cmpxchg64_local(ptr, o, n) \ argument
78 #define cmpxchg64(ptr, o, n) \ argument
95 #define cmpxchg64_local(ptr, o, n) \ argument
Dcmpxchg_64.h9 #define cmpxchg64(ptr, o, n) \ argument
15 #define cmpxchg64_local(ptr, o, n) \ argument
Datomic64_32.h74 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg()
89 long long o; in atomic64_xchg() local
Dlocal.h122 #define local_cmpxchg(l, o, n) \ argument
Dpgtable_64.h172 #define kc_offset_to_vaddr(o) ((o) | ~__VIRTUAL_MASK) argument
/linux-4.4.14/arch/parisc/include/asm/
Dcmpxchg.h73 #define cmpxchg(ptr, o, n) \ argument
101 #define cmpxchg_local(ptr, o, n) \ argument
105 #define cmpxchg64_local(ptr, o, n) \ argument
111 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Datomic.h74 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
230 #define atomic64_cmpxchg(v, o, n) \ argument
Dpsw.h85 unsigned int o:1; member
/linux-4.4.14/arch/x86/tools/
Drelocs_32.c13 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) argument
14 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) argument
15 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o) argument
Drelocs_64.c13 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) argument
14 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) argument
15 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o) argument
/linux-4.4.14/arch/alpha/include/asm/
Dcmpxchg.h20 #define cmpxchg_local(ptr, o, n) \ argument
29 #define cmpxchg64_local(ptr, o, n) \ argument
52 #define cmpxchg(ptr, o, n) \ argument
60 #define cmpxchg64(ptr, o, n) \ argument
Dlocal.h54 #define local_cmpxchg(l, o, n) \ argument
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dcmpxchg.h114 #define cmpxchg_acq(ptr, o, n) \ argument
116 #define cmpxchg_rel(ptr, o, n) \ argument
129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
130 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.h47 #define OUTP_MSG(o,l,f,a...) do { \ argument
52 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) argument
53 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) argument
54 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a) argument
/linux-4.4.14/arch/xtensa/include/asm/
Dcmpxchg.h65 #define cmpxchg(ptr,o,n) \ argument
92 #define cmpxchg_local(ptr, o, n) \ argument
95 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
96 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
Datomic.h230 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument
/linux-4.4.14/arch/arm64/include/asm/
Dcmpxchg.h149 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument
203 #define _protect_cmpxchg_local(pcp, o, n) \ argument
212 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
213 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
214 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
215 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
/linux-4.4.14/arch/sparc/include/asm/
Dcmpxchg_32.h57 #define cmpxchg(ptr, o, n) \ argument
71 #define cmpxchg_local(ptr, o, n) \ argument
74 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Dcmpxchg_64.h107 #define cmpxchg(ptr,o,n) \ argument
134 #define cmpxchg_local(ptr, o, n) \ argument
137 #define cmpxchg64_local(ptr, o, n) \ argument
142 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
Datomic_64.h76 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument
94 #define atomic64_cmpxchg(v, o, n) \ argument
/linux-4.4.14/arch/tile/include/asm/
Dcmpxchg.h51 #define cmpxchg(ptr, o, n) \ argument
69 #define cmpxchg64(ptr, o, n) \ argument
102 #define cmpxchg(ptr, o, n) \ argument
Datomic.h137 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg()
183 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, in atomic64_cmpxchg()
Dkexec.h61 static inline void crash_setup_regs(struct pt_regs *n, struct pt_regs *o) in crash_setup_regs()
/linux-4.4.14/arch/mips/include/asm/
Dcmpxchg.h231 #define cmpxchg64_local(ptr, o, n) \ argument
237 #define cmpxchg64(ptr, o, n) \ argument
244 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
245 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
Datomic.h215 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
499 #define atomic64_cmpxchg(v, o, n) \ argument
Dlocal.h119 #define local_cmpxchg(l, o, n) \ argument
/linux-4.4.14/include/linux/mfd/syscon/
Datmel-smc.h26 #define AT91SAM9_SMC_SETUP(o) ((o) + 0x00) argument
32 #define AT91SAM9_SMC_PULSE(o) ((o) + 0x04) argument
38 #define AT91SAM9_SMC_CYCLE(o) ((o) + 0x08) argument
42 #define AT91SAM9_SMC_MODE(o) ((o) + 0x0c) argument
43 #define SAMA5_SMC_MODE(o) ((o) + 0x10) argument
Datmel-matrix.h67 #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.4.14/arch/powerpc/include/asm/
Dcmpxchg.h274 #define cmpxchg(ptr, o, n) \ argument
283 #define cmpxchg_local(ptr, o, n) \ argument
292 #define cmpxchg64(ptr, o, n) \ argument
297 #define cmpxchg64_local(ptr, o, n) \ argument
305 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Dppc_asm.h155 #define SAVE_EVR(n,s,b,o) evmergehi s,s,n; stw s,o+4*(n)(b) argument
156 #define SAVE_2EVRS(n,s,b,o) SAVE_EVR(n,s,b,o); SAVE_EVR(n+1,s,b,o) argument
157 #define SAVE_4EVRS(n,s,b,o) SAVE_2EVRS(n,s,b,o); SAVE_2EVRS(n+2,s,b,o) argument
158 #define SAVE_8EVRS(n,s,b,o) SAVE_4EVRS(n,s,b,o); SAVE_4EVRS(n+4,s,b,o) argument
159 #define SAVE_16EVRS(n,s,b,o) SAVE_8EVRS(n,s,b,o); SAVE_8EVRS(n+8,s,b,o) argument
160 #define SAVE_32EVRS(n,s,b,o) SAVE_16EVRS(n,s,b,o); SAVE_16EVRS(n+16,s,b,o) argument
161 #define REST_EVR(n,s,b,o) lwz s,o+4*(n)(b); evmergelo n,s,n argument
162 #define REST_2EVRS(n,s,b,o) REST_EVR(n,s,b,o); REST_EVR(n+1,s,b,o) argument
163 #define REST_4EVRS(n,s,b,o) REST_2EVRS(n,s,b,o); REST_2EVRS(n+2,s,b,o) argument
164 #define REST_8EVRS(n,s,b,o) REST_4EVRS(n,s,b,o); REST_4EVRS(n+4,s,b,o) argument
[all …]
Datomic.h158 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
422 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
Dlocal.h102 #define local_cmpxchg(l, o, n) \ argument
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dbios.h26 #define nvbios_rd08(b,o) (b)->data[(o)] argument
27 #define nvbios_rd16(b,o) get_unaligned_le16(&(b)->data[(o)]) argument
28 #define nvbios_rd32(b,o) get_unaligned_le32(&(b)->data[(o)]) argument
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_device.h90 #define decoder_call(zr, o, f, args...) \ argument
92 #define encoder_call(zr, o, f, args...) \ argument
/linux-4.4.14/drivers/clk/samsung/
Dclk.h135 #define __MUX(_id, dname, cname, pnames, o, s, w, f, mf, a) \ argument
150 #define MUX(_id, cname, pnames, o, s, w) \ argument
153 #define MUX_A(_id, cname, pnames, o, s, w, a) \ argument
156 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument
159 #define MUX_FA(_id, cname, pnames, o, s, w, f, mf, a) \ argument
188 #define __DIV(_id, dname, cname, pname, o, s, w, f, df, a, t) \ argument
203 #define DIV(_id, cname, pname, o, s, w) \ argument
206 #define DIV_A(_id, cname, pname, o, s, w, a) \ argument
209 #define DIV_F(_id, cname, pname, o, s, w, f, df) \ argument
212 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument
[all …]
Dclk-s3c64xx.c52 #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.4.14/fs/ceph/
Dstrings.c105 const char *ceph_lease_op_name(int o) in ceph_lease_op_name()
116 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
Dsnap.c432 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps()
/linux-4.4.14/lib/
Dtextsearch.c113 struct ts_ops *o; in lookup_ts_algo() local
144 struct ts_ops *o; in textsearch_register() local
179 struct ts_ops *o; in textsearch_unregister() local
Ddebugobjects.c394 struct debug_obj o = { .object = addr, in debug_object_activate() local
484 struct debug_obj o = { .object = addr, in debug_object_deactivate() local
600 struct debug_obj o = { .object = addr, in debug_object_assert_init() local
655 struct debug_obj o = { .object = addr, in debug_object_active_state() local
Datomic64.c128 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg()
/linux-4.4.14/drivers/md/
Ddm-snap.c368 struct origin *o; in __lookup_origin() local
378 static void __insert_origin(struct origin *o) in __insert_origin()
387 struct dm_origin *o; in __lookup_dm_origin() local
397 static void __insert_dm_origin(struct dm_origin *o) in __insert_dm_origin()
403 static void __remove_dm_origin(struct dm_origin *o) in __remove_dm_origin()
429 struct origin *o; in __find_snapshots_sharing_cow() local
509 static void __insert_snapshot(struct origin *o, struct dm_snapshot *s) in __insert_snapshot()
530 struct origin *o, *new_o = NULL; in register_snapshot() local
585 struct origin *o; in unregister_snapshot() local
773 static uint32_t __minimum_chunk_size(struct origin *o) in __minimum_chunk_size()
[all …]
Ddm-io.c178 unsigned o = dp->context_u; in list_get_page() local
/linux-4.4.14/arch/unicore32/include/asm/
Dcmpxchg.h53 #define cmpxchg_local(ptr, o, n) \ argument
56 #define cmpxchg64_local(ptr, o, n) \ argument
/linux-4.4.14/drivers/net/can/cc770/
Dcc770.c118 unsigned int o, mo; in enable_all_objs() local
179 int o, mo; in disable_all_objs() local
613 static void cc770_rx_interrupt(struct net_device *dev, unsigned int o) in cc770_rx_interrupt()
654 static void cc770_rtr_interrupt(struct net_device *dev, unsigned int o) in cc770_rtr_interrupt()
678 static void cc770_tx_interrupt(struct net_device *dev, unsigned int o) in cc770_tx_interrupt()
704 int o, n = 0; in cc770_interrupt() local
Dcc770.h170 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */ argument
/linux-4.4.14/fs/ubifs/
Dorphan.c67 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
Dtnc_commit.c170 struct ubifs_old_idx *o; in find_old_idx() local
/linux-4.4.14/arch/c6x/include/asm/
Dcmpxchg.h59 #define cmpxchg_local(ptr, o, n) \ argument
64 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
/linux-4.4.14/arch/m32r/include/asm/
Dcmpxchg.h190 #define cmpxchg(ptr, o, n) \ argument
214 #define cmpxchg_local(ptr, o, n) \ argument
217 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Datomic.h219 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
Dlocal.h246 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->counter), (o), (n))) argument
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h694 static inline void lu_object_get(struct lu_object *o) in lu_object_get()
743 static inline struct lu_object *lu_object_next(const struct lu_object *o) in lu_object_next()
751 static inline const struct lu_fid *lu_object_fid(const struct lu_object *o) in lu_object_fid()
760 lu_object_ops(const struct lu_object *o) in lu_object_ops()
822 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) argument
827 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE) argument
829 static inline int lu_object_assert_exists(const struct lu_object *o) in lu_object_assert_exists()
834 static inline int lu_object_assert_not_exists(const struct lu_object *o) in lu_object_assert_not_exists()
842 static inline __u32 lu_object_attr(const struct lu_object *o) in lu_object_attr()
848 static inline void lu_object_ref_add(struct lu_object *o, in lu_object_ref_add()
[all …]
/linux-4.4.14/arch/h8300/include/asm/
Dcmpxchg.h52 #define cmpxchg_local(ptr, o, n) \ argument
57 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c69 void lu_object_put(const struct lu_env *env, struct lu_object *o) in lu_object_put()
163 void lu_object_unhash(const struct lu_env *env, struct lu_object *o) in lu_object_unhash()
264 static void lu_object_free(const struct lu_env *env, struct lu_object *o) in lu_object_free()
494 lu_printer_t printer, const struct lu_object *o) in lu_object_print()
588 struct lu_object *o; in lu_object_new() local
612 struct lu_object *o; in lu_object_find_try() local
789 const struct lu_object *o; in lu_site_obj_print() local
1128 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init()
1145 void lu_object_fini(struct lu_object *o) in lu_object_fini()
1166 void lu_object_add_top(struct lu_object_header *h, struct lu_object *o) in lu_object_add_top()
[all …]
Dcl_object.c125 void cl_object_put(const struct lu_env *env, struct cl_object *o) in cl_object_put()
139 void cl_object_get(struct cl_object *o) in cl_object_get()
150 struct cl_object *cl_object_top(struct cl_object *o) in cl_object_top()
173 static spinlock_t *cl_object_attr_guard(struct cl_object *o) in cl_object_attr_guard()
185 void cl_object_attr_lock(struct cl_object *o) in cl_object_attr_lock()
195 void cl_object_attr_unlock(struct cl_object *o) in cl_object_attr_unlock()
Dcl_page.c280 struct cl_object *o, pgoff_t ind, struct page *vmpage, in cl_page_alloc()
337 struct cl_object *o, in cl_page_find0()
436 struct cl_page *cl_page_find(const struct lu_env *env, struct cl_object *o, in cl_page_find()
444 struct cl_page *cl_page_find_sub(const struct lu_env *env, struct cl_object *o, in cl_page_find_sub()
Dcl_lock.c65 #define CS_LOCK_INC(o, item) argument
66 #define CS_LOCK_DEC(o, item) argument
67 #define CS_LOCKSTATE_INC(o, state) argument
68 #define CS_LOCKSTATE_DEC(o, state) argument
/linux-4.4.14/arch/frv/include/asm/
Dcmpxchg.h167 #define cmpxchg_local(ptr, o, n) \ argument
170 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
/linux-4.4.14/sound/pci/
Dens1370.c154 #define ES_1371_JOY_ASEL(o) (((o)&0x03)<<24)/* joystick port mapping */ argument
158 #define ES_1370_PCLKDIVO(o) (((o)&0x1fff)<<16)/* clock divide ratio for DAC2 */ argument
161 #define ES_1371_GPIO_OUT(o) (((o)&0x0f)<<16)/* GPIO out [3:0] pins - W/R */ argument
166 #define ES_1370_WTSRSEL(o) (((o)&0x03)<<12)/* fixed frequency clock for DAC1 */ argument
175 #define ES_1371_PDLEV(o) (((o)&0x03)<<8) /* current power down level */ argument
193 #define ES_1373_GPIO_INT_EN(o)(((o)&0x0f)<<20)/* GPIO [3:0] pins - interrupt enable */ argument
218 #define ES_TXINTENO(o) (((o)&0x03)<<5) /* TX interrupt enable */ argument
221 #define ES_CNTRL(o) (((o)&0x03)<<0) /* control */ argument
226 #define ES_MEM_PAGEO(o) (((o)&0x0f)<<0) /* memory page select - out */ argument
241 #define ES_1371_SRC_RAM_ADDRO(o) (((o)&0x7f)<<25)/* address of the sample rate converter */ argument
[all …]
/linux-4.4.14/arch/arc/include/asm/
Dcmpxchg.h69 #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ argument
81 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DmISDNipac.c39 #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.4.14/arch/x86/kernel/
Dsmpboot.c281 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
289 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane()
305 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
323 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc()
339 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
377 struct cpuinfo_x86 *o; in set_cpu_sibling_map() local
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.h339 #define ncr_offb(o) (((o)&~3)+((~((o)&3))&3)) argument
340 #define ncr_offw(o) (((o)&~3)+((~((o)&3))&2)) argument
344 #define ncr_offb(o) (o) argument
345 #define ncr_offw(o) (o) argument
391 #define INB_OFF(o) readb_raw((char __iomem *)np->reg + ncr_offb(o)) argument
392 #define OUTB_OFF(o, val) writeb_raw((val), (char __iomem *)np->reg + ncr_offb(o)) argument
396 #define INW_OFF(o) readw_l2b((char __iomem *)np->reg + ncr_offw(o)) argument
397 #define INL_OFF(o) readl_l2b((char __iomem *)np->reg + (o)) argument
399 #define OUTW_OFF(o, val) writew_b2l((val), (char __iomem *)np->reg + ncr_offw(o)) argument
400 #define OUTL_OFF(o, val) writel_b2l((val), (char __iomem *)np->reg + (o)) argument
[all …]
Dmesh.h114 #define SYNC_PARAMS(o, p) (((o) << 4) | (p)) argument
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
Drgmii.h75 # define rgmii_get_mdio(o,i) do { } while (0) argument
76 # define rgmii_put_mdio(o,i) do { } while (0) argument
/linux-4.4.14/arch/arm/mach-integrator/
Dpci_v3.c298 #define v3_writeb(o,v) __raw_writeb(v, pci_v3_base + (unsigned int)(o)) argument
299 #define v3_readb(o) (__raw_readb(pci_v3_base + (unsigned int)(o))) argument
301 #define v3_writew(o,v) __raw_writew(v, pci_v3_base + (unsigned int)(o)) argument
302 #define v3_readw(o) (__raw_readw(pci_v3_base + (unsigned int)(o))) argument
304 #define v3_writel(o,v) __raw_writel(v, pci_v3_base + (unsigned int)(o)) argument
305 #define v3_readl(o) (__raw_readl(pci_v3_base + (unsigned int)(o))) argument
/linux-4.4.14/fs/ufs/
Dufs.h72 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument
73 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument
74 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
/linux-4.4.14/arch/tile/lib/
Datomic_32.c85 int _atomic_cmpxchg(int *v, int o, int n) in _atomic_cmpxchg()
139 long long _atomic64_cmpxchg(long long *v, long long o, long long n) in _atomic64_cmpxchg()
/linux-4.4.14/drivers/media/pci/saa7146/
Dmxb.c173 #define saa7111a_call(mxb, o, f, args...) \ argument
175 #define tda9840_call(mxb, o, f, args...) \ argument
177 #define tea6415c_call(mxb, o, f, args...) \ argument
179 #define tuner_call(mxb, o, f, args...) \ argument
181 #define call_all(dev, o, f, args...) \ argument
/linux-4.4.14/fs/qnx6/
Dqnx6.h68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument
69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument
/linux-4.4.14/security/keys/
Dtrusted.h41 static inline void dump_options(struct trusted_key_options *o) in dump_options()
83 static inline void dump_options(struct trusted_key_options *o) in dump_options()
Dtrusted.c662 struct trusted_key_options *o) in key_seal()
688 struct trusted_key_options *o) in key_unseal()
804 struct trusted_key_options *o) in datablob_parse()
/linux-4.4.14/arch/mn10300/unit-asb2305/
Dpci.c245 static int __init pci_sanity_check(struct pci_ops *o) in pci_sanity_check()
411 static void __init unit_disable_pcnet(struct pci_bus *bus, struct pci_ops *o) in unit_disable_pcnet()
451 struct pci_ops *o = &pci_direct_ampci; in unit_pci_init() local
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
Ds3c2412.h18 #define S3C2412_SSMC(x, o) (S3C2412_SSMCREG((x * 0x20) + (o))) argument
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.h52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
Dxfs_dir2.h251 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_byte()
279 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_dataptr()
/linux-4.4.14/arch/powerpc/sysdev/
Dgrackle.c22 #define GRACKLE_CFA(b, d, o) (0x80 | ((b) << 8) | ((d) << 16) \ argument
/linux-4.4.14/arch/metag/include/asm/
Dcmpxchg.h54 #define cmpxchg(ptr, o, n) \ argument
/linux-4.4.14/arch/sh/include/asm/
Dcmpxchg.h60 #define cmpxchg(ptr,o,n) \ argument
Datomic.h39 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.4.14/drivers/media/i2c/
Dtea6415c.c50 u32 i, u32 o, u32 config) in tea6415c_s_routing()
Dtea6420.c51 u32 i, u32 o, u32 config) in tea6420_s_routing()
/linux-4.4.14/fs/ntfs/
Dunistr.c265 int i, o, wc_len; in ntfs_nlstoucs() local
341 int i, o, ns_len, wc; in ntfs_ucstonls() local
/linux-4.4.14/arch/powerpc/xmon/
Dspu-dis.c45 int o = spu_opcodes[i].opcode; in init_spu_disassemble() local
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_object.c116 struct lu_object *o; in lov_sub_find() local
394 lu_printer_t p, const struct lu_object *o) in lov_print_empty()
401 lu_printer_t p, const struct lu_object *o) in lov_print_raid0()
426 lu_printer_t p, const struct lu_object *o) in lov_print_released()
815 lu_printer_t p, const struct lu_object *o) in lov_object_print()
/linux-4.4.14/include/uapi/linux/
Dip.h46 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument
47 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument
48 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio_gml.c110 int err, i, o; in set_digital_mode() local
Dechoaudio_3g.c103 int err, i, o; in set_digital_mode() local
Dechoaudio_dsp.c674 int i, o, err; in restore_dsp_rettings() local
/linux-4.4.14/arch/sh/kernel/
Dunwinder.c87 struct unwinder *o; in unwinder_enqueue() local
/linux-4.4.14/arch/score/include/asm/
Dcmpxchg.h40 #define cmpxchg(ptr, o, n) \ argument
/linux-4.4.14/arch/s390/include/asm/
Dcmpxchg.h14 #define cmpxchg(ptr, o, n) \ argument
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.h28 #define drm_to_armada_gem(o) container_of(o, struct armada_gem_object, obj) argument
/linux-4.4.14/arch/mips/include/asm/xtalk/
Dxtalk.h48 #define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS)) argument
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dmbuf.h48 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
/linux-4.4.14/arch/ia64/kernel/
Dunwind.c1169 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg) argument
1170 #define UNW_DEC_REG_SPREL(fmt,r,o,arg) desc_reg_sprel(r,o,arg) argument
1175 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument
1176 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument
1178 #define UNW_DEC_SPILL_BASE(fmt,o,arg) desc_spill_base(o,arg) argument
1191 #define UNW_DEC_SPILL_PSPREL_P(f,p,t,a,o,arg) desc_spill_psprel_p(p,t,a,o,arg) argument
1192 #define UNW_DEC_SPILL_PSPREL(f,t,a,o,arg) desc_spill_psprel_p(0,t,a,o,arg) argument
1193 #define UNW_DEC_SPILL_SPREL_P(f,p,t,a,o,arg) desc_spill_sprel_p(p,t,a,o,arg) argument
1194 #define UNW_DEC_SPILL_SPREL(f,t,a,o,arg) desc_spill_sprel_p(0,t,a,o,arg) argument
/linux-4.4.14/net/netfilter/
Dxt_TCPOPTSTRIP.c39 u_int16_t n, o; in tcpoptstrip_mangle_packet() local
/linux-4.4.14/arch/mn10300/include/asm/
Dcmpxchg.h110 #define cmpxchg(ptr, o, n) \ argument
/linux-4.4.14/fs/affs/
Daffs.h122 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument
123 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument
124 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-video.c536 struct v4l2_output *o) in cx25821_vidioc_enum_output()
547 static int cx25821_vidioc_g_output(struct file *file, void *priv, unsigned int *o) in cx25821_vidioc_g_output()
553 static int cx25821_vidioc_s_output(struct file *file, void *priv, unsigned int o) in cx25821_vidioc_s_output()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Deeprom.c193 u32 o = *offset; in ath5k_eeprom_read_ants() local
253 u32 o = *offset; in ath5k_eeprom_read_modes() local
514 int o = *offset; in ath5k_eeprom_read_freq_list() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_object.c57 lu_printer_t p, const struct lu_object *o) in vvp_object_print()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dvp702x.c101 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) in vp702x_usb_inout_op()
116 static int vp702x_usb_inout_cmd(struct dvb_usb_device *d, u8 cmd, u8 *o, in vp702x_usb_inout_cmd()
Ddvb-usb-init.c32 int ret, n, o; in dvb_usb_adapter_init() local
Dcxusb.c87 u8 o[2], i; in cxusb_gpio_tuner() local
105 u8 o[2], gpio_state; in cxusb_bluebird_gpio_rw() local
133 u8 o[2] = {addr, onoff}; in cxusb_d680_dmb_gpio_tuner() local
/linux-4.4.14/arch/avr32/include/asm/
Dcmpxchg.h113 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Datomic.h182 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf117.c209 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib() local
Dctxgf108.c757 const u32 o = TPC_UNIT(gpc, tpc, 0x500); in gf108_grctx_generate_attrib() local
Dctxgm107.c922 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib() local
Dctxgf100.c1072 const u32 o = TPC_UNIT(gpc, tpc, 0x0520); in gf100_grctx_generate_attrib() local
/linux-4.4.14/drivers/isdn/mISDN/
Dl1oip_codec.c228 int ii, i = 0, o = 0; in l1oip_law_to_4bit() local
/linux-4.4.14/arch/x86/um/shared/sysdep/
Dstub_64.h13 #define MMAP_OFFSET(o) (o) argument
Dstub_32.h13 #define MMAP_OFFSET(o) ((o) >> UM_KERN_PAGE_SHIFT) argument
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_isr.c239 unsigned int o = ARRAY_SIZE(fnic->wq_copy); in fnic_set_intr_mode() local
/linux-4.4.14/drivers/clk/rockchip/
Dclk.h372 #define MUX(_id, cname, pnames, f, o, s, w, mf) \ argument
387 #define DIV(_id, cname, pname, f, o, s, w, df) \ argument
402 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt) \ argument
417 #define GATE(_id, cname, pname, f, o, b, gf) \ argument
/linux-4.4.14/net/ceph/
Dosd_client.c1198 static struct ceph_osd *__lookup_osd(struct ceph_osd_client *osdc, int o) in __lookup_osd()
1424 int num, o; in __map_request() local
2934 struct ceph_osd *o = con->private; in get_authorizer() local
2962 struct ceph_osd *o = con->private; in verify_authorizer_reply() local
2971 struct ceph_osd *o = con->private; in invalidate_authorizer() local
2981 struct ceph_osd *o = msg->con->private; in osd_sign_message() local
2989 struct ceph_osd *o = msg->con->private; in osd_check_message_signature() local
/linux-4.4.14/lib/842/
D842_compress.c118 #define get_input_data(p, o, b) \ argument
179 u64 o; in add_bits() local
D842_decompress.c231 static int do_op(struct sw842_param *p, u8 o) in do_op()
/linux-4.4.14/fs/befs/
Dlinuxvfs.c506 int i, o; in befs_utf2nls() local
586 int i, o; in befs_nls2utf() local
/linux-4.4.14/drivers/lguest/
Dlguest_user.c105 static ssize_t read(struct file *file, char __user *user, size_t size,loff_t*o) in read()
/linux-4.4.14/arch/x86/pci/
Ddirect.c194 static int __init pci_sanity_check(const struct pci_raw_ops *o) in pci_sanity_check()
/linux-4.4.14/fs/hpfs/
Dsuper.c455 int o; in hpfs_remount_fs() local
562 int o; in hpfs_fill_super() local
/linux-4.4.14/fs/fuse/
Ddir.c90 struct fuse_entry_out *o) in fuse_change_entry_timeout()
96 static u64 attr_timeout(struct fuse_attr_out *o) in attr_timeout()
101 static u64 entry_attr_timeout(struct fuse_entry_out *o) in entry_attr_timeout()
1166 struct fuse_entry_out *o = &direntplus->entry_out; in fuse_direntplus_link() local
/linux-4.4.14/drivers/media/platform/s5p-g2d/
Dg2d-regs.h104 #define COLOR_MODE(o, m) (((o) << 4) | (m)) argument
/linux-4.4.14/drivers/ssb/
Dpci.c556 u16 o = pwr_info_offset[i]; in sprom_extract_r45() local
599 u16 o; in sprom_extract_r8() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.h200 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument
208 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c704 int o; in mlx4_alloc_db_from_pgdir() local
765 int o; in mlx4_db_free() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dmkregtable.c551 static struct offset *offset_new(unsigned o) in offset_new()
631 unsigned o; in parser_auth() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dtypes.h259 #define bcma_wflush16(c, o, v) \ argument
262 #define bcma_wflush16(c, o, v) bcma_write16(c, o, v) argument
/linux-4.4.14/arch/x86/mm/
Dioremap.c337 struct vm_struct *p, *o; in iounmap() local
/linux-4.4.14/net/openvswitch/
Dvport.c77 struct vport_ops *o; in __ovs_vport_ops_register() local
/linux-4.4.14/drivers/bcma/
Dsprom.c223 u16 v, o; in bcma_sprom_extract_r8() local
/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-vdk.c185 static int __init pci_sanity_check(struct pci_ops *o) in pci_sanity_check()
/linux-4.4.14/tools/virtio/
Dvirtio_test.c265 int o; in main() local
/linux-4.4.14/scripts/kconfig/
Dzconf.hash.c280 register int o = wordlist[key].name; in kconf_id_lookup() local
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h197 #define INB_OFF(np, o) ioread8(np->s.ioaddr + (o)) argument
198 #define INW_OFF(np, o) ioread16(np->s.ioaddr + (o)) argument
199 #define INL_OFF(np, o) ioread32(np->s.ioaddr + (o)) argument
201 #define OUTB_OFF(np, o, val) iowrite8((val), np->s.ioaddr + (o)) argument
202 #define OUTW_OFF(np, o, val) iowrite16((val), np->s.ioaddr + (o)) argument
203 #define OUTL_OFF(np, o, val) iowrite32((val), np->s.ioaddr + (o)) argument
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c249 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) argument
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-out.c1053 int vidioc_g_output(struct file *file, void *priv, unsigned *o) in vidioc_g_output()
1061 int vidioc_s_output(struct file *file, void *priv, unsigned o) in vidioc_s_output()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c5135 u64 i915_gem_obj_offset(struct drm_i915_gem_object *o, in i915_gem_obj_offset()
5156 u64 i915_gem_obj_ggtt_offset_view(struct drm_i915_gem_object *o, in i915_gem_obj_ggtt_offset_view()
5171 bool i915_gem_obj_bound(struct drm_i915_gem_object *o, in i915_gem_obj_bound()
5187 bool i915_gem_obj_ggtt_bound_view(struct drm_i915_gem_object *o, in i915_gem_obj_ggtt_bound_view()
5202 bool i915_gem_obj_bound_any(struct drm_i915_gem_object *o) in i915_gem_obj_bound_any()
5213 unsigned long i915_gem_obj_size(struct drm_i915_gem_object *o, in i915_gem_obj_size()
/linux-4.4.14/fs/proc/
Dkcore.c47 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
/linux-4.4.14/arch/tile/mm/
Dpgtable.c561 struct vm_struct *p, *o; in iounmap() local
/linux-4.4.14/net/core/
Dnet-procfs.c10 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) argument
Dfib_rules.c101 struct fib_rules_ops *o; in __fib_rules_register() local
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c368 unsigned int o; in resizer_calculate_down_scale_f_div_param() local
623 unsigned int o; in resizer_calculate_normal_f_div_param() local
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-ir.c767 struct v4l2_subdev_ir_parameters *o; in cx25840_ir_rx_s_parameters() local
955 struct v4l2_subdev_ir_parameters *o; in cx25840_ir_tx_s_parameters() local
/linux-4.4.14/kernel/
Daudit.h286 #define audit_to_watch(k, p, l, o) (-EINVAL) argument
298 #define audit_dupe_exe(n, o) (-EINVAL) argument
Dcompat.c290 static inline long get_compat_itimerval(struct itimerval *o, in get_compat_itimerval()
300 static inline long put_compat_itimerval(struct compat_itimerval __user *o, in put_compat_itimerval()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-driver.h709 #define cx18_call_hw(cx, hw, o, f, args...) \ argument
716 #define cx18_call_all(cx, o, f, args...) cx18_call_hw(cx, 0, o, f , ##args) argument
721 #define cx18_call_hw_err(cx, hw, o, f, args...) \ argument
729 #define cx18_call_all_err(cx, o, f, args...) \ argument
/linux-4.4.14/tools/perf/util/
Dparse-options.c676 const struct option *o = opts; in options__order() local
/linux-4.4.14/fs/ext2/
Dxattr.c563 size_t o = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23888-ir.c748 struct v4l2_subdev_ir_parameters *o = &state->rx_params; in cx23888_ir_rx_s_parameters() local
876 struct v4l2_subdev_ir_parameters *o = &state->tx_params; in cx23888_ir_tx_s_parameters() local
Dcx23885.h452 #define call_all(dev, o, f, args...) \ argument
458 #define call_hw(dev, grpid, o, f, args...) \ argument
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv.h365 #define bttv_call_all(btv, o, f, args...) \ argument
368 #define bttv_call_all_err(btv, o, f, args...) \ argument
/linux-4.4.14/sound/usb/usx2y/
Dusb_stream.c377 char *i, *o; in loop_back() local
/linux-4.4.14/scripts/genksyms/
Dgenksyms.c761 int o; in main() local
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c955 get_tv32(struct timeval *o, struct timeval32 __user *i) in get_tv32()
963 put_tv32(struct timeval32 __user *o, struct timeval *i) in put_tv32()
971 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32()
981 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32()
/linux-4.4.14/block/
Dblk-mq-tag.c367 int o = atomic_read(&bt->wake_index); in bt_wake_ptr() local
/linux-4.4.14/net/ceph/crush/
Dmapper.c797 int *o; in crush_do_rule() local
/linux-4.4.14/sound/usb/
Dmixer_scarlett.c909 int err, i, o; in snd_scarlett_controls_create() local
/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h99 #define ULTRA_VALID_CHANNELCLI_TRANSITION(o, n) \ argument
/linux-4.4.14/fs/jffs2/
Dwbuf.c269 #define jffs2_verify_write(c,b,o) (0) argument
/linux-4.4.14/fs/gfs2/
Dops_fstype.c945 char *o, *options; in gfs2_lm_mount() local
Ddir.c162 unsigned int o; in gfs2_dir_write_data() local
277 unsigned int o; in gfs2_dir_read_data() local
/linux-4.4.14/sound/parisc/
Dharmony.c380 int o = h->st.format; in snd_harmony_set_data_format() local
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-driver.h829 #define ivtv_call_hw(itv, hw, o, f, args...) \ argument
837 #define ivtv_call_all(itv, o, f, args...) ivtv_call_hw(itv, 0, o, f , ##args) argument
842 #define ivtv_call_hw_err(itv, hw, o, f, args...) \ argument
849 #define ivtv_call_all_err(itv, o, f, args...) ivtv_call_hw_err(itv, 0, o, f , ##args) argument
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c620 svc_safe_getnetobj(struct kvec *argv, struct xdr_netobj *o) in svc_safe_getnetobj()
637 svc_safe_putnetobj(struct kvec *resv, struct xdr_netobj *o) in svc_safe_putnetobj()
/linux-4.4.14/drivers/usb/host/
Dohci.h584 #define ohci_readl(o,r) _ohci_readl(o,r) argument
585 #define ohci_writel(o,v,r) _ohci_writel(o,v,r) argument
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_init.c768 unsigned short data, data2, time, i, j, k, m, n, o; in SiS_LoadDAC() local
Dsisusb.c1444 #define SETIREGOR(r,i,o) sisusb_setidxregor(sisusb, r, i, o) argument
1446 #define SETIREGANDOR(r,i,a,o) sisusb_setidxregandor(sisusb, r, i, a, o) argument
/linux-4.4.14/drivers/mtd/nand/
Dmpc5121_nfc.c411 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare() local
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_mr.c86 int o; in mthca_buddy_alloc() local
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-v4l2.c37 #define call_all(dev, o, f, args...) \ argument
/linux-4.4.14/fs/ocfs2/
Daops.c725 u64 o = offset; in ocfs2_direct_IO_extend_no_holes() local
812 u64 o = offset; in ocfs2_direct_IO_write() local
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx.h739 #define cx25840_call(cx231xx, o, f, args...) \ argument
741 #define tuner_call(cx231xx, o, f, args...) \ argument
743 #define call_all(dev, o, f, args...) \ argument
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.h125 #define ATMEL_HLCDC_LAYER_CSC_CFG(p, o) ATMEL_HLCDC_LAYER_CFG(p, (p)->desc->layout.csc + o) argument
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88.h425 #define call_hw(core, grpid, o, f, args...) \ argument
436 #define call_all(core, o, f, args...) call_hw(core, 0, o, f, ##args) argument
/linux-4.4.14/drivers/block/paride/
Dpcd.c790 int o = (pcd_sector % 4) * 512; in pcd_transfer() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c124 static inline struct echo_object *cl2echo_obj(const struct cl_object *o) in cl2echo_obj()
537 lu_printer_t p, const struct lu_object *o) in echo_object_print()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c138 #define PCAN_UFD_OVMSG_CHANNEL(o) ((o)->channel & 0xf) argument

12