Searched refs:subsys_file_ops_t (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/drivers/core/base/include/devicevfs/ |
A D | devicevfs.h | 40 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 D | device_vfs_core.c | 33 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 D | adc_dev.c | 102 subsys_file_ops_t adc_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/ |
A D | wdg_dev.c | 114 subsys_file_ops_t wdg_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/pwm/src/ |
A D | pwm_dev.c | 131 subsys_file_ops_t pwm_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/gpio/src/ |
A D | gpio_dev.c | 246 subsys_file_ops_t gpio_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/timer/src/ |
A D | timer_dev.c | 165 subsys_file_ops_t timer_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/flash/src/ |
A D | flash_dev.c | 200 subsys_file_ops_t flash_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/wifi/src/ |
A D | vfs_wifi_drv.c | 238 subsys_file_ops_t wifi_device_fops = {
|
/AliOS-Things-master/components/drivers/core/base/device/ |
A D | device.c | 79 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 D | i2c_dev.c | 319 subsys_file_ops_t i2c_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/spi/src/ |
A D | spi_dev.c | 461 subsys_file_ops_t spi_device_fops = {
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | uart_dev.c | 504 subsys_file_ops_t uart_device_fops = {
|
Completed in 19 milliseconds