Home
last modified time | relevance | path

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

/linux-6.1.9/sound/hda/
Dhdac_bus.c17 static const struct hdac_bus_ops default_ops = { variable
39 bus->ops = &default_ops; in snd_hdac_bus_init()
/linux-6.1.9/drivers/iommu/
Dioasid.c64 static struct ioasid_allocator_ops default_ops = { variable
70 .ops = &default_ops,
/linux-6.1.9/tools/perf/util/
Dhist.c540 static struct hist_entry_ops default_ops = { variable
554 ops = template->ops = &default_ops; in hist_entry__new()