Home
last modified time | relevance | path

Searched refs:channelNum (Results 1 - 13 of 13) sorted by relevance

/drivers/hdf_core/framework/model/audio/hdmi/src/
H A Daudio_hdmi_codec_ops.c74 uint32_t channelNum; member
86 {.cardId = CARD_ID_INDEX_0, .channelNum = CHANNEL_NUM_2, .mask = FL | FR },
88 {.cardId = CARD_ID_INDEX_1, .channelNum = CHANNEL_NUM_4, .mask = FL | FR | LFE },
90 {.cardId = CARD_ID_INDEX_2, .channelNum = CHANNEL_NUM_4, .mask = FL | FR | FC },
92 {.cardId = CARD_ID_INDEX_11, .channelNum = CHANNEL_NUM_6, .mask = FL | FR | LFE | FC | RL | RR },
94 {.cardId = CARD_ID_INDEX_8, .channelNum = CHANNEL_NUM_6, .mask = FL | FR | RL | RR },
96 {.cardId = CARD_ID_INDEX_9, .channelNum = CHANNEL_NUM_6, .mask = FL | FR | LFE | RL | RR },
98 {.cardId = CARD_ID_INDEX_10, .channelNum = CHANNEL_NUM_6, .mask = FL | FR | FC | RL | RR },
100 {.cardId = CARD_ID_INDEX_15, .channelNum = CHANNEL_NUM_8, .mask = FL | FR | LFE | FC | RL | RR | RC },
102 {.cardId = CARD_ID_INDEX_19, .channelNum
[all...]
/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp58 uint8_t *rsp, uint32_t *rspLen, uint32_t *channelNum) const in VendorSecureElementCaOpenLogicalChannel()
64 return p->VendorSecureElementCaOpenLogicalChannel(aid, len, p2, rsp, rspLen, channelNum); in VendorSecureElementCaOpenLogicalChannel()
77 int SecureElementCaProxy::VendorSecureElementCaCloseChannel(uint32_t channelNum) const in VendorSecureElementCaCloseChannel()
83 return p->VendorSecureElementCaCloseChannel(channelNum); in VendorSecureElementCaCloseChannel()
H A Dmock.h46 uint8_t *rsp, uint32_t *rspLen, uint32_t *channelNum), ());
49 MOCK_METHOD(int, VendorSecureElementCaCloseChannel, (uint32_t channelNum), ());
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.h54 uint8_t *aid, uint32_t len, uint8_t p2, uint8_t *rsp, uint32_t *rspLen, uint32_t *channelNum) const;
56 int VendorSecureElementCaCloseChannel(uint32_t channelNum) const;
98 uint32_t *rspLen, uint32_t *channelNum);
100 using VendorSecureElementCaCloseChannelT = int (*)(uint32_t channelNum);
H A Dsecure_element_ca_proxy.cpp118 uint8_t *aid, uint32_t len, uint8_t p2, uint8_t *rsp, uint32_t *rspLen, uint32_t *channelNum) const in VendorSecureElementCaOpenLogicalChannel()
120 CA_FUNCTION_INVOKE_RETURN(vendorSecureElementCaOpenLogicalChannelFunc_, aid, len, p2, rsp, rspLen, channelNum); in VendorSecureElementCaOpenLogicalChannel()
129 int SecureElementCaProxy::VendorSecureElementCaCloseChannel(uint32_t channelNum) const in VendorSecureElementCaCloseChannel()
131 CA_FUNCTION_INVOKE_RETURN(vendorSecureElementCaCloseChannelFunc_, channelNum); in VendorSecureElementCaCloseChannel()
/drivers/hdf_core/adapter/khdf/linux/platform/adc/
H A Dadc_iio_adapter.c36 uint32_t channelNum; member
69 if (channel >= adcDevice->channelNum || adcDevice->fp[channel] == NULL) { in AdcIioRead()
93 for (i = 0; i < adcDevice->channelNum; i++) { in AdcIioStop()
118 for (i = 0; i < adcDevice->channelNum; i++) { in AdcIioStart()
160 ret = drsOps->GetUint32(node, "channelNum", &adcDevice->channelNum, 1); in AdcIioReadDrs()
162 HDF_LOGE("AdcIioReadDrs: read channelNum fail, ret: %d!", ret); in AdcIioReadDrs()
165 if (adcDevice->channelNum > ADC_MAX_CHANNEL_NUM) { in AdcIioReadDrs()
166 HDF_LOGE("AdcIioReadDrs: channelNum is illegal!"); in AdcIioReadDrs()
169 for (i = 0; i < adcDevice->channelNum; in AdcIioReadDrs()
[all...]
/drivers/hdf_core/framework/support/platform/src/dma/
H A Ddmac_core.c76 if (cntlr->channelNum == 0 || cntlr->channelNum > DMAC_CHAN_NUM_MAX) { in DmacCntlrCheckParam()
77 HDF_LOGE("DmacCntlrCheckParam: invalid channelNum:%u!", cntlr->channelNum); in DmacCntlrCheckParam()
149 if (cntlr == NULL || cntlr->channelNum > DMAC_CHAN_NUM_MAX) { in DmaCntlrDestroy()
154 for (i = 0; i < cntlr->channelNum; i++) { in DmaCntlrDestroy()
159 cntlr->channelNum = 0; in DmaCntlrDestroy()
219 for (i = 0; i < cntlr->channelNum; i++) { in DmacAllocateChannel()
537 if (irq != cntlr->irq || cntlr->channelNum > DMAC_CHAN_NUM_MAX) { in DmacIsr()
538 HDF_LOGE("DmacIsr: cntlr parm err! irq:%d, channel:%u!", cntlr->irq, cntlr->channelNum); in DmacIsr()
[all...]
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.h107 uint32_t *rspLen, uint32_t *channelNum, int *status);
110 using VendorSimSecureElementCloseChannelT = int (*)(uint32_t channelNum, int *status);
138 std::vector<uint8_t>& response, uint32_t *channelNum, int *status);
140 int VendorSimSecureElementCloseChannel(uint32_t channelNum, int *status);
H A Dse_vendor_adaptions.cpp149 const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, uint32_t *channelNum, int *status) in VendorSimSecureElementOpenLogicalChannel()
169 ret = vendorSimSecureElementOpenLogicalChannelFunc_(arrAid, aidLen, p2, rsp, &rspLen, channelNum, status); in VendorSimSecureElementOpenLogicalChannel()
187 int SimSeVendorAdaptions::VendorSimSecureElementCloseChannel(uint32_t channelNum, int *status) in VendorSimSecureElementCloseChannel() argument
189 SIM_FUNCTION_INVOKE_RETURN(vendorSimSecureElementCloseChannelFunc_, channelNum, status); in VendorSimSecureElementCloseChannel()
148 VendorSimSecureElementOpenLogicalChannel( const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, uint32_t *channelNum, int *status) VendorSimSecureElementOpenLogicalChannel() argument
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h323 int32_t channelNum; /**< Number of channels */ member
328 int32_t channelNum; member
/drivers/hdf_core/framework/support/platform/include/dma/
H A Ddmac_core.h137 uint16_t channelNum; member
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h463 int32_t channelNum; /**< Number of channels */ member
468 int32_t channelNum; member
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c524 (*featureData)->bands[iee80211band].channelNum = band->channelCount; in WifiGetChannelData()

Completed in 10 milliseconds