Searched refs:init_cb (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/hwmon/pmbus/ |
| H A D | pmbus.h | 507 .init_cb = pmbus_regulator_init_cb, \ 523 .init_cb = pmbus_regulator_init_cb, \
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4684 ha->init_cb->request_q_outpointer = cpu_to_le16(0); in qla2x00_config_rings() 4685 ha->init_cb->response_q_inpointer = cpu_to_le16(0); in qla2x00_config_rings() 4686 ha->init_cb->request_q_length = cpu_to_le16(req->length); in qla2x00_config_rings() 4687 ha->init_cb->response_q_length = cpu_to_le16(rsp->length); in qla2x00_config_rings() 4688 put_unaligned_le64(req->dma, &ha->init_cb->request_q_address); in qla2x00_config_rings() 4689 put_unaligned_le64(rsp->dma, &ha->init_cb->response_q_address); in qla2x00_config_rings() 4711 icb = (struct init_cb_24xx *)ha->init_cb; in qla24xx_config_rings() 4801 (struct mid_init_cb_24xx *) ha->init_cb; in qla2x00_init_rings() 4855 le32_to_cpu(mid_init_cb->init_cb.firmware_options_1), in qla2x00_init_rings() 4856 le32_to_cpu(mid_init_cb->init_cb.firmware_options_2), in qla2x00_init_rings() [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 | 4158 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, in qla2x00_mem_alloc() 4160 if (!ha->init_cb) in qla2x00_mem_alloc() 4211 ha->init_cb, ha->gid_list, ha->srb_mempool, ha->s_dma_pool); in qla2x00_mem_alloc() 4586 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb, in qla2x00_mem_alloc() 4588 ha->init_cb = NULL; in qla2x00_mem_alloc() 4679 struct init_cb_81xx *icb = (struct init_cb_81xx *)vha->hw->init_cb; in qla2x00_number_of_exch() 4801 struct init_cb_81xx *icb = (struct init_cb_81xx *)ha->init_cb; in qla2x00_set_exchoffld_buffer() 5004 if (ha->init_cb) in qla2x00_mem_free() 5006 ha->init_cb, ha->init_cb_dma); in qla2x00_mem_free() 5023 ha->init_cb = NULL; in qla2x00_mem_free()
|
| H A D | qla_mbx.c | 1970 if (ha->init_cb) { in qla2x00_init_firmware() 1973 0x0104d, ha->init_cb, sizeof(*ha->init_cb)); in qla2x00_init_firmware()
|
| H A D | qla_target.c | 7928 struct init_cb_24xx *icb = (struct init_cb_24xx *)ha->init_cb; in qlt_24xx_config_rings() 8181 (struct init_cb_81xx *)ha->init_cb; in qlt_config_nvram_with_fw_version() 8185 (struct init_cb_24xx *)ha->init_cb; in qlt_config_nvram_with_fw_version()
|
| H A D | qla_nx.c | 1714 icb = (struct init_cb_81xx *)ha->init_cb; in qla82xx_config_rings()
|
| H A D | qla_def.h | 4507 init_cb_t *init_cb; member
|
| /linux/include/linux/regulator/ |
| H A D | driver.h | 277 * @init_cb: Optional callback called after the parsing of init_data. 378 int (*init_cb)(struct regulator_dev *, 373 int (*init_cb)(struct regulator_dev *, global() member
|
| /linux/drivers/regulator/ |
| H A D | core.c | 6126 if (regulator_desc->init_cb) { in regulator_register() 6127 ret = regulator_desc->init_cb(rdev, config); in regulator_register()
|