/drivers/hdf_core/adapter/platform/pwm/ |
H A D | pwm_bes.h | 31 struct PwmConfig *cfg; member
|
H A D | pwm_wm.c | 25 struct PwmConfig *cfg;
member
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_ddc.c | 29 int32_t HdmiDdcTransfer(struct HdmiDdc *ddc, struct HdmiDdcCfg *cfg) in HdmiDdcTransfer() argument
|
/drivers/hdf_core/framework/model/storage/src/mtd/ |
H A D | mtd_spi_common.c | 14 struct MtdSpiConfig *cfg = NULL; in SpiFlashDumpDefualt() local [all...] |
/drivers/hdf_core/framework/support/platform/include/pwm/ |
H A D | pwm_core.h | 35 struct PwmConfig cfg; member
|
/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_core.c | 53 int32_t CanCntlrSetCfg(struct CanCntlr *cntlr, const struct CanConfig *cfg) in CanCntlrSetCfg() argument 75 int32_t CanCntlrGetCfg(struct CanCntlr *cntlr, struct CanConfig *cfg) in CanCntlrGetCfg() argument
|
H A D | can_if.c | 50 int32_t CanBusSetCfg(DevHandle handle, const struct CanConfig *cfg) in CanBusSetCfg() argument 55 int32_t CanBusGetCfg(DevHandle handle, struct CanConfig *cfg) in CanBusGetCfg() argument
|
H A D | can_client.c | 152 int32_t CanClientSetCfg(struct CanClient *client, const struct CanConfig *cfg) in CanClientSetCfg() argument 161 int32_t CanClientGetCfg(struct CanClient *client, struct CanConfig *cfg) in CanClientGetCfg() argument
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_queue.c | 102 struct OsalThreadParam cfg; in PlatformQueueStart() local
|
/drivers/hdf_core/framework/support/platform/src/mipi/ |
H A D | mipi_dsi_if.c | 24 int32_t MipiDsiSetCfg(DevHandle handle, struct MipiCfg *cfg) in MipiDsiSetCfg() argument 29 int32_t MipiDsiGetCfg(DevHandle handle, struct MipiCfg *cfg) in MipiDsiGetCfg() argument
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | mipi_dsi_test.c | 85 struct MipiCfg cfg; in MipiDsiGetCfgTest() local [all...] |
H A D | mipi_dsi_test.h | 29 struct MipiCfg cfg; member
|
H A D | pwm_test.h | 34 struct PwmConfig cfg; member
|
H A D | gpio_test.h | 45 struct GpioTestConfig cfg; member
|
/drivers/hdf_core/framework/model/display/driver/panel/ |
H A D | ssp_st7789.c | 98 struct SpiCfg cfg; in GetSpiHandle() local
|
/drivers/hdf_core/framework/support/platform/include/mipi/ |
H A D | mipi_dsi_core.h | 32 struct MipiCfg cfg; member
|
/drivers/hdf_core/framework/support/platform/include/spi/ |
H A D | spi_core.h | 44 struct SpiCfg cfg; member
|
/drivers/hdf_core/framework/support/platform/src/i2s/ |
H A D | i2s_core.c | 180 int32_t I2sCntlrSetCfg(struct I2sCntlr *cntlr, struct I2sCfg *cfg) in I2sCntlrSetCfg() argument 200 int32_t I2sCntlrGetCfg(struct I2sCntlr *cntlr, struct I2sCfg *cfg) in I2sCntlrGetCfg() argument
|
H A D | i2s_if.c | 215 void I2sSetCfg(DevHandle handle, struct I2sCfg *cfg) in I2sSetCfg() argument 229 void I2sGetCfg(DevHandle handle, struct I2sCfg *cfg) in I2sGetCfg() argument [all...] |
/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if.c | 71 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg() argument 83 int32_t SpiGetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiGetCfg() argument
|
/drivers/hdf_core/framework/support/platform/src/timer/ |
H A D | timer_if_u.c | 242 struct TimerConfig cfg; in HwTimerSet() local 303 struct TimerConfig cfg; in HwTimerSetOnce() local 366 struct TimerConfig cfg; HwTimerGet() local [all...] |
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/ |
H A D | spi_fuzzer.cpp | 39 static void SpiFuzzDoTest(DevHandle handle, struct SpiDevInfo *info, struct SpiMsg *msg, struct SpiCfg *cfg) in SpiFuzzDoTest() argument 62 struct SpiCfg cfg; in SpiFuzzTest() local
|
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lcdkit_parse_config.c | 227 static int32_t ParsePanelConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParsePanelConfig() argument 264 int32_t ParseLcdConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParseLcdConfig() argument [all...] |
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/ |
H A D | sidecar.c | 232 Service *InitService(struct ServiceDef *def, const ServiceCfg *cfg) in InitService() argument
|
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/ |
H A D | hdf_usb.c | 50 struct UsbConfig cfg[USB_MAX_CFG_LEN]; member 114 struct UsbConfig *cfg = &(info->cfg[index]); in ProcControllorParam() local 66 GetUsbControllerParam(const struct DeviceResourceIface *instance, const struct DeviceResourceNode *node, struct UsbConfig *cfg) GetUsbControllerParam() argument [all...] |