Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/can/cc770/
H A Dcc770.c111 unsigned int o, mo; in enable_all_objs() local
115 mo = obj2msgobj(o); in enable_all_objs()
172 int o, mo; in disable_all_objs() local
175 mo = obj2msgobj(o); in disable_all_objs()
242 int mo, id, data; in chipset_init() local
263 for (mo = MSGOBJ_FIRST; mo <= MSGOBJ_LAST; mo++) { in chipset_init()
444 cc770_tx(dev, mo); in cc770_start_xmit()
625 if (mo < MSGOBJ_LAST) in cc770_rx_interrupt()
629 cc770_rx(dev, mo, ctrl1); in cc770_rx_interrupt()
653 cc770_rx(dev, mo, ctrl1); in cc770_rtr_interrupt()
[all …]
/openbmc/qemu/crypto/
H A Dxts.c112 unsigned long i, m, mo, lim; in xts_decrypt() local
116 mo = length & 15; in xts_decrypt()
121 if (mo == 0) { in xts_decrypt()
150 if (mo > 0) { in xts_decrypt()
160 for (i = 0; i < mo; i++) { in xts_decrypt()
188 unsigned long i, m, mo, lim; in xts_encrypt() local
192 mo = length & 15; in xts_encrypt()
197 if (mo == 0) { in xts_encrypt()
227 if (mo > 0) { in xts_encrypt()
234 for (i = 0; i < mo; i++) { in xts_encrypt()
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c111 sg_miter_skip(&mo, po); in sun4i_ss_opti_poll()
125 if (oo == mo.length) { in sun4i_ss_opti_poll()
127 po += mo.length; in sun4i_ss_opti_poll()
129 sg_miter_stop(&mo); in sun4i_ss_opti_poll()
329 sg_miter_skip(&mo, po); in sun4i_ss_cipher_poll()
344 if (oo == mo.length) { in sun4i_ss_cipher_poll()
345 po += mo.length; in sun4i_ss_cipher_poll()
369 if (oo == mo.length) { in sun4i_ss_cipher_poll()
370 po += mo.length; in sun4i_ss_cipher_poll()
371 sg_miter_next(&mo); in sun4i_ss_cipher_poll()
[all …]
/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h559 .muxdiv_offset = mo, \
580 .muxdiv_offset = mo, \
602 .muxdiv_offset = mo, \
620 .muxdiv_offset = mo, \
639 .muxdiv_offset = mo, \
657 .muxdiv_offset = mo, \
676 .muxdiv_offset = mo, \
695 .muxdiv_offset = mo, \
712 .muxdiv_offset = mo, \
730 .muxdiv_offset = mo, \
[all …]
/openbmc/linux/include/drm/
H A Ddrm_encoder.h301 struct drm_mode_object *mo; in drm_encoder_find() local
303 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_ENCODER); in drm_encoder_find()
305 return mo ? obj_to_encoder(mo) : NULL; in drm_encoder_find()
H A 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()
H A Ddrm_crtc.h1299 struct drm_mode_object *mo; in drm_crtc_find() local
1300 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CRTC); in drm_crtc_find()
1301 return mo ? obj_to_crtc(mo) : NULL; in drm_crtc_find()
H A Ddrm_plane.h907 struct drm_mode_object *mo; in drm_plane_find() local
908 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PLANE); in drm_plane_find()
909 return mo ? obj_to_plane(mo) : NULL; in drm_plane_find()
H A Ddrm_connector.h1928 struct drm_mode_object *mo; in drm_connector_lookup() local
1929 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_CONNECTOR); in drm_connector_lookup()
1930 return mo ? obj_to_connector(mo) : NULL; in drm_connector_lookup()
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Fix-DATADIRNAME-on-uclibc-Linux.patch20 CATOBJEXT=.mo
28 CATOBJEXT=.mo
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dadd-with-bisonlocaledir.patch26 @@ -16,11 +16,16 @@ dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
27 dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all.
32 + [ --with-bisonlocaledir sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py245 mo, created = Machine.objects.get_or_create(
249 mo.up_date = index.machines[id].updated
250 mo.name = index.machines[id].name
251 mo.description = index.machines[id].description
252 mo.save()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch189 + if mo:
193 + if mo:
363 + if not mo:
1378 - if mo:
1382 - if mo:
1572 if not mo:
1780 - if mo:
1784 - if mo:
1974 if not mo:
2106 + if not mo:
[all …]
/openbmc/u-boot/scripts/kconfig/
H A D.gitignore7 *.mo
/openbmc/linux/kernel/kcsan/
H A Dcore.c1226 u##bits val, int mo, int fail_mo); \
1228 u##bits val, int mo, int fail_mo) \
1230 kcsan_atomic_builtin_memorder(mo); \
1236 return __atomic_compare_exchange_n(ptr, exp, val, weak, mo, fail_mo); \
1242 int mo, int fail_mo); \
1244 int mo, int fail_mo) \
1246 kcsan_atomic_builtin_memorder(mo); \
1252 __atomic_compare_exchange_n(ptr, &exp, val, 0, mo, fail_mo); \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/
H A Duim_1.8.8.bb75 ${datadir}/locale/ja/LC_MESSAGES/uim.mo \
76 ${datadir}/locale/fr/LC_MESSAGES/uim.mo \
77 ${datadir}/locale/ko/LC_MESSAGES/uim.mo \
/openbmc/openpower-inventory-upload/
H A D.gitignore49 *.mo
/openbmc/linux/Documentation/translations/sp_SP/
H A Dhowto.rst8mo participar en el desarrollo del kernel de Linux
12 sobre cómo convertirse en desarrollador del kernel de Linux y explica cómo
81mo usar la función. Cuando un cambio en el kernel hace que la interfaz
107 Este archivo describe en gran detalle cómo crear con éxito y enviar un
117 Otras excelentes descripciones de cómo crear parches correctamente son:
152 Este archivo describe las reglas sobre cómo se suceden las versiones
168 completa de la API en el kernel y reglas sobre cómo manejar cerrojos
202 También describe alguna información logística básica, como cómo compilar
220 Linux, es imperativo entender cómo funciona el código en cuestión. Para
301 el árbol estable y cómo funciona el proceso de lanzamiento.
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/
H A Dlibdnf_0.73.1.bb9 file://0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch \
/openbmc/pyphosphor/
H A D.gitignore71 *.mo
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dmediatek,spi-mt65xx.yaml80 specify which pins group(ck/mi/mo/cs) spi controller used.
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dkernel-enforcement-statement.rst11 Como desarrolladores del kernel Linux, tenemos un gran interés en cómo se
12 se utiliza nuestro software y cómo se aplica la licencia de nuestro software.
H A Dcode-of-conduct.rst96 Consulte el documento :ref:`code_of_conduct_interpretation` para ver cómo
/openbmc/linux/Documentation/
H A Ddontdiff31 *.mo
/openbmc/sdbusplus/
H A D.gitignore63 *.mo

12