Home
last modified time | relevance | path

Searched defs:arg (Results 776 - 800 of 2761) sorted by relevance

1...<<31323334353637383940>>...111

/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
H A Dsemp.c33 void producer_thread(int *arg) in producer_thread() argument
48 void consumer_thread(int *arg) in consumer_thread() argument
61 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
75 void rtosv2_semp_main(int *arg) in rtosv2_semp_main() argument
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/night_light/
H A Dssd1306test.c99 static void OledTask(int *arg) in OledTask() 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/adapter/khdf/liteos/osal/src/
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 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/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
/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.c44 static void GyroDataWorkEntry(void *arg) in GyroDataWorkEntry() argument
60 static void GyroTimerEntry(uintptr_t arg) in GyroTimerEntry() argument
/drivers/hdf_core/framework/model/sensor/driver/temperature/
H A Dsensor_temperature_driver.c44 static void TemperatureDataWorkEntry(void *arg) in TemperatureDataWorkEntry() argument
60 static void TemperatureTimerEntry(uintptr_t arg) in TemperatureTimerEntry() argument
/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_core.c205 static int32_t GpioIrqRecordCreate(struct GpioInfo *ginfo, uint16_t mode, GpioIrqFunc func, void *arg, in GpioIrqRecordCreate() argument
251 int32_t GpioCntlrSetIrq(struct GpioCntlr *cntlr, uint16_t local, uint16_t mode, GpioIrqFunc func, void *arg) in GpioCntlrSetIrq() argument
285 int32_t GpioCntlrUnsetIrq(struct GpioCntlr *cntlr, uint16_t local, void *arg) in GpioCntlrUnsetIrq() argument
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpcie_bus_test.c140 static void PcieBusIrqHandler(void *arg) in PcieBusIrqHandler() argument
220 static int32_t PcieBusMapHandler(void *arg) in PcieBusMapHandler() argument
/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c36 static void SensorTestDataWorkEntry(void *arg) in SensorTestDataWorkEntry() argument
56 static void SensorTestTimerEntry(uintptr_t arg) in SensorTestTimerEntry() argument
/drivers/peripheral/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_pnp_server.h76 void *arg; member
/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.cpp76 int NfcVendorAdaptions::VendorIoctl(long arg, void *pData) in VendorIoctl() argument
81 int NfcVendorAdaptions::VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) in VendorIoctlWithResponse() argument
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c276 static void *SigHandle(void *arg) in SigHandle() argument
283 static int32_t GetCharThread(void *arg) in GetCharThread() argument
/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c100 static void *StopHandler(void *arg) in StopHandler() argument
H A Dacm_speed_write.c101 static void *StopHandler(void *arg) in StopHandler() argument
H A Dacm_test.c77 static void ReadThread(void *arg) in ReadThread() argument
/drivers/peripheral/usb/sample/device/linux/
H A Dacm_test.c86 static int32_t ReadThread(void *arg) in ReadThread() argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Ddata_ability_helper_common.h121 std::string arg; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp24 std::string DeclarativeParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, in DeclarativeParseRouteUrl() argument
41 std::string DeclarativeParseRouteParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, in DeclarativeParseRouteParams() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp105 int32_t arg = info[0]->ToNumber<int32_t>(); in SetShowDelete() local

Completed in 13 milliseconds

1...<<31323334353637383940>>...111