Home
last modified time | relevance | path

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

/lk-master/dev/class/
A Dnetif_api.c13 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_set_state() local
24 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_get_hwaddr() local
35 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_get_mtu() local
46 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_set_status() local
57 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_output() local
68 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_mcast_filter() local
A Dblock_api.c13 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_get_size() local
24 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_get_count() local
35 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_write() local
46 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_read() local
57 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_flush() local
A Dfb_api.c13 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_set_mode() local
24 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_get_info() local
35 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_update() local
46 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_update_region() local
A Di2c_api.c13 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_write() local
24 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_read() local
35 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_write_reg() local
46 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_read_reg() local
A Duart_api.c13 struct uart_ops *ops = device_get_driver_ops(dev, struct uart_ops, std); in class_uart_read() local
25 struct uart_ops *ops = device_get_driver_ops(dev, struct uart_ops, std); in class_uart_write() local
A Dspi_api.c13 struct spi_ops *ops = device_get_driver_ops(dev, struct spi_ops, std); in class_spi_transaction() local
/lk-master/dev/
A Ddriver.c60 const struct driver_ops *ops = dev->driver->ops; in device_init() local
82 const struct driver_ops *ops = dev->driver->ops; in device_fini() local
96 const struct driver_ops *ops = dev->driver->ops; in device_suspend() local
110 const struct driver_ops *ops = dev->driver->ops; in device_resume() local
/lk-master/dev/include/dev/
A Ddriver.h64 const struct driver_ops *ops; member

Completed in 5 milliseconds