Home
last modified time | relevance | path

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

/dev/class/
A Dnetif_api.c13 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 Dblock_api.c13 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 Dfb_api.c13 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 Di2c_api.c13 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 Duart_api.c13 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 Dspi_api.c13 struct spi_ops *ops = device_get_driver_ops(dev, struct spi_ops, std); in class_spi_transaction()
/dev/include/dev/class/
A Duart.h14 struct driver_ops std; member
A Dspi.h31 struct driver_ops std; member
A Dblock.h15 struct driver_ops std; member
A Dfb.h23 struct driver_ops std; member
A Di2c.h15 struct driver_ops std; member
A Dnetif.h19 struct driver_ops std; member
/dev/net/pcnet/
A Dpcnet.c88 .std = {
99 DRIVER_EXPORT(netif, &pcnet_ops.std);

Completed in 22 milliseconds