Home
last modified time | relevance | path

Searched defs:arg (Results 1 - 25 of 75) sorted by relevance

123

/drivers/peripheral/usb/sample/device/linux/
H A Dusb_dev_test.c43 const char **arg = (const char **)&argv[1]; in main() local
[all...]
/drivers/peripheral/usb/sample/device/liteos/
H A Dusb_dev_test.c41 const char **arg = (const char **)&argv[1]; in main() local
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/camera/include/
H A Dcamera_buffer_manager_adapter.h34 void *arg; member
/drivers/hdf_core/framework/model/input/driver/
H A Devent_hub.c26 void EventQueueWorkEntry(void *arg) in EventQueueWorkEntry() argument
H A Dhdf_encoder.c19 static void EncoderTimerFunc(uintptr_t arg) in EncoderTimerFunc() argument
/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Devent_base.h53 void SendEvent(T arg, Args... args) in SendEvent() argument
106 void SendEvent(T arg, Args... args) in SendEvent() argument
/drivers/peripheral/distributed_audio/hdi_service/common/log/src/
H A Ddaudio_log.cpp76 va_list arg; in DHLog() local
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_timer.c41 uintptr_t arg; member
47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
H A Dosal_cdev.c95 static int OsalCdevIoctl(struct file *filep, int cmd, unsigned long arg) in OsalCdevIoctl() argument
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Dgpio_dev.c99 static int GpioIoctl(struct file *filep, int cmd, unsigned long arg) in GpioIoctl() argument
H A Duart_dev.c132 static int32_t UartCfgAttr(struct UartHost *host, unsigned long arg) in UartCfgAttr() argument
150 static int32_t UartDevIoctl(struct file *filep, int32_t cmd, unsigned long arg) in UartDevIoctl() argument
[all...]
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_timer.c41 uintptr_t arg; member
47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_timer.c40 uintptr_t arg; member
46 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_if.c61 int32_t GpioSetIrq(uint16_t gpio, uint16_t mode, GpioIrqFunc func, void *arg) in GpioSetIrq() argument
72 int32_t GpioUnsetIrq(uint16_t gpio, void *arg) in GpioUnsetIrq() argument
H A Dgpio_if_u.c239 static int32_t GpioRegListener(struct HdfIoService *service, uint16_t gpio, GpioIrqFunc func, void *arg) in GpioRegListener() argument
261 int32_t GpioSetIrq(uint16_t gpio, uint16_t mode, GpioIrqFunc func, void *arg) in GpioSetIrq() argument
316 int32_t GpioUnsetIrq(uint16_t gpio, void *arg) in GpioUnsetIrq() argument
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp106 long arg = 0; in HWTEST_F() local
120 long arg = 0; in HWTEST_F() local
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_timer.c36 uintptr_t arg; member
45 static void osal_timer_callback(struct timer_list *arg) in osal_timer_callback() argument
81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/
H A Dmtd_block_lite.c78 static int32_t LiteosMtdBlockIoctl(FAR struct Vnode *vnode, int cmd, unsigned long arg) in LiteosMtdBlockIoctl() argument
/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_dev_sample.c112 static int32_t UartSampleDevIoctl(struct file *filep, int32_t cmd, unsigned long arg) in UartSampleDevIoctl() argument
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
H A Dwatchdog_adapter.c37 static int WdtAdapterIoctlInner(struct file *fp, unsigned cmd, unsigned long arg) in WdtAdapterIoctlInner() argument
99 unsigned long arg = WDIOS_ENABLECARD; in WdtAdapterStart() local
120 unsigned long arg = WDIOS_DISABLECARD; in WdtAdapterStop() local
199 unsigned long arg; in WdtAdapterSetTimeout() local
217 unsigned long arg; in WdtAdapterGetTimeout() local
[all...]
/drivers/hdf_core/framework/model/sensor/driver/pedometer/
H A Dsensor_pedometer_driver.c44 static void PedometerDataWorkEntry(void *arg) in PedometerDataWorkEntry() argument
62 static void PedometerTimerEntry(uintptr_t arg) in PedometerTimerEntry() argument
/drivers/hdf_core/framework/model/sensor/driver/magnetic/
H A Dsensor_magnetic_driver.c44 static void MagneticDataWorkEntry(void *arg) in MagneticDataWorkEntry() argument
60 static void MagneticTimerEntry(uintptr_t arg) in MagneticTimerEntry() argument
/drivers/hdf_core/framework/model/sensor/driver/proximity/
H A Dsensor_proximity_driver.c45 static void ProximityDataWorkEntry(void *arg) in ProximityDataWorkEntry() argument
59 static void ProximityTimerEntry(uintptr_t arg) in ProximityTimerEntry() argument
/drivers/hdf_core/framework/model/sensor/driver/barometer/
H A Dsensor_barometer_driver.c44 static void BarometerDataWorkEntry(void *arg) in BarometerDataWorkEntry() argument
60 static void BarometerTimerEntry(uintptr_t arg) in BarometerTimerEntry() argument
/drivers/hdf_core/framework/model/sensor/driver/humidity/
H A Dsensor_humidity_driver.c44 static void HumidityDataWorkEntry(void *arg) in HumidityDataWorkEntry() argument
60 static void HumidityTimerEntry(uintptr_t arg) in HumidityTimerEntry() argument

Completed in 10 milliseconds

123