Home
last modified time | relevance | path

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

12

/Linux-v5.15/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 …]
/Linux-v5.15/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c36 struct sg_mapping_iter mi, mo; in sun4i_ss_opti_poll() local
111 sg_miter_start(&mo, areq->dst, sg_nents(areq->dst), in sun4i_ss_opti_poll()
114 sg_miter_skip(&mo, po); in sun4i_ss_opti_poll()
115 miter_err = sg_miter_next(&mo); in sun4i_ss_opti_poll()
116 if (!miter_err || !mo.addr) { in sun4i_ss_opti_poll()
122 todo = min_t(size_t, todo, (mo.length - oo) / 4); in sun4i_ss_opti_poll()
125 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll()
128 if (oo == mo.length) { in sun4i_ss_opti_poll()
130 po += mo.length; in sun4i_ss_opti_poll()
132 sg_miter_stop(&mo); in sun4i_ss_opti_poll()
[all …]
/Linux-v5.15/drivers/clk/rockchip/
Dclk.h462 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
471 .muxdiv_offset = mo, \
483 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
492 .muxdiv_offset = mo, \
505 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
514 .muxdiv_offset = mo, \
523 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
532 .muxdiv_offset = mo, \
542 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
551 .muxdiv_offset = mo, \
[all …]
/Linux-v5.15/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 */
/Linux-v5.15/include/drm/
Ddrm_encoder.h295 struct drm_mode_object *mo; in drm_encoder_find() local
297 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_ENCODER); in drm_encoder_find()
299 return mo ? obj_to_encoder(mo) : NULL; in drm_encoder_find()
Ddrm_property.h305 struct drm_mode_object *mo; in drm_property_find() local
306 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PROPERTY); in drm_property_find()
307 return mo ? obj_to_property(mo) : NULL; in drm_property_find()
Ddrm_plane.h858 struct drm_mode_object *mo; in drm_plane_find() local
859 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PLANE); in drm_plane_find()
860 return mo ? obj_to_plane(mo) : NULL; in drm_plane_find()
Ddrm_crtc.h1300 struct drm_mode_object *mo; in drm_crtc_find() local
1301 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find()
1302 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
Ddrm_connector.h1607 struct drm_mode_object *mo; in drm_connector_lookup() local
1608 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CONNECTOR); in drm_connector_lookup()
1609 return mo ? obj_to_connector(mo) : NULL; in drm_connector_lookup()
/Linux-v5.15/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
/Linux-v5.15/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" ),
/Linux-v5.15/drivers/hid/
Dhid-xinmo.c3 * HID driver for Xin-Mo devices, currently only the Dual Arcade controller.
DKconfig1150 tristate "Xin-Mo non-fully compliant devices"
1153 Support for Xin-Mo devices that are not fully compliant with the HID
1154 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
1155 if you have a Xin-Mo Dual Arcade controller.
/Linux-v5.15/kernel/kcsan/
Dcore.c1006 u##bits val, int mo, int fail_mo); \
1008 u##bits val, int mo, int fail_mo) \
1015 return __atomic_compare_exchange_n(ptr, exp, val, weak, mo, fail_mo); \
1021 int mo, int fail_mo); \
1023 int mo, int fail_mo) \
1030 __atomic_compare_exchange_n(ptr, &exp, val, 0, mo, fail_mo); \
/Linux-v5.15/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; \
/Linux-v5.15/Documentation/devicetree/bindings/spi/
Dspi-mt65xx.txt45 - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi
/Linux-v5.15/Documentation/
Ddontdiff31 *.mo
/Linux-v5.15/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 */
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_lib.c197 * bit that has no effect on the High Reg 0 where the bit 31 (MO) in stmmac_dwmac4_set_mac_addr()
Ddwmac_lib.c249 * bit that has no effect on the High Reg 0 where the bit 31 (MO) in stmmac_set_mac_addr()
/Linux-v5.15/Documentation/input/
Dgamepad.rst24 / || __ |MO| __ _ _ \ | Main Pad
/Linux-v5.15/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
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sharp-ls037v7dw01.c229 /* lcd MO */ in sharp_ls_probe_of()
/Linux-v5.15/drivers/infiniband/hw/cxgb4/
Dt4.h162 #define T4_ERR_MO 0x1A /* MO not 0 for TERMINATE */
198 __be32 mo; member

12