| /kernel/linux/linux-5.10/drivers/net/can/cc770/ |
| D | cc770.c | 110 unsigned int o, mo; in enable_all_objs() local 171 int o, mo; in disable_all_objs() local 241 int mo, id, data; in chipset_init() local 385 static void cc770_tx(struct net_device *dev, int mo) in cc770_tx() 429 unsigned int mo = obj2msgobj(CC770_OBJ_TX); in cc770_start_xmit() local 448 static void cc770_rx(struct net_device *dev, unsigned int mo, u8 ctrl1) in cc770_rx() 603 unsigned int mo = obj2msgobj(o); in cc770_rx_interrupt() local 643 unsigned int mo = obj2msgobj(o); in cc770_rtr_interrupt() local 668 unsigned int mo = obj2msgobj(o); in cc770_tx_interrupt() local
|
| /kernel/linux/linux-4.19/drivers/net/can/cc770/ |
| D | cc770.c | 118 unsigned int o, mo; in enable_all_objs() local 179 int o, mo; in disable_all_objs() local 249 int mo, id, data; in chipset_init() local 393 static void cc770_tx(struct net_device *dev, int mo) in cc770_tx() 437 unsigned int mo = obj2msgobj(CC770_OBJ_TX); in cc770_start_xmit() local 456 static void cc770_rx(struct net_device *dev, unsigned int mo, u8 ctrl1) in cc770_rx() 611 unsigned int mo = obj2msgobj(o); in cc770_rx_interrupt() local 651 unsigned int mo = obj2msgobj(o); in cc770_rtr_interrupt() local 676 unsigned int mo = obj2msgobj(o); in cc770_tx_interrupt() local
|
| /kernel/linux/linux-4.19/include/asm-generic/ |
| D | atomic-long.h | 40 #define ATOMIC_LONG_READ_OP(mo) \ argument 52 #define ATOMIC_LONG_SET_OP(mo) \ in ATOMIC_LONG_READ_OP() argument 64 #define ATOMIC_LONG_ADD_SUB_OP(op, mo) \ argument 133 #define ATOMIC_LONG_FETCH_OP(op, mo) \ argument 169 #define ATOMIC_LONG_FETCH_INC_DEC_OP(op, mo) \ in ATOMIC_LONG_FETCH_OP() argument 235 #define ATOMIC_LONG_INC_DEC_OP(op, mo) \ argument
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | i915_gem_userptr.c | 67 struct i915_mmu_object *mo = container_of(work, typeof(*mo), work); in cancel_userptr() local 97 static void add_object(struct i915_mmu_object *mo) in add_object() 106 static void del_object(struct i915_mmu_object *mo) in del_object() 123 struct i915_mmu_object *mo; in i915_gem_userptr_mn_invalidate_range_start() local 196 struct i915_mmu_object *mo; in i915_gem_userptr_release__mmu_notifier() local 256 struct i915_mmu_object *mo; in i915_gem_userptr_init__mmu_notifier() local
|
| /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() 50 static void del_object(struct i915_mmu_object *mo) in del_object() 62 struct i915_mmu_object *mo = obj->userptr.mmu_object; in __i915_gem_userptr_set_active() local 177 struct i915_mmu_object *mo; in i915_gem_userptr_release__mmu_notifier() local 224 struct i915_mmu_object *mo; in i915_gem_userptr_init__mmu_notifier() local
|
| /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 446 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument 468 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 486 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 505 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 523 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 542 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument 562 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ argument 579 #define COMPOSITE_FRACMUX(_id, cname, pname, f, mo, df, go, gs, gf, ch) \ argument 597 #define COMPOSITE_FRACMUX_NOGATE(_id, cname, pname, f, mo, df, ch) \ argument [all …]
|
| /kernel/linux/linux-4.19/drivers/clk/rockchip/ |
| D | clk.h | 420 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 441 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 459 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 478 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 496 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument 515 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument 535 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ argument 552 #define COMPOSITE_FRACMUX(_id, cname, pname, f, mo, df, go, gs, gf, ch) \ argument 570 #define COMPOSITE_FRACMUX_NOGATE(_id, cname, pname, f, mo, df, ch) \ argument 586 #define COMPOSITE_DDRCLK(_id, cname, pnames, f, mo, ms, mw, \ argument [all …]
|
| /kernel/linux/linux-4.19/drivers/crypto/sunxi-ss/ |
| D | sun4i-ss-cipher.c | 37 struct sg_mapping_iter mi, mo; in sun4i_ss_opti_poll() local 150 struct sg_mapping_iter mi, mo; in sun4i_ss_cipher_poll() local
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_property.h | 295 struct drm_mode_object *mo; in drm_property_find() local
|
| D | drm_encoder.h | 237 struct drm_mode_object *mo; in drm_encoder_find() local
|
| D | drm_plane.h | 742 struct drm_mode_object *mo; in drm_plane_find() local
|
| D | drm_crtc.h | 1126 struct drm_mode_object *mo; in drm_crtc_find() local
|
| D | drm_connector.h | 1116 struct drm_mode_object *mo; in drm_connector_lookup() local
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_property.h | 298 struct drm_mode_object *mo; in drm_property_find() local
|
| D | drm_encoder.h | 248 struct drm_mode_object *mo; in drm_encoder_find() local
|
| D | drm_plane.h | 790 struct drm_mode_object *mo; in drm_plane_find() local
|
| D | drm_crtc.h | 1254 struct drm_mode_object *mo; in drm_crtc_find() local
|
| D | drm_connector.h | 1553 struct drm_mode_object *mo; in drm_connector_lookup() local
|
| /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 189 struct sg_mapping_iter mi, mo; in sun4i_ss_cipher_poll() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
| D | t4.h | 198 __be32 mo; member
|
| /kernel/linux/linux-4.19/drivers/infiniband/hw/cxgb4/ |
| D | t4.h | 197 __be32 mo; member
|
| /kernel/linux/linux-4.19/sound/pci/asihpi/ |
| D | asihpi.c | 275 u32 h_stream, u32 *mo, u32 *mi) in hpi_stream_group_get_map()
|
| /kernel/linux/linux-4.19/drivers/md/ |
| D | dm-integrity.c | 381 unsigned mo; in get_metadata_sector_and_offset() local
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-integrity.c | 431 unsigned mo; in get_metadata_sector_and_offset() local
|
| /kernel/linux/linux-4.19/arch/powerpc/xmon/ |
| D | ppc-opc.c | 2835 #define XMBAR(op, xop, mo) (X ((op), (xop)) | ((((unsigned long)(mo)) & 1) << 21)) argument
|