Home
last modified time | relevance | path

Searched refs:device_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/iio/
Dindustrialio-sw-device.c154 static struct configfs_group_operations device_ops = { variable
160 .ct_group_ops = &device_ops,
/Linux-v4.19/drivers/s390/cio/
DMakefile12 ccw_device-objs += device.o device_fsm.o device_ops.o
/Linux-v4.19/Documentation/driver-api/
Ds390-drivers.rst87 .. kernel-doc:: drivers/s390/cio/device_ops.c
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c1773 static const struct net_device_ops device_ops = { variable
1903 if (!dev || dev->netdev_ops != &device_ops) in get_netvsc_byref()
2187 net->netdev_ops = &device_ops; in netvsc_probe()
2342 if (event_dev->netdev_ops == &device_ops) in netvsc_netdev_event()