Searched refs:init_cb (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/hwmon/pmbus/ |
| H A D | pmbus.h | 506 .init_cb = pmbus_regulator_init_cb, \ 522 .init_cb = pmbus_regulator_init_cb, \
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4664 ha->init_cb->request_q_outpointer = cpu_to_le16(0); in qla2x00_config_rings() 4665 ha->init_cb->response_q_inpointer = cpu_to_le16(0); in qla2x00_config_rings() 4691 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_config_rings() 4781 (struct mid_init_cb_24xx *) ha->init_cb; in qla2x00_init_rings() 4847 mid_init_cb->init_cb.execution_throttle = in qla2x00_init_rings() 5235 init_cb_t *icb = ha->init_cb; in qla2x00_nvram_config() 5640 memset(ha->init_cb, 0, ha->init_cb_size); in qla_get_login_template() 5643 ha->init_cb, sz); in qla_get_login_template() 5651 bp = (uint32_t *)ha->init_cb; in qla_get_login_template() 7886 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_nvram_config() [all …]
|
| H A D | qla_fw.h | 1384 struct init_cb_24xx init_cb; member 2185 struct init_cb_81xx init_cb; member
|
| H A D | qla_os.c | 4164 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, in qla2x00_mem_alloc() 4166 if (!ha->init_cb) in qla2x00_mem_alloc() 4217 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool); in qla2x00_mem_alloc() 4595 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb, in qla2x00_mem_alloc() 4597 ha->init_cb = NULL; in qla2x00_mem_alloc() 4688 struct init_cb_81xx *icb = (struct init_cb_81xx *)vha->hw->init_cb; in qla2x00_number_of_exch() 4810 struct init_cb_81xx *icb = (struct init_cb_81xx *)ha->init_cb; in qla2x00_set_exchoffld_buffer() 5013 if (ha->init_cb) in qla2x00_mem_free() 5015 ha->init_cb, ha->init_cb_dma); in qla2x00_mem_free() 5032 ha->init_cb = NULL; in qla2x00_mem_free()
|
| H A D | qla_mbx.c | 1920 if (ha->init_cb) { in qla2x00_init_firmware() 1923 0x0104d, ha->init_cb, sizeof(*ha->init_cb)); in qla2x00_init_firmware()
|
| H A D | qla_nx.c | 1738 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings()
|
| H A D | qla_def.h | 4484 init_cb_t *init_cb; member
|
| H A D | qla_target.c | 6856 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; in qlt_24xx_config_rings()
|
| /linux-6.15/include/linux/regulator/ |
| H A D | driver.h | 373 int (*init_cb)(struct regulator_dev *, member
|
| /linux-6.15/drivers/regulator/ |
| H A D | core.c | 5867 if (regulator_desc->init_cb) { in regulator_register() 5868 ret = regulator_desc->init_cb(rdev, config); in regulator_register()
|