Searched refs:chip (Results 1 - 7 of 7) sorted by relevance
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/ |
H A D | pwm_hi35xx_linux.c | 32 struct pwm_chip chip; member 39 static int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) in Hi35xxPwmApply() argument 41 static int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) in Hi35xxPwmApply() 45 struct Hi35xxPwmChip *hi35xxChip = (struct Hi35xxPwmChip *)chip; in Hi35xxPwmApply() 93 static void Hi35xxGetState(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) in Hi35xxGetState() argument 96 struct Hi35xxPwmChip *hi35xxChip = (struct Hi35xxPwmChip *)chip; in Hi35xxGetState() 122 struct Hi35xxPwmChip *chip = NULL; in PwmProbe() local 130 chip = devm_kzalloc(&pdev->dev, sizeof(*chip), GFP_KERNEL); in PwmProbe() 131 if (chip in PwmProbe() 173 struct Hi35xxPwmChip *chip = NULL; PwmRemove() local [all...] |
/drivers/hdf_core/adapter/khdf/linux/platform/gpio/ |
H A D | gpio_adapter.c | 240 static int LinuxGpioMatchProbe(struct gpio_chip *chip, void *data) in LinuxGpioMatchProbe() argument 246 if (chip == NULL) { in LinuxGpioMatchProbe() 247 HDF_LOGE("LinuxGpioMatchProbe: chip is null!\n"); in LinuxGpioMatchProbe() 250 HDF_LOGI("LinuxGpioMatchProbe: find gpio chip(start:%d, count:%u)", chip->base, chip->ngpio); in LinuxGpioMatchProbe() 251 if (chip->base >= LINUX_GPIO_NUM_MAX || (chip->base + chip->ngpio) > LINUX_GPIO_NUM_MAX) { in LinuxGpioMatchProbe() 252 HDF_LOGW("LinuxGpioMatchProbe: chip(bas in LinuxGpioMatchProbe() 290 LinuxGpioMatchRelease(struct gpio_chip *chip, void *data) LinuxGpioMatchRelease() argument [all...] |
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi.cpp | 125 for (auto& chip : chips_) { in Release() 126 if (chip) { in Release() 127 chip->Invalidate(); in Release() 144 for (auto& chip : chips_) { in GetAvailableChips() 145 uint32_t chipId = GetChipIdFromWifiChip(chip); in GetAvailableChips() 158 int32_t Wifi::GetChipService(uint32_t chipId, sptr<IConcreteChip>& chip) in GetChipService() argument 163 chip = ch; in GetChipService() 167 chip = nullptr; in GetChipService() 220 uint32_t Wifi::GetChipIdFromWifiChip(sptr <WifiChip>& chip) in GetChipIdFromWifiChip() argument 225 if (chip) { in GetChipIdFromWifiChip() [all...] |
H A D | wifi.h | 53 int32_t GetChipService(uint32_t chipId, sptr<IConcreteChip>& chip) override; 59 uint32_t GetChipIdFromWifiChip(sptr <WifiChip>& chip);
|
/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/ |
H A D | hcs_macro_cases.c | 51 CHECK_STRING_EQU(HCS_PROP(node, chip), g_fpData[index].chip); \ 65 CHECK_STRING_EQU(HCS_PROP(node, chip), (fpArgs)[(idx)].chip); \ 78 const char *chip; member
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
H A D | hdf_wifi_config.h | 77 struct HdfConfigWifiChip chip[WIFI_CHIP_MAX]; member
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_struct.h | 25 int chip; member
|
Completed in 4 milliseconds