/kernel/linux/linux-5.10/drivers/net/can/cc770/ |
D | cc770.c | 110 unsigned int o, mo; in enable_all_objs() local 114 mo = obj2msgobj(o); in enable_all_objs() 125 "RX data, RTR, SFF and EFF\n", mo); in enable_all_objs() 129 mo, obj_flags & CC770_OBJ_FLAG_RTR ? in enable_all_objs() 142 cc770_write_reg(priv, msgobj[mo].config, msgcfg); in enable_all_objs() 143 cc770_write_reg(priv, msgobj[mo].ctrl0, in enable_all_objs() 148 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs() 152 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs() 157 "TX data, RTR, SFF and EFF\n", mo); in enable_all_objs() 159 cc770_write_reg(priv, msgobj[mo].ctrl1, in enable_all_objs() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_userptr.c | 44 static void add_object(struct i915_mmu_object *mo) in add_object() argument 46 GEM_BUG_ON(!RB_EMPTY_NODE(&mo->it.rb)); in add_object() 47 interval_tree_insert(&mo->it, &mo->mn->objects); in add_object() 50 static void del_object(struct i915_mmu_object *mo) in del_object() argument 52 if (RB_EMPTY_NODE(&mo->it.rb)) in del_object() 55 interval_tree_remove(&mo->it, &mo->mn->objects); in del_object() 56 RB_CLEAR_NODE(&mo->it.rb); in del_object() 62 struct i915_mmu_object *mo = obj->userptr.mmu_object; in __i915_gem_userptr_set_active() local 75 if (!mo) in __i915_gem_userptr_set_active() 78 spin_lock(&mo->mn->lock); in __i915_gem_userptr_set_active() [all …]
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 36 struct sg_mapping_iter mi, mo; in sun4i_ss_opti_poll() local 103 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll() 106 sg_miter_skip(&mo, po); in sun4i_ss_opti_poll() 107 miter_err = sg_miter_next(&mo); in sun4i_ss_opti_poll() 108 if (!miter_err || !mo.addr) { in sun4i_ss_opti_poll() 114 todo = min_t(size_t, todo, (mo.length - oo) / 4); in sun4i_ss_opti_poll() 117 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll() 120 if (oo == mo.length) { in sun4i_ss_opti_poll() 122 po += mo.length; in sun4i_ss_opti_poll() 124 sg_miter_stop(&mo); in sun4i_ss_opti_poll() [all …]
|
/kernel/linux/linux-5.10/drivers/clk/rockchip/ |
D | clk.h | 425 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 434 .muxdiv_offset = mo, \ 446 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument 455 .muxdiv_offset = mo, \ 468 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 477 .muxdiv_offset = mo, \ 486 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 495 .muxdiv_offset = mo, \ 505 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 514 .muxdiv_offset = mo, \ [all …]
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_encoder.h | 248 struct drm_mode_object *mo; in drm_encoder_find() local 250 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_ENCODER); in drm_encoder_find() 252 return mo ? obj_to_encoder(mo) : NULL; in drm_encoder_find()
|
D | drm_property.h | 298 struct drm_mode_object *mo; in drm_property_find() local 299 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PROPERTY); in drm_property_find() 300 return mo ? obj_to_property(mo) : NULL; in drm_property_find()
|
D | drm_crtc.h | 1254 struct drm_mode_object *mo; in drm_crtc_find() local 1255 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find() 1256 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
|
D | drm_plane.h | 790 struct drm_mode_object *mo; in drm_plane_find() local 791 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PLANE); in drm_plane_find() 792 return mo ? obj_to_plane(mo) : NULL; in drm_plane_find()
|
D | drm_connector.h | 1553 struct drm_mode_object *mo; in drm_connector_lookup() local 1554 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CONNECTOR); in drm_connector_lookup() 1555 return mo ? obj_to_connector(mo) : NULL; in drm_connector_lookup()
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
D | core.c | 991 u##bits val, int mo, int fail_mo); \ 993 u##bits val, int mo, int fail_mo) \ 1000 return __atomic_compare_exchange_n(ptr, exp, val, weak, mo, fail_mo); \ 1006 int mo, int fail_mo); \ 1008 int mo, int fail_mo) \ 1015 __atomic_compare_exchange_n(ptr, &exp, val, 0, mo, fail_mo); \
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | spi-mt65xx.txt | 42 - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi
|
/kernel/linux/linux-5.10/Documentation/ |
D | dontdiff | 31 *.mo
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 198 __be32 mo; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 1450 __be32 mo; member
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-integrity.c | 431 unsigned mo; in get_metadata_sector_and_offset() local 444 mo = (offset << ic->log2_tag_size) & ((1U << SECTOR_SHIFT << ic->log2_buffer_sectors) - 1); in get_metadata_sector_and_offset() 447 mo = (offset * ic->tag_size) & ((1U << SECTOR_SHIFT << ic->log2_buffer_sectors) - 1); in get_metadata_sector_and_offset() 449 *metadata_offset = mo; in get_metadata_sector_and_offset()
|
/kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
D | recipes.txt | 547 "modification order" and often abbreviated "mo".
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 3777 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ 3782 +#define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ 3791 + .muxdiv_offset = mo, \ 3804 +#define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ 3813 + .muxdiv_offset = mo, \ 3826 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ 3833 +#define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ 3842 + .muxdiv_offset = mo, \ 3853 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ 3860 -#define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
D | ppc-opc.c | 2823 #define XMBAR(op, xop, mo) (X ((op), (xop)) | ((((unsigned long)(mo)) & 1) << 21)) argument
|
/kernel/linux/linux-5.10/ |
D | CREDITS | 428 E: knan@mo.himolde.no
|