Home
last modified time | relevance | path

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

/Linux-v5.10/sound/hda/
Dhdac_bus.c17 static const struct hdac_bus_ops default_ops = { variable
38 bus->ops = &default_ops; in snd_hdac_bus_init()
/Linux-v5.10/drivers/iommu/
Dioasid.c64 static struct ioasid_allocator_ops default_ops = { variable
70 .ops = &default_ops,
/Linux-v5.10/tools/perf/util/
Dhist.c531 static struct hist_entry_ops default_ops = { variable
545 ops = template->ops = &default_ops; in hist_entry__new()