Home
last modified time | relevance | path

Searched refs:null_ops (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/drivers/
H A Dnull.c40 const struct chan_ops null_ops = { variable
H A Dchan_user.h31 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
H A Dchan_kern.c445 { "null", &null_ops },
/linux/sound/hda/controllers/
H A Dacpi.c182 static const struct hda_controller_ops null_ops; in hda_acpi_create() local
190 azx->ops = &null_ops; in hda_acpi_create()
/linux/drivers/block/null_blk/
H A Dmain.c1799 static const struct block_device_operations null_ops = { variable
2032 nullb->disk->fops = &null_ops; in null_add_dev()