Searched refs:cfg_id (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/wwan/t7xx/ |
D | t7xx_port_proxy.h | 45 enum port_cfg_id cfg_id; member 108 void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id);
|
D | t7xx_port_proxy.c | 515 void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id) in t7xx_port_proxy_set_cfg() argument 524 if (cfg_id == PORT_CFG_ID_EARLY) { in t7xx_port_proxy_set_cfg() 535 port_prox->cfg_id = cfg_id; in t7xx_port_proxy_set_cfg()
|
D | t7xx_hif_cldma.h | 125 void t7xx_cldma_switch_cfg(struct cldma_ctrl *md_ctrl, enum cldma_cfg cfg_id);
|
D | t7xx_hif_cldma.c | 995 static void t7xx_cldma_adjust_config(struct cldma_ctrl *md_ctrl, enum cldma_cfg cfg_id) in t7xx_cldma_adjust_config() argument 1009 if (cfg_id == CLDMA_DEDICATED_Q_CFG) { in t7xx_cldma_adjust_config() 1352 void t7xx_cldma_switch_cfg(struct cldma_ctrl *md_ctrl, enum cldma_cfg cfg_id) in t7xx_cldma_switch_cfg() argument 1355 t7xx_cldma_adjust_config(md_ctrl, cfg_id); in t7xx_cldma_switch_cfg()
|
/linux-6.12.1/sound/soc/codecs/ |
D | cs35l45-tables.c | 282 u8 cfg_id; member 327 return cs35l45_pll_refclk_freq[i].cfg_id; in cs35l45_get_clk_freq_id()
|
/linux-6.12.1/drivers/iio/pressure/ |
D | abp060mg.c | 182 unsigned long cfg_id = id->driver_data; in abp060mg_probe() local 195 abp060mg_init_device(indio_dev, cfg_id); in abp060mg_probe()
|
/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/ |
D | smd.h | 141 int wcn36xx_smd_update_cfg(struct wcn36xx *wcn, u32 cfg_id, u32 value);
|
D | smd.c | 28 u32 cfg_id; member 34 .cfg_id = WCN36XX_HAL_CFG_ ## id, \ 641 ret = put_cfg_tlv_u32(wcn, &len, cfg_vals[i].cfg_id, in wcn36xx_smd_start() 2880 int wcn36xx_smd_update_cfg(struct wcn36xx *wcn, u32 cfg_id, u32 value) in wcn36xx_smd_update_cfg() argument 2894 put_cfg_tlv_u32(wcn, &len, cfg_id, value); in wcn36xx_smd_update_cfg()
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 2530 u16 cfg_id, count; in qed_nvm_flash_cfg_write() local 2549 cfg_id = *((u16 *)*data); in qed_nvm_flash_cfg_write() 2575 "cfg_id = %d entity = %d len = %d\n", cfg_id, in qed_nvm_flash_cfg_write() 2577 rc = qed_mcp_nvm_set_cfg(hwfn, ptt, cfg_id, entity_id, flags, in qed_nvm_flash_cfg_write() 2580 DP_ERR(cdev, "Error %d configuring %d\n", rc, cfg_id); in qed_nvm_flash_cfg_write() 2955 static int qed_set_grc_config(struct qed_dev *cdev, u32 cfg_id, u32 val) in qed_set_grc_config() argument 2968 rc = qed_dbg_grc_config(hwfn, cfg_id, val); in qed_set_grc_config()
|
/linux-6.12.1/include/linux/qed/ |
D | qed_if.h | 1199 int (*set_grc_config)(struct qed_dev *cdev, u32 cfg_id, u32 val);
|