Home
last modified time | relevance | path

Searched refs:mo (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/net/can/cc770/
Dcc770.c118 unsigned int o, mo; in enable_all_objs() local
122 mo = obj2msgobj(o); in enable_all_objs()
133 "RX data, RTR, SFF and EFF\n", mo); in enable_all_objs()
137 mo, obj_flags & CC770_OBJ_FLAG_RTR ? in enable_all_objs()
150 cc770_write_reg(priv, msgobj[mo].config, msgcfg); in enable_all_objs()
151 cc770_write_reg(priv, msgobj[mo].ctrl0, in enable_all_objs()
156 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
160 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
165 "TX data, RTR, SFF and EFF\n", mo); in enable_all_objs()
167 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs()
[all …]
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_userptr.c68 struct i915_mmu_object *mo = container_of(work, typeof(*mo), work); in __cancel_userptr__worker() local
69 struct drm_i915_gem_object *obj = mo->obj; in __cancel_userptr__worker()
97 static unsigned long cancel_userptr(struct i915_mmu_object *mo) in cancel_userptr() argument
99 unsigned long end = mo->obj->userptr.ptr + mo->obj->base.size; in cancel_userptr()
108 if (mo->active && kref_get_unless_zero(&mo->obj->base.refcount)) { in cancel_userptr()
109 schedule_work(&mo->work); in cancel_userptr()
111 mo->active = false; in cancel_userptr()
124 struct i915_mmu_object *mo; in i915_gem_userptr_mn_invalidate_range_start() local
131 list_for_each_entry(mo, &mn->linear, link) { in i915_gem_userptr_mn_invalidate_range_start()
132 if (mo->it.last < start || mo->it.start > end) in i915_gem_userptr_mn_invalidate_range_start()
[all …]
/linux-4.4.14/include/asm-generic/
Datomic-long.h37 #define ATOMIC_LONG_READ_OP(mo) \ argument
38 static inline long atomic_long_read##mo(const atomic_long_t *l) \
42 return (long)ATOMIC_LONG_PFX(_read##mo)(v); \
49 #define ATOMIC_LONG_SET_OP(mo) \ in ATOMIC_LONG_READ_OP() argument
50 static inline void atomic_long_set##mo(atomic_long_t *l, long i) \ in ATOMIC_LONG_READ_OP()
54 ATOMIC_LONG_PFX(_set##mo)(v, i); \ in ATOMIC_LONG_READ_OP()
61 #define ATOMIC_LONG_ADD_SUB_OP(op, mo) \ argument
63 atomic_long_##op##_return##mo(long i, atomic_long_t *l) \
67 return (long)ATOMIC_LONG_PFX(_##op##_return##mo)(i, v); \
161 #define ATOMIC_LONG_INC_DEC_OP(op, mo) \ argument
[all …]
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c36 struct sg_mapping_iter mi, mo; in sun4i_ss_opti_poll() local
68 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
71 sg_miter_next(&mo); in sun4i_ss_opti_poll()
72 if (!mi.addr || !mo.addr) { in sun4i_ss_opti_poll()
98 todo = min3(tx_cnt, oleft, (mo.length - oo) / 4); in sun4i_ss_opti_poll()
101 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll()
104 if (oo == mo.length) { in sun4i_ss_opti_poll()
105 sg_miter_next(&mo); in sun4i_ss_opti_poll()
119 sg_miter_stop(&mo); in sun4i_ss_opti_poll()
146 struct sg_mapping_iter mi, mo; in sun4i_ss_cipher_poll() local
[all …]
/linux-4.4.14/drivers/clk/rockchip/
Dclk.h240 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
249 .muxdiv_offset = mo, \
261 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
270 .muxdiv_offset = mo, \
279 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
288 .muxdiv_offset = mo, \
298 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
307 .muxdiv_offset = mo, \
316 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
325 .muxdiv_offset = mo, \
[all …]
/linux-4.4.14/include/drm/
Ddrm_crtc.h1506 struct drm_mode_object *mo; in drm_plane_find() local
1507 mo = drm_mode_object_find(dev, id, DRM_MODE_OBJECT_PLANE); in drm_plane_find()
1508 return mo ? obj_to_plane(mo) : NULL; in drm_plane_find()
1514 struct drm_mode_object *mo; in drm_crtc_find() local
1515 mo = drm_mode_object_find(dev, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find()
1516 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
1522 struct drm_mode_object *mo; in drm_encoder_find() local
1523 mo = drm_mode_object_find(dev, id, DRM_MODE_OBJECT_ENCODER); in drm_encoder_find()
1524 return mo ? obj_to_encoder(mo) : NULL; in drm_encoder_find()
1530 struct drm_mode_object *mo; in drm_connector_find() local
[all …]
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c372 struct strcop_meta_out mo = { in create_pad_descriptor() local
397 mo.hashsel = src_dma; in create_pad_descriptor()
398 mo.hashconf = tc->hash_conf; in create_pad_descriptor()
399 mo.hashmode = tc->hash_mode; in create_pad_descriptor()
408 mo.hashsel = src_dma; in create_pad_descriptor()
409 mo.hashconf = tc->hash_conf; in create_pad_descriptor()
410 mo.hashmode = tc->hash_mode; in create_pad_descriptor()
420 mo.csumsel = src_dma; in create_pad_descriptor()
428 cdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in create_pad_descriptor()
442 struct strcop_meta_out mo = {0}; in setup_key_dl_desc() local
[all …]
/linux-4.4.14/scripts/kconfig/
D.gitignore12 *.mo
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-mt65xx.txt34 - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi
/linux-4.4.14/Documentation/
Ddontdiff30 *.mo
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c275 u32 h_stream, u32 *mo, u32 *mi) in hpi_stream_group_get_map() argument
278 return hpi_outstream_group_get_map(h_stream, mo, mi); in hpi_stream_group_get_map()
280 return hpi_instream_group_get_map(h_stream, mo, mi); in hpi_stream_group_get_map()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h1450 __be32 mo; member
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt892 44..1122.. rreemmoovvee
1299 44..2244.. ooddyymmoouunntt
/linux-4.4.14/
DCREDITS424 E: knan@mo.himolde.no