| /linux/lib/ |
| H A D | codetag.c | 56 .mod_id = 0, in codetag_get_ct_iter() 91 cmod = idr_find(&cttype->mod_idr, iter->mod_id); in codetag_next_ct() 96 &iter->mod_id); in codetag_next_ct() 113 iter->mod_id++; in codetag_next_ct() 180 int mod_id; in codetag_module_init() local 205 mod_id = idr_alloc(&cttype->mod_idr, cmod, 0, 0, GFP_KERNEL); in codetag_module_init() 206 if (mod_id >= 0) { in codetag_module_init() 212 idr_remove(&cttype->mod_idr, mod_id); in codetag_module_init() 218 err = mod_id; in codetag_module_init() 352 unsigned long mod_id, tmp; in codetag_unload_module() local [all …]
|
| /linux/drivers/gpu/host1x/hw/ |
| H A D | opcodes.h | 50 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument 53 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write() 61 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument 63 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
|
| /linux/drivers/soc/mediatek/ |
| H A D | mtk-mutex.c | 896 unsigned int sof_id, mod_id; in mtk_mutex_add_comp() local 928 mod_id = mtx->data->mutex_mod[id] % 32; in mtk_mutex_add_comp() 930 reg |= BIT(mod_id); in mtk_mutex_add_comp() 947 unsigned int mod_id; in mtk_mutex_remove_comp() local 968 mod_id = mtx->data->mutex_mod[id] % 32; in mtk_mutex_remove_comp() 970 reg &= ~BIT(mod_id); in mtk_mutex_remove_comp() 1047 u32 offset, mod_id; in mtk_mutex_write_mod() local 1058 mod_id = mtx->data->mutex_table_mod[idx] % 32; in mtk_mutex_write_mod() 1062 reg &= ~BIT(mod_id); in mtk_mutex_write_mod() 1064 reg |= BIT(mod_id); in mtk_mutex_write_mod()
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.h | 319 #define SST_FILL_MODULE_ID(dst, mod_id) (\ argument 320 dst.module_id = (mod_id)) 326 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \ argument 328 SST_FILL_MODULE_ID(dst, mod_id); \ 330 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \ argument 332 SST_FILL_MODULE_ID(dst, mod_id); \
|
| H A D | sst-mfld-dsp.h | 184 u16 mod_id; /*!< Pipe_id */ member
|
| /linux/include/linux/ |
| H A D | codetag.h | 58 unsigned long mod_id; member
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman.c | 1495 static int get_module_event(enum fman_event_modules module, u8 mod_id, in get_module_event() argument 1503 event = FMAN_EV_ERR_MAC0 + mod_id; in get_module_event() 1505 event = FMAN_EV_MAC0 + mod_id; in get_module_event() 1511 event = (FMAN_EV_FMAN_CTRL_0 + mod_id); in get_module_event() 2050 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument 2055 event = get_module_event(module, mod_id, intr_type); in fman_register_intr() 2076 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument 2080 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_err.h | 223 u8 mod_id; member
|
| H A D | hclge_err.c | 3193 u8 mod_id, total_module, type_id, total_type, i, is_ras; in hclge_handle_error_type_reg_log() local 3199 mod_id = mod_info->mod_id; in hclge_handle_error_type_reg_log() 3207 if (mod_id == hclge_hw_module_id_st[i].module_id) { in hclge_handle_error_type_reg_log() 3229 "unknown module[%u] or type[%u].\n", mod_id, type_id); in hclge_handle_error_type_reg_log()
|
| /linux/sound/soc/intel/atom/sst/ |
| H A D | sst_pvt.c | 288 dsp->mod_id = 0; in sst_fill_header_dsp()
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 917 t->mod_id); in avs_path_binding_arm() 919 dev_err(adev->dev, "path mod %d not found\n", t->mod_id); in avs_path_binding_arm()
|
| /linux/sound/hda/codecs/ |
| H A D | ca0132.c | 2345 int mod_id, int src_id, int req, int dir, const void *data, in dspio_scp() argument 2370 scp_send.hdr = make_scp_header(mod_id, src_id, (dir == SCP_GET), req, in dspio_scp() 2426 static int dspio_set_param(struct hda_codec *codec, int mod_id, in dspio_set_param() argument 2429 return dspio_scp(codec, mod_id, src_id, req, SCP_SET, data, len, NULL, in dspio_set_param() 2433 static int dspio_set_uint_param(struct hda_codec *codec, int mod_id, in dspio_set_uint_param() argument 2436 return dspio_set_param(codec, mod_id, 0x20, req, &data, in dspio_set_uint_param()
|