Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Dsdrc2xxx.c54 return mem_timings.m_type; in omap2xxx_sdrc_get_type()
81 u32 dll_ctrl, m_type; in omap2xxx_sdrc_reprogram() local
95 m_type = omap2xxx_sdrc_get_type(); in omap2xxx_sdrc_reprogram()
106 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); in omap2xxx_sdrc_reprogram()
120 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); in omap2xxx_sdrc_init_params()
130 if (mem_timings.m_type != M_DDR) in omap2xxx_sdrc_init_params()
A Dsdrc.h90 u32 m_type; /* ddr = 1, sdr = 0 */ member
/linux/fs/dlm/
A 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()
A Drequestqueue.c84 ms->m_type, ms->m_header.h_nodeid, in dlm_process_requestqueue()
130 uint32_t type = ms->m_type; in purge_request()
A Dlock.c2174 ms->m_type != DLM_MSG_GRANT) { in munge_altmode()
2176 lkb->lkb_id, ms->m_type); in munge_altmode()
3552 ms->m_type = mstype; in _create_message()
3623 switch (ms->m_type) { in send_args()
3976 switch (ms->m_type) { in validate_message()
4868 switch (ms->m_type) { in _receive_message()
4965 if (ms->m_type == DLM_MSG_CONVERT) in _receive_message()
4972 ms->m_type, ms->m_header.h_nodeid, in _receive_message()
4994 ms->m_type, nodeid); in dlm_receive_message()
5028 type = p->message.m_type; in dlm_receive_buffer()
[all …]
A Ddlm_internal.h418 uint32_t m_type; /* DLM_MSG_ */ member
/linux/ipc/
A Dmsgutil.c139 dst->m_type = src->m_type; in copy_msg()
A Dmsg.c795 if (msg->m_type <= type) in testmsg()
799 if (msg->m_type == type) in testmsg()
803 if (msg->m_type != type) in testmsg()
862 msg->m_type = mtype; in do_msgsnd()
1025 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill()
1077 if (mode == SEARCH_LESSEQUAL && msg->m_type != 1) { in find_msg()
1078 *msgtyp = msg->m_type - 1; in find_msg()
1276 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill()
A Dmqueue.c203 if (likely(leaf->priority == msg->m_type)) in msg_insert()
205 else if (msg->m_type < leaf->priority) { in msg_insert()
220 leaf->priority = msg->m_type; in msg_insert()
1106 msg_ptr->m_type = msg_prio; in do_mq_timedsend()
1261 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || in do_mq_timedreceive()
/linux/include/linux/
A Dmsg.h11 long m_type; member
/linux/sound/soc/intel/skylake/
A Dskl-messages.c835 switch (mconfig->m_type) { in skl_get_module_param_size()
892 switch (module_config->m_type) { in skl_set_module_format()
925 module_config->m_type, module_config->id.module_id, in skl_set_module_format()
1186 if (src_mcfg->m_type == SKL_MODULE_TYPE_COPIER && src_index > 0) { in skl_bind_modules()
A Dskl-debug.c150 mconfig->m_type); in module_read()
A Dskl-topology.h418 enum skl_module_type m_type; member
A Dskl-topology.c246 if (mcfg->m_type == SKL_MODULE_TYPE_SRCINT) in skl_tplg_update_buffer_size()
754 if (mcfg->m_type == SKL_MODULE_TYPE_KPB) { in skl_fill_sink_instance_id()
909 if (mconfig->m_type != SKL_MODULE_TYPE_KPB) in skl_tplg_add_moduleid_in_bind_params()
2440 mconfig->m_type = tkn_elem->value; in skl_tplg_get_token()
2831 mconfig->m_type = dfw->module_type; in skl_tplg_get_pvt_data_v4()

Completed in 44 milliseconds