Home
last modified time | relevance | path

Searched full:mo (Results 1 – 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/can/cc770/
Dcc770.c110 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/
Di915_gem_userptr.c44 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/
Dsun4i-ss-cipher.c36 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/
Dclk.h425 #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/Documentation/devicetree/bindings/display/panel/
Dsharp,ls037v7dw01.yaml35 GPIO ordered MO, LR, and UD as specified in LS037V7DW01.pdf
57 mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH /* gpio154, lcd MO */
/kernel/linux/linux-5.10/include/drm/
Ddrm_encoder.h248 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()
Ddrm_property.h298 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()
Ddrm_plane.h790 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()
Ddrm_crtc.h1254 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()
Ddrm_connector.h1553 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/Documentation/input/devices/
Dyealink.rst54 NEW REP SU MO TU WE TH FR SA
63 Icon name : NEW REP SU MO TU WE TH FR SA
150 MO
/kernel/linux/linux-5.10/drivers/input/misc/
Dyealink.h124 * NEW REP SU MO TU WE TH FR SA
159 * Pict. name : NEW REP SU MO TU WE TH FR SA
167 _PIC('.', 1,4 , "MO" ),
/kernel/linux/linux-5.10/drivers/hid/
Dhid-xinmo.c3 * HID driver for Xin-Mo devices, currently only the Dual Arcade controller.
DKconfig1102 tristate "Xin-Mo non-fully compliant devices"
1105 Support for Xin-Mo devices that are not fully compliant with the HID
1106 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
1107 if you have a Xin-Mo Dual Arcade controller.
/kernel/linux/linux-5.10/kernel/kcsan/
Dcore.c991 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/tools/power/cpupower/
DMakefile299 …INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo'; \
300 …$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo;…
325 rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dspi-mt65xx.txt42 - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi
/kernel/linux/linux-5.10/Documentation/
Ddontdiff31 *.mo
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap3-evm-common.dtsi104 mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH /* gpio154, lcd MO */
Domap3-ldp.dts197 mode-gpios = <&gpio2 24 GPIO_ACTIVE_HIGH>; /* gpio56, lcd MO */
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_lib.c190 * bit that has no effect on the High Reg 0 where the bit 31 (MO) in stmmac_dwmac4_set_mac_addr()
Ddwmac_lib.c243 * bit that has no effect on the High Reg 0 where the bit 31 (MO) in stmmac_set_mac_addr()
/kernel/linux/linux-5.10/Documentation/input/
Dgamepad.rst24 / || __ |MO| __ _ _ \ | Main Pad
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddp.h604 * bits from low to high: FP, MD, MO - 3 bits
607 * MO: Monitor_Other
612 * bits from low to high: FP, MD, MO - 3 bits
616 * bits from low to high: FP, MD, MO - 3 bits
621 * bits from low to high: FP, MD, MO - 3 bits
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sharp-ls037v7dw01.c234 /* lcd MO */ in sharp_ls_probe_of()

12