/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa2_container.c | 31 … dev_dbg(&tfa->i2c->dev, "dsp mem (%d): 0x%02x=0x%04x\n", cfmem->type, address, cfmem->words[i]); in tfa2_cnt_write_dspmem() 158 int tfa2_cnt_get_cmd(nxpTfaContainer_t *cnt, int dev, int profidx, int offset, uint8_t **array, int… in tfa2_cnt_get_cmd() argument 162 nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(cnt, dev, profidx); in tfa2_cnt_get_cmd() 189 nxpTfaDeviceList_t *dev; in tfa2_cnt_device_name() local 191 dev = tfa2_cnt_device(cnt, dev_idx); in tfa2_cnt_device_name() 192 if (dev == NULL) in tfa2_cnt_device_name() 195 return tfa2_cnt_get_string(cnt, &dev->name); in tfa2_cnt_device_name() 261 nxpTfaDeviceList_t *dev; in tfa2_cnt_get_slave() local 267 dev = tfa2_cnt_device(cnt, dev_idx); in tfa2_cnt_get_slave() 268 if (!dev) in tfa2_cnt_get_slave() [all …]
|
D | tfa2_dev.c | 83 dev_err(&tfa->i2c->dev, "can't read MANSTATE\n"); in tfa2_show_current_state() 90 dev_dbg(&tfa->i2c->dev, "Current HW manager state: %s \n", tfa2_manstate_string[manstate]); in tfa2_show_current_state() 106 dev_dbg(&i2c->dev, "HW rev: 0x%04x\n", (uint16_t)rc); in tfa2_i2c_get_revid() 124 dev_err(&tfa->i2c->dev, "error reading revid from slave 0x%02x\n", tfa->i2c->addr); in tfa2_dev_probe() 201 dev_dbg(&tfa->i2c->dev, "%s\n", __FUNCTION__); in tfa2_dev_start_hw() 232 … dev_dbg(&tfa->i2c->dev, "HW manager state: %d=%s (%s)\n", rc, tfa2_manstate_string[rc], __func__); in tfa2_dev_start_hw() 250 dev_dbg(&tfa->i2c->dev, "%s\n", __FUNCTION__); in tfa2_dev_load_config() 256 dev_dbg(&tfa->i2c->dev, "[%s] tfa2_cnt_write_files error = %d \n", __FUNCTION__, rc); in tfa2_dev_load_config() 264 dev_dbg(&tfa->i2c->dev, "[%s] tfaContWriteFilesProf error = %d \n", __FUNCTION__, rc); in tfa2_dev_load_config() 282 dev_dbg(&tfa->i2c->dev, "%s\n", __FUNCTION__); in tfa2_dev_start_cf() [all …]
|
D | tfa2_haptic.c | 85 …dev_dbg(&tfa->i2c->dev, "starting obj[%d] of total %d ms\n", index + 1, tfa2_haptic_get_duration(t… in tfa2_haptic_start() 120 …dev_err(&client->dev, "invalid object idx=%d, addr=%d, cmdobjsel_idx=%d\n", index, address, cmdobj… in tfa2_haptic_start_object() 125 dev_dbg(&client->dev, "started (%d) %s\n", index + 1, str); in tfa2_haptic_start_object() 166 …dev_dbg(&client->dev, "tfa_haptic_start duration = %lld us (%lld )\n", delta_time, delta_time + 90… in tfa2_haptic_start_object() 410 …dev_dbg(&tfa->i2c->dev, "%s patch version %d.%d.%d\n", string, (fw_version >> 16) & 0xff, (fw_vers… in tfa2_hap_patch_version() 415 …dev_err(&tfa->i2c->dev, "%s: unsupported firmware version 0x%x, expected 0x%x\n", __func__, fw_ver… in tfa2_hap_patch_version() 435 dev_dbg(&tfa->i2c->dev, "%s:F0 MTP:%d, F0:%d\n", __func__, f0mtp, f0); in tfa2_hap_recalc() 456 …dev_dbg(&tfa->i2c->dev, "%s: manstate:%d\n", __func__, tfa2_i2c_read_bf(tfa->i2c, tfa->bf_manstate… in tfa2_hap_recalc() 462 dev_dbg(&tfa->i2c->dev, "recalculation startup object id: %d\n", recalc_obj); in tfa2_hap_recalc() 472 dev_err(&tfa->i2c->dev, "Error, recalculation did not finish\n"); in tfa2_hap_recalc() [all …]
|
D | tfa2_init.c | 68 dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9894_init() 109 dev_err(&tfa->i2c->dev, "error writing MTP: 0x%02x 0x%04x\n", addr, mtp_new); in tfa9894_tfa_mtp_write_wrapper() 179 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9872_init() 226 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9873_init() 310 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9874_init() 362 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9878_init() 528 dev_warn(&tfa->i2c->dev, "DCVOF exceeding maximum (57), adjusting it to maximum.\n"); in tfa9912_vboost_fixup() 534 dev_warn(&tfa->i2c->dev, "DCVOS exceeding maximum (57), adjusting it to maximum.\n"); in tfa9912_vboost_fixup() 541 dev_dbg(&tfa->i2c->dev, "Recalculate DCVOF based on calibr_vout_offset.\n"); in tfa9912_vboost_fixup() 547 dev_dbg(&tfa->i2c->dev, "Recalculate DCVOS based on calibr_vout_offset.\n"); in tfa9912_vboost_fixup() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i3c_bus/ |
D | fsl_component_i3c_adapter.c | 30 static void I3C_SlaveAdapterRequestMastership(i3c_device_t *dev); 31 static void I3C_SlaveAdapterRequestHotJoin(i3c_device_t *dev); 32 static status_t I3C_SlaveAdapterInit(i3c_device_t *dev); 35 static void I3C_SlaveAdapterRequestIBI(i3c_device_t *dev, void *data, size_t dataSize); 87 i3c_device_t *dev = (i3c_device_t *)userData; in i3c_secondarymaster_callback() local 88 i3c_device_control_info_t *devControlInfo = dev->devControlInfo; in i3c_secondarymaster_callback() 672 static status_t I3C_SlaveAdapterInit(i3c_device_t *dev) in I3C_SlaveAdapterInit() argument 674 assert(dev != NULL); in I3C_SlaveAdapterInit() 676 i3c_device_control_info_t *devControlInfo = dev->devControlInfo; in I3C_SlaveAdapterInit() 677 i3c_device_information_t *devInfo = &dev->info; in I3C_SlaveAdapterInit() [all …]
|
D | fsl_component_i3c.h | 207 status_t (*Init)(i3c_device_t *dev); /*!< Init function to initialize I3C device.*/ 208 … void (*Deinit)(i3c_device_t *dev); /*!< Deinit function to de-initialize I3C device.*/ 215 …i3c_device_t *dev, i3c_bus_transfer_t *xfer); /*!< DoI3CTransfer function, only require for I3C ma… 217 …i2c_device_t *dev, i3c_bus_transfer_t *xfer); /*!< DoI2CTransfer function, only require for I3C sl… 237 int (*Init)(i2c_device_t *dev); /*!< I2C device initialize function.*/ 238 void (*Deinit)(i2c_device_t *dev); /*!< I2C device de-initialize function.*/ 250 typedef void (*i3c_dev_ibi_handler_t)(i3c_device_t *dev, const void *ibiData, uint32_t ibiLen); 381 void I3C_BusAddI3CDev(i3c_bus_t *bus, i3c_device_t *dev); 391 void I3C_BusAddI2CDev(i3c_bus_t *bus, i2c_device_t *dev);
|
D | fsl_component_i3c.c | 309 void I3C_BusAddI3CDev(i3c_bus_t *bus, i3c_device_t *dev) in I3C_BusAddI3CDev() argument 313 (void)LIST_AddTail(i3cDevList, &dev->listNode); in I3C_BusAddI3CDev() 315 if (dev->info.dynamicAddr != 0U) in I3C_BusAddI3CDev() 318 I3C_BusSetAddrSlot(bus, dev->info.dynamicAddr, kI3C_Bus_AddrSlot_I3CDev); in I3C_BusAddI3CDev() 321 if (dev->info.staticAddr != 0U) in I3C_BusAddI3CDev() 324 I3C_BusSetAddrSlot(bus, dev->info.staticAddr, kI3C_Bus_AddrSlot_I2CDev); in I3C_BusAddI3CDev() 327 dev->bus = bus; in I3C_BusAddI3CDev() 338 void I3C_BusAddI2CDev(i3c_bus_t *bus, i2c_device_t *dev) in I3C_BusAddI2CDev() argument 341 dev->bus = bus; in I3C_BusAddI2CDev() 343 (void)LIST_AddTail(i2cDevList, &dev->listNode); in I3C_BusAddI2CDev() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX6/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX2/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX1/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX4/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX3/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX3/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX2/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX1/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX4/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX5/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8UX6/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX5/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX6/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8UX5/scfw_api/svc/misc/ |
D | misc_rpc_clnt.c | 403 void sc_misc_get_boot_dev(sc_ipc_t ipc, sc_rsrc_t *dev) in sc_misc_get_boot_dev() argument 414 if (dev != NULL) in sc_misc_get_boot_dev() 416 *dev = (sc_rsrc_t) RPC_U16(&msg, 0U); in sc_misc_get_boot_dev()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/ldscripts/ |
D | elf32xtensa.xr | 1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
|
D | elf32xtensa.xu | 1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/ldscripts/ |
D | elf32xtensa.xr | 1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
|