Searched refs:device_get_driver_ops (Results 1 – 7 of 7) sorted by relevance
/lk-master/dev/class/ |
A D | netif_api.c | 13 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_set_state() 24 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_get_hwaddr() 35 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_get_mtu() 46 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_set_status() 57 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_output() 68 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_mcast_filter()
|
A D | block_api.c | 13 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_get_size() 24 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_get_count() 35 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_write() 46 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_read() 57 struct block_ops *ops = device_get_driver_ops(dev, struct block_ops, std); in class_block_flush()
|
A D | fb_api.c | 13 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_set_mode() 24 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_get_info() 35 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_update() 46 struct fb_ops *ops = device_get_driver_ops(dev, struct fb_ops, std); in class_fb_update_region()
|
A D | i2c_api.c | 13 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_write() 24 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_read() 35 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_write_reg() 46 struct i2c_ops *ops = device_get_driver_ops(dev, struct i2c_ops, std); in class_i2c_read_reg()
|
A D | uart_api.c | 13 struct uart_ops *ops = device_get_driver_ops(dev, struct uart_ops, std); in class_uart_read() 25 struct uart_ops *ops = device_get_driver_ops(dev, struct uart_ops, std); in class_uart_write()
|
A D | spi_api.c | 13 struct spi_ops *ops = device_get_driver_ops(dev, struct spi_ops, std); in class_spi_transaction()
|
/lk-master/dev/include/dev/ |
A D | driver.h | 94 #define device_get_driver_ops(dev, type, member) ({ \ macro
|
Completed in 9 milliseconds