Home
last modified time | relevance | path

Searched refs:driver_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/rust/kernel/
H A Ddriver.rs105 (<$gen_type:ident>, $driver_ops:ty, { type: $type:ty, $($f:tt)* }) => {
106 type Ops<$gen_type> = $driver_ops;
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_fs.c139 static const struct file_operations driver_ops[] = { variable
459 [2] = {"driver_stats", &driver_ops[0], S_IRUGO}, in qibfs_fill_super()
460 [3] = {"driver_stats_names", &driver_ops[1], S_IRUGO}, in qibfs_fill_super()