Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-sw-device.c151 static struct configfs_group_operations device_ops = { variable
157 .ct_group_ops = &device_ops,
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A DMakefile12 ccw_device-objs += device.o device_fsm.o device_ops.o
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ds390-drivers.rst87 .. kernel-doc:: drivers/s390/cio/device_ops.c
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_drv.c2028 static const struct net_device_ops device_ops = { variable
2158 if (!dev || dev->netdev_ops != &device_ops) in get_netvsc_byref()
2498 net->netdev_ops = &device_ops; in netvsc_probe()
2723 if (event_dev->netdev_ops == &device_ops) in netvsc_netdev_event()