Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/core/base/include/devicevfs/
A Ddevicevfs.h40 typedef struct file_ops subsys_file_ops_t; typedef
100 int aos_dev_reg(struct subsys_dev *sdev, subsys_file_ops_t *sfops, struct subsys_drv* sdrv);
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/core/base/devicevfs/src/
A Ddevice_vfs_core.c33 subsys_file_ops_t *fops;
98 subsys_file_ops_t *fops = NULL; in _cdev_fops_handler()
141 fops = (subsys_file_ops_t *)node->ops.i_ops; in _cdev_fops_handler()
393 subsys_file_ops_t *fops = NULL; in u_device_rpc_open()
453 fops = (subsys_file_ops_t *)node->ops.i_ops; in u_device_rpc_open()
560 subsys_file_ops_t *fops = NULL; in u_device_rpc_close()
724 subsys_file_ops_t *fops = NULL; in aos_dev_reg_with_flag()
763 fops = (subsys_file_ops_t *)malloc(sizeof(*fops)); 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()
[all …]
/AliOS-Things-master/components/drivers/peripheral/adc/src/
A Dadc_dev.c102 subsys_file_ops_t adc_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_dev.c114 subsys_file_ops_t wdg_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_dev.c131 subsys_file_ops_t pwm_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpio_dev.c246 subsys_file_ops_t gpio_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/timer/src/
A Dtimer_dev.c165 subsys_file_ops_t timer_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dflash_dev.c200 subsys_file_ops_t flash_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/wifi/src/
A Dvfs_wifi_drv.c238 subsys_file_ops_t wifi_device_fops = {
/AliOS-Things-master/components/drivers/core/base/device/
A Ddevice.c79 static int aos_device_bridge_reg(const char *name, subsys_file_ops_t *fops, aos_device_t udata) in aos_device_bridge_reg()
/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c_dev.c319 subsys_file_ops_t i2c_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi_dev.c461 subsys_file_ops_t spi_device_fops = {
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c504 subsys_file_ops_t uart_device_fops = {

Completed in 19 milliseconds