Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dcodetag.c49 .mod_id = 0, in codetag_get_ct_iter()
83 cmod = idr_find(&cttype->mod_idr, iter->mod_id); in codetag_next_ct()
88 &iter->mod_id); in codetag_next_ct()
103 iter->mod_id++; in codetag_next_ct()
238 unsigned long mod_id, tmp; in codetag_unload_module() local
241 idr_for_each_entry_ul(&cttype->mod_idr, cmod, tmp, mod_id) { in codetag_unload_module()
253 idr_remove(&cttype->mod_idr, mod_id); in codetag_unload_module()
/linux-6.12.1/drivers/gpu/host1x/hw/
Dopcodes.h50 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-6.12.1/sound/soc/intel/atom/
Dsst-atom-controls.h319 #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); \
Dsst-mfld-dsp.h184 u16 mod_id; /*!< Pipe_id */ member
/linux-6.12.1/drivers/net/ethernet/freescale/fman/
Dfman.h350 u8 mod_id, enum fman_intr_type intr_type,
354 u8 mod_id, enum fman_intr_type intr_type);
Dfman.c1496 static int get_module_event(enum fman_event_modules module, u8 mod_id, in get_module_event() argument
1504 event = FMAN_EV_ERR_MAC0 + mod_id; in get_module_event()
1506 event = FMAN_EV_MAC0 + mod_id; in get_module_event()
1512 event = (FMAN_EV_FMAN_CTRL_0 + mod_id); in get_module_event()
2051 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument
2056 event = get_module_event(module, mod_id, intr_type); in fman_register_intr()
2077 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument
2081 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
/linux-6.12.1/include/linux/
Dcodetag.h45 unsigned long mod_id; member
/linux-6.12.1/sound/soc/intel/avs/
Dtopology.h131 u32 mod_id; member
Dpath.c627 t->mod_id); in avs_path_binding_arm()
629 dev_err(adev->dev, "path mod %d not found\n", t->mod_id); in avs_path_binding_arm()
Dtopology.c1047 .offset = offsetof(struct avs_tplg_binding, mod_id),
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.h223 u8 mod_id; member
Dhclge_err.c3193 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-6.12.1/sound/soc/intel/atom/sst/
Dsst_pvt.c322 dsp->mod_id = 0; in sst_fill_header_dsp()
/linux-6.12.1/sound/pci/hda/
Dpatch_ca0132.c2358 int mod_id, int src_id, int req, int dir, const void *data, in dspio_scp() argument
2383 scp_send.hdr = make_scp_header(mod_id, src_id, (dir == SCP_GET), req, in dspio_scp()
2439 static int dspio_set_param(struct hda_codec *codec, int mod_id, in dspio_set_param() argument
2442 return dspio_scp(codec, mod_id, src_id, req, SCP_SET, data, len, NULL, in dspio_set_param()
2446 static int dspio_set_uint_param(struct hda_codec *codec, int mod_id, in dspio_set_uint_param() argument
2449 return dspio_set_param(codec, mod_id, 0x20, req, &data, in dspio_set_uint_param()