Home
last modified time | relevance | path

Searched refs:subsys_drv (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/include/devicevfs/
A Ddevicevfs.h73 struct subsys_drv { struct
100 int aos_dev_reg(struct subsys_dev *sdev, subsys_file_ops_t *sfops, struct subsys_drv* sdrv); argument
113 int aos_remote_dev_reg(struct subsys_dev *sdev, subsys_file_ops_t *sfops, struct subsys_drv* sdrv);
127 int aos_devs_reg(struct subsys_dev *sdev[], int size, subsys_file_ops_t *sfops, struct subsys_drv* …
/AliOS-Things-master/components/drivers/peripheral/adc/src/
A Dadc_dev.c128 struct subsys_drv adc_device_drv = {
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/
A Ddevice_vfs_core.c717 int aos_dev_reg_with_flag (struct subsys_dev *sdev, subsys_file_ops_t *sfops, struct subsys_drv* sd… in aos_dev_reg_with_flag()
970 int aos_devs_reg(struct subsys_dev *sdev[], int size, subsys_file_ops_t *sfops, struct subsys_drv* … in aos_devs_reg()
1080 int aos_dev_reg(struct subsys_dev *sdev, subsys_file_ops_t *sfops, struct subsys_drv* sdrv) { in aos_dev_reg()
1095 int aos_remote_dev_reg(struct subsys_dev *sdev, subsys_file_ops_t *sfops, struct subsys_drv* sdrv) { in aos_remote_dev_reg()
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_dev.c150 struct subsys_drv wdg_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_dev.c157 struct subsys_drv pwm_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpio_dev.c273 struct subsys_drv gpio_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/timer/src/
A Dtimer_dev.c191 struct subsys_drv timer_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dflash_dev.c236 struct subsys_drv flash_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/wifi/src/
A Dvfs_wifi_drv.c269 struct subsys_drv wifi_device_drv = {
/AliOS-Things-master/components/drivers/core/base/device/
A Ddevice.c65 static struct subsys_drv bridge_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c_dev.c345 struct subsys_drv i2c_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi_dev.c488 struct subsys_drv spi_device_drv = {
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c534 struct subsys_drv uart_device_drv = {

Completed in 16 milliseconds