Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 75) sorted by relevance

123

/AliOS-Things-master/components/drivers/core/base/include/aos/
A Ddevice_core.h30 const struct file_ops *ops; member
37 const aos_dev_ops_t *ops; member
/AliOS-Things-master/components/a2sa/src/driver/core/
A Dpcm_dev.c13 pcm_device_t * audio_pcm_device_new(int dirType, const char *name, pcm_device_ops_t *ops, void *pri… in audio_pcm_device_new()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dfloor.cc23 namespace ops { namespace
A Dneg.cc23 namespace ops { namespace
A Dceil.cc24 namespace ops { namespace
A Dround.cc24 namespace ops { namespace
A Dresize_nearest_neighbor.cc26 namespace ops { namespace
A Dreshape.cc26 namespace ops { namespace
A Dlogical.cc22 namespace ops { namespace
A Ddequantize.cc28 namespace ops { namespace
A Dhard_swish.cc30 namespace ops { namespace
A Darg_min_max.cc26 namespace ops { namespace
A Dl2norm.cc24 namespace ops { namespace
A Dmaximum_minimum.cc28 namespace ops { namespace
A Dunpack.cc23 namespace ops { namespace
A Dpack.cc22 namespace ops { namespace
A Dsplit_v.cc24 namespace ops { namespace
A Dsplit.cc23 namespace ops { namespace
A Dlogistic.cc29 namespace ops { namespace
A Dtanh.cc30 namespace ops { namespace
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp_null.c76 static const struct bt_l2cap_chan_ops ops = { in bt_smp_accept() local
A Davdtp.c195 static const struct bt_l2cap_chan_ops ops = { in bt_avdtp_connect() local
228 static const struct bt_l2cap_chan_ops ops = { in bt_avdtp_l2cap_accept() local
/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/
A Dpwm_core.h33 const struct aos_pwm_ops *ops; /**< PWM设备的底层操作, 设备注册前必须赋值 */ member
/AliOS-Things-master/components/drivers/peripheral/adc/include/aos/
A Dadc_core.h33 const struct aos_adc_ops *ops; /**< ADC设备的底层操作, 设备注册前必须赋值 */ member
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c206 int aos_register_driver(const char *path, file_ops_t *ops, void *arg) in aos_register_driver()
216 int aos_register_fs(const char *path, fs_ops_t* ops, void *arg) in aos_register_fs()

Completed in 28 milliseconds

123