Home
last modified time | relevance | path

Searched refs:AttachGpioDevice (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_wm.c296 static int32_t AttachGpioDevice(struct GpioCntlr *gpioCntlr, const struct HdfDeviceObject *device) in AttachGpioDevice() function
339 ret = AttachGpioDevice(gpioCntlr, device); // GpioCntlr add GpioDevice to priv in GpioDriverInit()
341 HDF_LOGE("AttachGpioDevice fail\r\n"); in GpioDriverInit()
H A Dgpio_asr.c383 static int32_t AttachGpioDevice(struct GpioCntlr *gpioCntlr, const struct HdfDeviceObject *device) function
440 ret = AttachGpioDevice(gpioCntlr, device); // GpioCntlr add GpioDevice to priv
442 HDF_LOGE("AttachGpioDevice fail\r\n");
H A Dgpio_bes.c263 static int32_t AttachGpioDevice(struct GpioCntlr *gpioCntlr, const struct HdfDeviceObject *device) function
319 ret = AttachGpioDevice(gpioCntlr, device); // GpioCntlr add GpioDevice to priv
321 HDF_LOGE("AttachGpioDevice fail\r\n");
H A Dgpio_stm32f4xx.c350 static int32_t AttachGpioDevice(struct GpioCntlr *gpioCntlr, const struct HdfDeviceObject *device) function
407 ret = AttachGpioDevice(gpioCntlr, device); /* GpioCntlr add GpioDevice to priv */
409 HDF_LOGE("AttachGpioDevice fail\r\n");

Completed in 3 milliseconds