Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A DMakefile12 ccw_device-objs += device.o device_fsm.o device_ops.o
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1979 static const struct net_device_ops device_ops = { variable
2107 if (!dev || dev->netdev_ops != &device_ops) in get_netvsc_byref()
2468 if (event_ndev->netdev_ops == &device_ops) in check_dev_is_matching_vf()
2526 net->netdev_ops = &device_ops; in netvsc_probe()
2835 if (event_dev->netdev_ops == &device_ops && event == NETDEV_REGISTER) { in netvsc_netdev_event()
/linux/Documentation/driver-api/
H A Ds390-drivers.rst87 .. kernel-doc:: drivers/s390/cio/device_ops.c