Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dsdrc2xxx.c57 return mem_timings.m_type; in omap2xxx_sdrc_get_type()
84 u32 dll_ctrl, m_type; in omap2xxx_sdrc_reprogram() local
98 m_type = omap2xxx_sdrc_get_type(); in omap2xxx_sdrc_reprogram()
109 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); in omap2xxx_sdrc_reprogram()
123 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); in omap2xxx_sdrc_init_params()
133 if (mem_timings.m_type != M_DDR) in omap2xxx_sdrc_init_params()
Dsdrc.h93 u32 m_type; /* ddr = 1, sdr = 0 */ member
/Linux-v4.19/fs/dlm/
Dutil.c90 ms->m_type = cpu_to_le32(ms->m_type); in dlm_message_out()
114 ms->m_type = le32_to_cpu(ms->m_type); in dlm_message_in()
Drequestqueue.c86 ms->m_type, ms->m_header.h_nodeid, in dlm_process_requestqueue()
132 uint32_t type = ms->m_type; in purge_request()
Dlock.c1615 error = _remove_from_waiters(lkb, ms->m_type, ms); in remove_from_waiters_ms()
2174 if (ms->m_type != DLM_MSG_REQUEST_REPLY && in munge_altmode()
2175 ms->m_type != DLM_MSG_GRANT) { in munge_altmode()
2177 lkb->lkb_id, ms->m_type); in munge_altmode()
3555 ms->m_type = mstype; in _create_message()
3626 switch (ms->m_type) { in send_args()
3686 r->res_ls->ls_stub_ms.m_type = DLM_MSG_CONVERT_REPLY; in send_convert()
3979 switch (ms->m_type) { in validate_message()
4010 ms->m_type, from, lkb->lkb_id, lkb->lkb_remid, in validate_message()
4864 ms->m_type, ms->m_header.h_nodeid, ms->m_lkid, in _receive_message()
[all …]
Ddlm_internal.h408 uint32_t m_type; /* DLM_MSG_ */ member
/Linux-v4.19/include/linux/
Dmsg.h11 long m_type; member
/Linux-v4.19/ipc/
Dmsgutil.c139 dst->m_type = src->m_type; in copy_msg()
Dmsg.c748 if (msg->m_type <= type) in testmsg()
752 if (msg->m_type == type) in testmsg()
756 if (msg->m_type != type) in testmsg()
811 msg->m_type = mtype; in do_msgsnd()
974 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill()
1026 if (mode == SEARCH_LESSEQUAL && msg->m_type != 1) { in find_msg()
1027 *msgtyp = msg->m_type - 1; in find_msg()
1217 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill()
Dmqueue.c133 if (likely(leaf->priority == msg->m_type)) in msg_insert()
135 else if (msg->m_type < leaf->priority) in msg_insert()
149 leaf->priority = msg->m_type; in msg_insert()
966 msg_ptr->m_type = msg_prio; in do_mq_timedsend()
1117 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || in do_mq_timedreceive()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-debug.c154 mconfig->m_type); in module_read()
Dskl-messages.c805 switch (mconfig->m_type) { in skl_get_module_param_size()
860 switch (module_config->m_type) { in skl_set_module_format()
1163 if (src_mcfg->m_type == SKL_MODULE_TYPE_COPIER && src_index > 0) { in skl_bind_modules()
Dskl-topology.h419 enum skl_module_type m_type; member
Dskl-topology.c347 if (mcfg->m_type == SKL_MODULE_TYPE_SRCINT) in skl_tplg_update_buffer_size()
834 if (mcfg->m_type == SKL_MODULE_TYPE_KPB) { in skl_fill_sink_instance_id()
991 if (mconfig->m_type != SKL_MODULE_TYPE_KPB) in skl_tplg_add_moduleid_in_bind_params()
2466 mconfig->m_type = tkn_elem->value; in skl_tplg_get_token()
2849 mconfig->m_type = dfw->module_type; in skl_tplg_get_pvt_data_v4()